Searched refs:B43_MMIO_RADIO24_DATA (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_ac.c | 48 return b43_read16(dev, B43_MMIO_RADIO24_DATA); in b43_phy_ac_op_radio_read() 55 b43_write16(dev, B43_MMIO_RADIO24_DATA, value); in b43_phy_ac_op_radio_write()
|
H A D | phy_lcn.c | 827 return b43_read16(dev, B43_MMIO_RADIO24_DATA); in b43_phy_lcn_op_radio_read() 834 b43_write16(dev, B43_MMIO_RADIO24_DATA, value); in b43_phy_lcn_op_radio_write()
|
H A D | phy_ht.c | 1099 return b43_read16(dev, B43_MMIO_RADIO24_DATA); in b43_phy_ht_op_radio_read() 1106 b43_write16(dev, B43_MMIO_RADIO24_DATA, value); in b43_phy_ht_op_radio_write()
|
H A D | b43.h | 94 #define B43_MMIO_RADIO24_DATA 0x3DA /* core rev >= 24 only */ macro
|
H A D | main.c | 4551 radio_rev = b43_read16(dev, B43_MMIO_RADIO24_DATA); in b43_phy_versioning() 4554 radio_id = b43_read16(dev, B43_MMIO_RADIO24_DATA); in b43_phy_versioning() 4562 radio24[tmp] = b43_read16(dev, B43_MMIO_RADIO24_DATA); in b43_phy_versioning()
|