Home
last modified time | relevance | path

Searched refs:B43_MMIO_RADIO24_DATA (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_ac.c48 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 Dphy_lcn.c827 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 Dphy_ht.c1099 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 Db43.h94 #define B43_MMIO_RADIO24_DATA 0x3DA /* core rev >= 24 only */ macro
H A Dmain.c4551 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()