Searched refs:bcma_write32 (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | bgmac-bcma-mdio.c | 68 bcma_write32(core, phy_ctl_addr, tmp); in bcma_mdio_phy_read() 73 bcma_write32(core, phy_access_addr, tmp); in bcma_mdio_phy_read() 107 bcma_write32(core, phy_ctl_addr, tmp); in bcma_mdio_phy_write() 109 bcma_write32(bgmac->bcma.core, BGMAC_INT_STATUS, BGMAC_IS_MDIO); in bcma_mdio_phy_write() 118 bcma_write32(core, phy_access_addr, tmp); in bcma_mdio_phy_write()
|
| H A D | bgmac-bcma.c | 41 bcma_write32(bgmac->bcma.core, offset, value); in bcma_bgmac_write()
|
| /linux/drivers/bcma/ |
| H A D | driver_mips.c | 102 bcma_write32(mdev, BCMA_MIPS_MIPS74K_INTMASK(0), in bcma_core_mips_set_irq() 106 bcma_write32(mdev, BCMA_MIPS_MIPS74K_INTMASK(oldirq), 0); in bcma_core_mips_set_irq() 110 bcma_write32(mdev, BCMA_MIPS_MIPS74K_INTMASK(0), in bcma_core_mips_set_irq() 130 bcma_write32(mdev, BCMA_MIPS_MIPS74K_INTMASK(irq), in bcma_core_mips_set_irq()
|
| /linux/include/linux/bcma/ |
| H A D | bcma.h | 390 void bcma_write32(struct bcma_device *core, u16 offset, u32 value) in bcma_write32() function 419 bcma_write32(cc, offset, bcma_read32(cc, offset) & mask); in bcma_mask32() 423 bcma_write32(cc, offset, bcma_read32(cc, offset) | set); in bcma_set32() 428 bcma_write32(cc, offset, (bcma_read32(cc, offset) & mask) | set); in bcma_maskset32()
|
| H A D | bcma_driver_gmac_cmn.h | 93 #define gmac_cmn_write32(gc, offset, val) bcma_write32((gc)->core, offset, val)
|
| H A D | bcma_driver_pcie2.h | 154 #define pcie2_write32(pcie2, offset, val) bcma_write32((pcie2)->core, offset, val)
|
| H A D | bcma_driver_pci.h | 240 #define pcicore_write32(pc, offset, val) bcma_write32((pc)->core, offset, val)
|
| H A D | bcma_driver_chipcommon.h | 667 bcma_write32((cc)->core, offset, val) 680 bcma_write32((cc)->pmu.core, offset, val)
|
| /linux/arch/mips/bcm47xx/ |
| H A D | irq.c | 78 bcma_write32(bcm47xx_bus.bcma.bus.drv_mips.core, in arch_init_irq()
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | bus.c | 60 bcma_write32(dev->bdev, offset, value); in b43_bus_bcma_write32()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_cmn.c | 265 bcma_write32(pi->d11core, D11REGOFFS(phyregaddr), addr | (val << 16)); in write_phy_reg()
|
| H A D | phy_lcn.c | 3557 bcma_write32(pi->d11core, D11REGOFFS(tplatewrptr), strptr); in wlc_lcnphy_samp_cap()
|
| H A D | phy_n.c | 19233 bcma_write32(pi->d11core, D11REGOFFS(clk_ctl_st), in wlc_phy_init_nphy() 21276 bcma_write32(pi->d11core, D11REGOFFS(maccontrol), mc); in wlc_phy_antsel_init()
|