Searched refs:bcma_write16 (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/bcma/ |
| H A D | bcma.h | 385 void bcma_write16(struct bcma_device *core, u16 offset, u32 value) in bcma_write16() function 432 bcma_write16(cc, offset, bcma_read16(cc, offset) & mask); in bcma_mask16() 436 bcma_write16(cc, offset, bcma_read16(cc, offset) | set); in bcma_set16() 441 bcma_write16(cc, offset, (bcma_read16(cc, offset) & mask) | set); in bcma_maskset16()
|
| H A D | bcma_driver_gmac_cmn.h | 92 #define gmac_cmn_write16(gc, offset, val) bcma_write16((gc)->core, offset, val)
|
| H A D | bcma_driver_pcie2.h | 153 #define pcie2_write16(pcie2, offset, val) bcma_write16((pcie2)->core, offset, val)
|
| H A D | bcma_driver_pci.h | 239 #define pcicore_write16(pc, offset, val) bcma_write16((pc)->core, offset, val)
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_cmn.c | 178 bcma_write16(pi->d11core, D11REGOFFS(radioregdata), val); in write_radio_reg() 181 bcma_write16(pi->d11core, D11REGOFFS(phy4wdatalo), val); in write_radio_reg() 261 bcma_write16(pi->d11core, D11REGOFFS(phyregdata), val); in write_phy_reg() 967 bcma_write16(core, D11REGOFFS(xmtsel), 0); in wlc_phy_do_dummy_tx() 970 bcma_write16(core, D11REGOFFS(wepctl), 0x100); in wlc_phy_do_dummy_tx() 972 bcma_write16(core, D11REGOFFS(wepctl), 0); in wlc_phy_do_dummy_tx() 974 bcma_write16(core, D11REGOFFS(txe_phyctl), in wlc_phy_do_dummy_tx() 977 bcma_write16(core, D11REGOFFS(txe_phyctl1), 0x1A02); in wlc_phy_do_dummy_tx() 979 bcma_write16(core, D11REGOFFS(txe_wm_0), 0); in wlc_phy_do_dummy_tx() 980 bcma_write16(core, D11REGOFFS(txe_wm_1), 0); in wlc_phy_do_dummy_tx() [all …]
|
| H A D | phy_lcn.c | 3522 bcma_write16(pi->d11core, D11REGOFFS(psm_corectlsts), in wlc_lcnphy_samp_cap() 3525 bcma_write16(pi->d11core, D11REGOFFS(smpl_clct_strptr), 0x7E00); in wlc_lcnphy_samp_cap() 3526 bcma_write16(pi->d11core, D11REGOFFS(smpl_clct_stpptr), 0x8000); in wlc_lcnphy_samp_cap() 3529 bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param), in wlc_lcnphy_samp_cap() 3555 bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param), 0x2); in wlc_lcnphy_samp_cap() 3584 bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param), curval2); in wlc_lcnphy_samp_cap() 3585 bcma_write16(pi->d11core, D11REGOFFS(psm_corectlsts), curval1); in wlc_lcnphy_samp_cap()
|
| H A D | phy_n.c | 21028 bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param), in wlc_phy_chanspec_nphy_setup() 21034 bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param), val); in wlc_phy_chanspec_nphy_setup() 21042 bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param), in wlc_phy_chanspec_nphy_setup() 21048 bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param), val); in wlc_phy_chanspec_nphy_setup() 21122 bcma_write16(pi->d11core, in wlc_phy_chanspec_nphy_setup() 21125 bcma_write16(pi->d11core, in wlc_phy_chanspec_nphy_setup() 21128 bcma_write16(pi->d11core, in wlc_phy_chanspec_nphy_setup() 21131 bcma_write16(pi->d11core, in wlc_phy_chanspec_nphy_setup()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | types.h | 260 ({ bcma_write16(c, o, v); (void)bcma_read16(c, o); }) 262 #define bcma_wflush16(c, o, v) bcma_write16(c, o, v)
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | bus.c | 55 bcma_write16(dev->bdev, offset, value); in b43_bus_bcma_write16()
|