Searched refs:rt2800_bbp_read (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/net/wireless/ralink/rt2x00/ |
D | rt2800lib.c | 106 static u8 rt2800_bbp_read(struct rt2x00_dev *rt2x00dev, const unsigned int word) in rt2800_bbp_read() function 211 return rt2800_bbp_read(rt2x00dev, 159); in rt2800_bbp_dcoc_read() 1500 .read = rt2800_bbp_read, 2198 value = rt2800_bbp_read(rt2x00dev, 0); in rt2800_wait_bbp_ready() 2269 r1 = rt2800_bbp_read(rt2x00dev, 1); in rt2800_config_ant() 2270 r3 = rt2800_bbp_read(rt2x00dev, 3); in rt2800_config_ant() 2751 bbp = rt2800_bbp_read(rt2x00dev, 109); in rt2800_config_channel_rf3053() 2756 bbp = rt2800_bbp_read(rt2x00dev, 110); in rt2800_config_channel_rf3053() 3214 bbp = rt2800_bbp_read(rt2x00dev, 110); in rt2800_config_channel_rf3853() 3232 bbp = rt2800_bbp_read(rt2x00dev, 49); in rt2800_config_channel_rf3853() [all …]
|