Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/b43/
Dphy_ht.c578 return b43_read16(dev, B43_MMIO_RADIO24_DATA); in b43_phy_ht_op_radio_read()
585 b43_write16(dev, B43_MMIO_RADIO24_DATA, value); in b43_phy_ht_op_radio_write()
Dphy_lcn.c871 return b43_read16(dev, B43_MMIO_RADIO24_DATA); in b43_phy_lcn_op_radio_read()
878 b43_write16(dev, B43_MMIO_RADIO24_DATA, value); in b43_phy_lcn_op_radio_write()
Db43.h92 #define B43_MMIO_RADIO24_DATA 0x3DA /* core rev >= 24 only */ macro
Dmain.c4371 radio24[tmp] = b43_read16(dev, B43_MMIO_RADIO24_DATA); in b43_phy_versioning()