Searched refs:bcma_read16 (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/include/linux/bcma/ |
D | bcma.h | 371 static inline u32 bcma_read16(struct bcma_device *core, u16 offset) in bcma_read16() 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()
|
D | bcma_driver_gmac_cmn.h | 90 #define gmac_cmn_read16(gc, offset) bcma_read16((gc)->core, offset)
|
D | bcma_driver_pcie2.h | 151 #define pcie2_read16(pcie2, offset) bcma_read16((pcie2)->core, offset)
|
D | bcma_driver_pci.h | 237 #define pcicore_read16(pc, offset) bcma_read16((pc)->core, offset)
|
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_cmn.c | 142 (void)bcma_read16(pi->d11core, D11REGOFFS(phyversion)); in wlc_radioreg_exit() 178 data = bcma_read16(pi->d11core, D11REGOFFS(radioregdata)); in read_radio_reg() 181 data = bcma_read16(pi->d11core, D11REGOFFS(phy4wdatalo)); in read_radio_reg() 216 b0 = (u32) bcma_read16(pi->d11core, D11REGOFFS(radioregdata)); in read_radio_id() 218 b1 = (u32) bcma_read16(pi->d11core, D11REGOFFS(radioregdata)); in read_radio_id() 220 b2 = (u32) bcma_read16(pi->d11core, D11REGOFFS(radioregdata)); in read_radio_id() 226 id = (u32) bcma_read16(pi->d11core, D11REGOFFS(phy4wdatalo)); in read_radio_id() 227 id |= (u32) bcma_read16(pi->d11core, in read_radio_id() 276 return bcma_read16(pi->d11core, D11REGOFFS(phyregdata)); in read_phy_reg() 285 (void)bcma_read16(pi->d11core, D11REGOFFS(phyregdata)); in write_phy_reg() [all …]
|
D | phy_lcn.c | 3520 curval1 = bcma_read16(pi->d11core, D11REGOFFS(psm_corectlsts)); in wlc_lcnphy_samp_cap() 3528 curval2 = bcma_read16(pi->d11core, D11REGOFFS(psm_phy_hdr_param)); in wlc_lcnphy_samp_cap() 3547 stpptr = bcma_read16(pi->d11core, D11REGOFFS(smpl_clct_stpptr)); in wlc_lcnphy_samp_cap() 3548 curptr = bcma_read16(pi->d11core, D11REGOFFS(smpl_clct_curptr)); in wlc_lcnphy_samp_cap() 3551 curptr = bcma_read16(pi->d11core, D11REGOFFS(smpl_clct_curptr)); in wlc_lcnphy_samp_cap()
|
D | phy_n.c | 21037 val = bcma_read16(pi->d11core, D11REGOFFS(psm_phy_hdr_param)); in wlc_phy_chanspec_nphy_setup() 21051 val = bcma_read16(pi->d11core, D11REGOFFS(psm_phy_hdr_param)); in wlc_phy_chanspec_nphy_setup()
|
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | types.h | 260 ({ bcma_write16(c, o, v); (void)bcma_read16(c, o); })
|
D | main.c | 2683 bcma_read16(core, D11REGOFFS(psm_brc))); in brcms_c_suspend_mac_and_wait() 2914 return bcma_read16(core, objoff); in brcms_b_read_objmem() 4074 bcma_read16(wlc->hw->d11core, D11REGOFFS(tsf_random)) & in brcms_c_wme_setparams()
|
/linux-6.1.9/drivers/net/wireless/broadcom/b43/ |
D | bus.c | 46 return bcma_read16(dev->bdev, offset); in b43_bus_bcma_read16()
|
/linux-6.1.9/drivers/bcma/ |
D | sprom.c | 80 sprom[i] = bcma_read16(bus->drv_cc.core, offset + (i * 2)); in bcma_sprom_read()
|