Home
last modified time | relevance | path

Searched refs:read32 (Results 1 – 20 of 20) sorted by relevance

/linux-3.4.99/drivers/mtd/devices/
Dlart.c276 static __u32 read32 (__u32 offset) in read32() function
313 manufacturer = FLASH_TO_DATA (read32 (ADDR_TO_FLASH_U2 (0x00000000))); in flash_probe()
314 devtype = FLASH_TO_DATA (read32 (ADDR_TO_FLASH_U2 (0x00000001))); in flash_probe()
344 status = FLASH_TO_DATA (read32 (offset)); in erase_block()
454 *((__u32 *) buf) = read32 (from); in flash_read()
492 status = FLASH_TO_DATA (read32 (offset)); in write_dword()
500 if ((status & STATUS_PGM_ERR) || read32 (offset) != x) in write_dword()
/linux-3.4.99/drivers/net/wireless/b43/
Dbus.c100 dev->read32 = b43_bus_bcma_read32; in b43_bus_dev_bcma_init()
201 dev->read32 = b43_bus_ssb_read32; in b43_bus_dev_ssb_init()
Dbus.h27 u32 (*read32)(struct b43_bus_dev *dev, u16 offset); member
Db43.h1018 return dev->dev->read32(dev->dev, offset); in b43_read32()
/linux-3.4.99/include/linux/bcma/
Dbcma.h37 u32 (*read32)(struct bcma_device *core, u16 offset); member
226 return core->bus->ops->read32(core, offset); in bcma_read32()
/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-trans.h388 u32 (*read32)(struct iwl_trans *trans, u32 ofs); member
612 return trans->ops->read32(trans, ofs); in iwl_trans_read32()
Diwl-trans-pcie.c2234 .read32 = iwl_trans_pcie_read32,
/linux-3.4.99/arch/parisc/lib/
Diomap.c48 unsigned int (*read32)(void __iomem *); member
295 return iomap_ops[ADDR_TO_REGION(addr)]->read32(addr); in ioread32()
/linux-3.4.99/drivers/bcma/
Dhost_soc.c149 .read32 = bcma_host_soc_read32,
Dhost_pci.c145 .read32 = bcma_host_pci_read32,
/linux-3.4.99/include/linux/ssb/
Dssb.h201 u32 (*read32)(struct ssb_device *dev, u16 offset); member
528 return dev->ops->read32(dev, offset); in ssb_read32()
/linux-3.4.99/drivers/net/ethernet/sun/
Dsunhme.h424 u32 (*read32)(void __iomem *); member
Dsunhme.c247 ((__hp)->read32(__reg))
2787 hp->read32 = sbus_hme_read32; in happy_meal_sbus_probe_one()
3106 hp->read32 = pci_hme_read32; in happy_meal_pci_probe()
/linux-3.4.99/drivers/ssb/
Dsdio.c455 .read32 = ssb_sdio_read32,
Dpcmcia.c439 .read32 = ssb_pcmcia_read32,
Dpci.c974 .read32 = ssb_pci_read32,
Dmain.c729 .read32 = ssb_ssb_read32,
/linux-3.4.99/drivers/media/dvb/frontends/
Ddrxk_hard.c441 static int read32(struct drxk_state *state, u32 reg, u32 *data) in read32() function
870 status = read32(state, SIO_TOP_JTAGID_LO__A, &jtag); in DRXX_Open()
931 status = read32(state, SIO_TOP_JTAGID_LO__A, &sioTopJtagidLo); in GetDeviceCapabilities()
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dtg3.h2989 u32 (*read32) (struct tg3 *, u32); member
Dtg3.c522 tp->read32(tp, off); in _tw32_flush()
567 #define tr32(reg) tp->read32(tp, reg)
14480 tp->read32 = tg3_read32; in tg3_get_invariants()
14510 tp->read32 = tg3_read_indirect_reg32; in tg3_get_invariants()