Searched refs:B43_MMIO_RADIO24_DATA (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/broadcom/b43/ |
D | phy_ac.c | 52 return b43_read16(dev, B43_MMIO_RADIO24_DATA); in b43_phy_ac_op_radio_read() 59 b43_write16(dev, B43_MMIO_RADIO24_DATA, value); in b43_phy_ac_op_radio_write()
|
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()
|
D | phy_ht.c | 1115 return b43_read16(dev, B43_MMIO_RADIO24_DATA); in b43_phy_ht_op_radio_read() 1122 b43_write16(dev, B43_MMIO_RADIO24_DATA, value); in b43_phy_ht_op_radio_write()
|
D | b43.h | 94 #define B43_MMIO_RADIO24_DATA 0x3DA /* core rev >= 24 only */ macro
|
D | main.c | 4571 radio_rev = b43_read16(dev, B43_MMIO_RADIO24_DATA); in b43_phy_versioning() 4574 radio_id = b43_read16(dev, B43_MMIO_RADIO24_DATA); in b43_phy_versioning() 4582 radio24[tmp] = b43_read16(dev, B43_MMIO_RADIO24_DATA); in b43_phy_versioning()
|