Searched refs:cwrite (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-lh7a40x/
H A Dssp-cpld.c144 sends an spi command to a device. It first sends cwrite bits from
156 static int execute_spi_command (int v, int cwrite, int cread) argument
169 ssp_configuration.device, cwrite, cread,
181 if (cwrite) {
182 for (cwrite = (cwrite + 7)/8; cwrite-- > 0; ) {
183 CPLD_SPID = (v >> (8*cwrite)) & 0xff;
218 while (cwrite--) {
221 | ((v >> cwrite)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rapidio/
H A Drio-access.c134 res = mport->ops->cwrite(mport->id, destid, hopcount, offset, len, value); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drio.h228 * @cwrite: Callback to perform network write of config space.
236 int (*cwrite) (int index, u16 destid, u8 hopcount, u32 offset, int len, member in struct:rio_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dppc85xx_rio.c892 ops->cwrite = mpc85xx_rio_config_write;

Completed in 71 milliseconds