Searched refs:cread (Results 1 - 5 of 5) 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.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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rapidio/
H A Drio-access.c111 res = mport->ops->cread(mport, mport->id, destid, hopcount, offset, len, &data); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drio.h261 * @cread: Callback to perform network read of config space.
271 int (*cread) (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/sound/core/
H A Dcontrol.c101 struct snd_kctl_event *cread; local
105 cread = snd_kctl_event(ctl->events.next);
106 list_del(&cread->list);
107 kfree(cread);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dfsl_rio.c1401 ops->cread = fsl_rio_config_read;

Completed in 86 milliseconds