Searched refs:rt2800_bbp_read (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/net/wireless/ralink/rt2x00/ |
D | rt2800lib.c | 107 static u8 rt2800_bbp_read(struct rt2x00_dev *rt2x00dev, const unsigned int word) in rt2800_bbp_read() function 212 return rt2800_bbp_read(rt2x00dev, 159); in rt2800_bbp_dcoc_read() 1558 .read = rt2800_bbp_read, 2256 value = rt2800_bbp_read(rt2x00dev, 0); in rt2800_wait_bbp_ready() 2327 r1 = rt2800_bbp_read(rt2x00dev, 1); in rt2800_config_ant() 2328 r3 = rt2800_bbp_read(rt2x00dev, 3); in rt2800_config_ant() 2809 bbp = rt2800_bbp_read(rt2x00dev, 109); in rt2800_config_channel_rf3053() 2814 bbp = rt2800_bbp_read(rt2x00dev, 110); in rt2800_config_channel_rf3053() 3272 bbp = rt2800_bbp_read(rt2x00dev, 110); in rt2800_config_channel_rf3853() 3290 bbp = rt2800_bbp_read(rt2x00dev, 49); in rt2800_config_channel_rf3853() [all …]
|