Searched refs:cread (Results 1 - 5 of 5) 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.c145 v. If cread is greater than zero it will read cread bits
146 (discarding the leading 0 bit) and return them. If cread is less
148 success or -1 on timeout. If cread is zero it does nothing other
156 static int execute_spi_command (int v, int cwrite, int cread) argument
169 ssp_configuration.device, cwrite, cread,
193 if (cread) {
196 for (cread = (cread + 7)/8; cread
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rapidio/
H A Drio-access.c111 res = mport->ops->cread(mport->id, destid, hopcount, offset, len, &data); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drio.h227 * @cread: Callback to perform network read of config space.
234 int (*cread) (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/sound/core/
H A Dcontrol.c96 struct snd_kctl_event *cread; local
100 cread = snd_kctl_event(ctl->events.next);
101 list_del(&cread->list);
102 kfree(cread);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dppc85xx_rio.c891 ops->cread = mpc85xx_rio_config_read;

Completed in 72 milliseconds