Searched refs:read32 (Results 1 - 25 of 50) sorted by path

12

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dbus.c91 dev->read32 = b43_bus_bcma_read32;
196 dev->read32 = b43_bus_ssb_read32;
H A Dbus.h30 u32 (*read32)(struct b43_bus_dev *dev, u16 offset); member in struct:b43_bus_dev
/linux-master/drivers/ssb/
H A Dhost_soc.c166 .read32 = ssb_host_soc_read32,
/linux-master/include/linux/bcma/
H A Dbcma.h46 u32 (*read32)(struct bcma_device *core, u16 offset); member in struct:bcma_host_ops
377 return core->bus->ops->read32(core, offset);
/linux-master/arch/parisc/lib/
H A Diomap.c49 unsigned int (*read32)(const void __iomem *); member in struct:iomap_ops
140 .read32 = ioport_read32,
283 .read32 = iomem_read32,
336 return iomap_ops[ADDR_TO_REGION(addr)]->read32(addr);
/linux-master/drivers/bcma/
H A Dhost_pci.c148 .read32 = bcma_host_pci_read32,
H A Dhost_soc.c156 .read32 = bcma_host_soc_read32,
/linux-master/drivers/media/dvb-frontends/
H A Ddrxk_hard.c333 static int read32(struct drxk_state *state, u32 reg, u32 *data) function
753 status = read32(state, SIO_TOP_JTAGID_LO__A, &jtag);
815 status = read32(state, SIO_TOP_JTAGID_LO__A, &sio_top_jtagid_lo);
/linux-master/drivers/net/dsa/b53/
H A Db53_mdio.c274 .read32 = b53_mdio_read32,
H A Db53_mmap.c235 .read32 = b53_mmap_read32,
H A Db53_priv.h36 int (*read32)(struct b53_device *dev, u8 page, u8 reg, u32 *value); member in struct:b53_io_ops
266 b53_build_op(read32, u32 *);
H A Db53_spi.c286 .read32 = b53_spi_read32,
H A Db53_srab.c482 .read32 = b53_srab_read32,
/linux-master/drivers/net/dsa/
H A Dbcm_sf2.c1157 .read32 = bcm_sf2_core_read32,
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c575 tp->read32(tp, off);
623 #define tr32(reg) tp->read32(tp, reg)
16614 tp->read32 = tg3_read32;
16644 tp->read32 = tg3_read_indirect_reg32;
H A Dtg3.h3179 u32 (*read32) (struct tg3 *, u32); member in struct:tg3
/linux-master/drivers/net/ethernet/sun/
H A Dsunhme.c211 ((__hp)->read32(__reg))
2584 hp->read32 = sbus_hme_read32;
2727 hp->read32 = pci_hme_read32;
H A Dsunhme.h423 u32 (*read32)(void __iomem *); member in struct:happy_meal
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dahb.c716 .read32 = ath10k_ahb_read32,
721 .read32 = ath10k_ahb_read32,
H A Dce.c92 return ce->bus_ops->read32(ar, offset);
H A Dce.h137 u32 (*read32)(struct ath10k *ar, u32 offset); member in struct:ath10k_bus_ops
381 ce->bus_ops->read32((ar), CE_WRAPPER_BASE_ADDRESS +
H A Dhif.h78 u32 (*read32)(struct ath10k *ar, u32 address); member in struct:ath10k_hif_ops
212 if (!ar->hif.ops->read32) {
213 ath10k_warn(ar, "hif read32 not supported\n");
217 return ar->hif.ops->read32(ar, address);
H A Dpci.c666 ath10k_warn(ar, "failed to wake target for read32 at 0x%08x: %d\n",
688 return ce->bus_ops->read32(ar, offset);
3087 .read32 = ath10k_pci_read32,
3524 .read32 = ath10k_bus_pci_read32,
H A Dsnoc.c1169 .read32 = ath10k_snoc_read32,
1190 .read32 = ath10k_snoc_read32,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dahb.c763 .read32 = ath11k_ahb_read32,
776 .read32 = ath11k_pcic_read32,

Completed in 341 milliseconds

12