Home
last modified time | relevance | path

Searched refs:R2059_C3 (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/b43/
Dphy_ht.c51 static const u16 routing[] = { R2059_C1, R2059_C2, R2059_C3, }; in b43_radio_2059_channel_setup()
96 b43_radio_set(dev, R2059_C3 | R2059_RCAL_CONFIG, 0x1); in b43_radio_2059_rcal()
99 b43_radio_set(dev, R2059_C3 | 0x0BF, 0x1); in b43_radio_2059_rcal()
100 b43_radio_maskset(dev, R2059_C3 | 0x19B, 0x3, 0x2); in b43_radio_2059_rcal()
103 b43_radio_set(dev, R2059_C3 | R2059_RCAL_CONFIG, 0x2); in b43_radio_2059_rcal()
107 b43_radio_mask(dev, R2059_C3 | R2059_RCAL_CONFIG, ~0x2); in b43_radio_2059_rcal()
109 if (!b43_radio_wait_value(dev, R2059_C3 | R2059_RCAL_STATUS, 1, 1, 100, in b43_radio_2059_rcal()
114 b43_radio_mask(dev, R2059_C3 | R2059_RCAL_CONFIG, ~0x1); in b43_radio_2059_rcal()
157 const u16 routing[] = { R2059_C1, R2059_C2, R2059_C3 }; in b43_radio_2059_init()
448 static const u16 radio_r[] = { R2059_C1, R2059_C2, R2059_C3, }; in b43_phy_ht_rssi_select()
[all …]
Dradio_2059.h10 #define R2059_C3 0x800 macro