Searched refs:bus_read (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dcsr1212.h202 int (*bus_read) (struct csr1212_csr *csr, u64 addr, member in struct:csr1212_bus_ops
H A Dcsr1212.c1083 ret = csr->ops->bus_read(csr, CSR1212_CONFIG_ROM_SPACE_BASE + i,
1103 ret = csr->ops->bus_read(csr, CSR1212_CONFIG_ROM_SPACE_BASE + i,
1287 if (csr->ops->bus_read(csr,
1372 if (csr->ops->bus_read(csr, addr, cache_ptr, csr->private))
1427 BUG_ON(!csr || !csr->ops || !csr->ops->bus_read);
H A Dnodemgr.c122 .bus_read = nodemgr_bus_read,

Completed in 75 milliseconds