Searched refs:bcma_read16 (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/linux/bcma/ |
D | bcma.h | 356 static inline u32 bcma_read16(struct bcma_device *core, u16 offset) in bcma_read16() function 417 bcma_write16(cc, offset, bcma_read16(cc, offset) & mask); in bcma_mask16() 421 bcma_write16(cc, offset, bcma_read16(cc, offset) | set); in bcma_set16() 426 bcma_write16(cc, offset, (bcma_read16(cc, offset) & mask) | set); in bcma_maskset16()
|
D | bcma_driver_gmac_cmn.h | 89 #define gmac_cmn_read16(gc, offset) bcma_read16((gc)->core, offset)
|
D | bcma_driver_pcie2.h | 150 #define pcie2_read16(pcie2, offset) bcma_read16((pcie2)->core, offset)
|
D | bcma_driver_pci.h | 236 #define pcicore_read16(pc, offset) bcma_read16((pc)->core, offset)
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_cmn.c | 153 (void)bcma_read16(pi->d11core, D11REGOFFS(phyversion)); in wlc_radioreg_exit() 189 data = bcma_read16(pi->d11core, D11REGOFFS(radioregdata)); in read_radio_reg() 192 data = bcma_read16(pi->d11core, D11REGOFFS(phy4wdatalo)); in read_radio_reg() 227 b0 = (u32) bcma_read16(pi->d11core, D11REGOFFS(radioregdata)); in read_radio_id() 229 b1 = (u32) bcma_read16(pi->d11core, D11REGOFFS(radioregdata)); in read_radio_id() 231 b2 = (u32) bcma_read16(pi->d11core, D11REGOFFS(radioregdata)); in read_radio_id() 237 id = (u32) bcma_read16(pi->d11core, D11REGOFFS(phy4wdatalo)); in read_radio_id() 238 id |= (u32) bcma_read16(pi->d11core, in read_radio_id() 287 return bcma_read16(pi->d11core, D11REGOFFS(phyregdata)); in read_phy_reg() 296 (void)bcma_read16(pi->d11core, D11REGOFFS(phyregdata)); in write_phy_reg() [all …]
|
D | phy_lcn.c | 3598 curval1 = bcma_read16(pi->d11core, D11REGOFFS(psm_corectlsts)); in wlc_lcnphy_samp_cap() 3606 curval2 = bcma_read16(pi->d11core, D11REGOFFS(psm_phy_hdr_param)); in wlc_lcnphy_samp_cap() 3625 stpptr = bcma_read16(pi->d11core, D11REGOFFS(smpl_clct_stpptr)); in wlc_lcnphy_samp_cap() 3626 curptr = bcma_read16(pi->d11core, D11REGOFFS(smpl_clct_curptr)); in wlc_lcnphy_samp_cap() 3629 curptr = bcma_read16(pi->d11core, D11REGOFFS(smpl_clct_curptr)); in wlc_lcnphy_samp_cap()
|
D | phy_n.c | 21139 val = bcma_read16(pi->d11core, D11REGOFFS(psm_phy_hdr_param)); in wlc_phy_chanspec_nphy_setup() 21153 val = bcma_read16(pi->d11core, D11REGOFFS(psm_phy_hdr_param)); in wlc_phy_chanspec_nphy_setup()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | types.h | 260 ({ bcma_write16(c, o, v); (void)bcma_read16(c, o); })
|
D | main.c | 2697 bcma_read16(core, D11REGOFFS(psm_brc))); in brcms_c_suspend_mac_and_wait() 2928 return bcma_read16(core, objoff); in brcms_b_read_objmem() 4094 bcma_read16(wlc->hw->d11core, D11REGOFFS(tsf_random)) & in brcms_c_wme_setparams()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | bus.c | 59 return bcma_read16(dev->bdev, offset); in b43_bus_bcma_read16()
|
/linux-4.1.27/drivers/bcma/ |
D | sprom.c | 80 sprom[i] = bcma_read16(bus->drv_cc.core, offset + (i * 2)); in bcma_sprom_read()
|