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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rapidio/
H A Drio-access.c134 res = mport->ops->cwrite(mport, mport->id, destid, hopcount, offset, len, value); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drio.h262 * @cwrite: Callback to perform network write of config space.
273 int (*cwrite) (struct rio_mport *mport, int index, u16 destid, member in struct:rio_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dfsl_rio.c1402 ops->cwrite = fsl_rio_config_write;

Completed in 175 milliseconds