Home
last modified time | relevance | path

Searched refs:bcma_write32 (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/ethernet/broadcom/
H A Dbgmac-bcma-mdio.c68 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 Dbgmac-bcma.c41 bcma_write32(bgmac->bcma.core, offset, value); in bcma_bgmac_write()
/linux/drivers/bcma/
H A Ddriver_mips.c102 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 Dbcma.h390 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 Dbcma_driver_gmac_cmn.h93 #define gmac_cmn_write32(gc, offset, val) bcma_write32((gc)->core, offset, val)
H A Dbcma_driver_pcie2.h154 #define pcie2_write32(pcie2, offset, val) bcma_write32((pcie2)->core, offset, val)
H A Dbcma_driver_pci.h240 #define pcicore_write32(pc, offset, val) bcma_write32((pc)->core, offset, val)
H A Dbcma_driver_chipcommon.h667 bcma_write32((cc)->core, offset, val)
680 bcma_write32((cc)->pmu.core, offset, val)
/linux/arch/mips/bcm47xx/
H A Dirq.c78 bcma_write32(bcm47xx_bus.bcma.bus.drv_mips.core, in arch_init_irq()
/linux/drivers/net/wireless/broadcom/b43/
H A Dbus.c60 bcma_write32(dev->bdev, offset, value); in b43_bus_bcma_write32()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c265 bcma_write32(pi->d11core, D11REGOFFS(phyregaddr), addr | (val << 16)); in write_phy_reg()
H A Dphy_lcn.c3557 bcma_write32(pi->d11core, D11REGOFFS(tplatewrptr), strptr); in wlc_lcnphy_samp_cap()
H A Dphy_n.c19233 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()