Searched refs:bbp104 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ral/ |
H A D | rt2661.c | 1862 uint8_t bbp17, bbp35, bbp96, bbp97, bbp98, bbp104; in rt2661_select_band() local 1866 bbp17 = 0x20; bbp96 = 0x48; bbp104 = 0x2c; in rt2661_select_band() 1869 bbp17 += 0x08; bbp96 += 0x10; bbp104 += 0x0c; in rt2661_select_band() 1874 bbp17 += 0x10; bbp96 += 0x10; bbp104 += 0x10; in rt2661_select_band() 1879 rt2661_bbp_write(sc, 104, bbp104); in rt2661_select_band()
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_rum.c | 2055 uint8_t bbp17, bbp35, bbp96, bbp97, bbp98, bbp104; in rum_select_band() local 2058 bbp17 = 0x20; bbp96 = 0x48; bbp104 = 0x2c; in rum_select_band() 2061 bbp17 += 0x08; bbp96 += 0x10; bbp104 += 0x0c; in rum_select_band() 2066 bbp17 += 0x10; bbp96 += 0x10; bbp104 += 0x10; in rum_select_band() 2072 rum_bbp_write(sc, 104, bbp104); in rum_select_band()
|