Searched refs:bbp_prom (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/usb/wlan/ |
H A D | if_uralvar.h | 120 } __packed bbp_prom[16]; member
|
H A D | if_rumvar.h | 157 } __packed bbp_prom[16]; member
|
H A D | if_rum.c | 2471 rum_eeprom_read(sc, RT2573_EEPROM_BBP_BASE, sc->bbp_prom, 2 * 16); in rum_read_eeprom() 2474 if (sc->bbp_prom[i].reg == 0 || sc->bbp_prom[i].reg == 0xff) in rum_read_eeprom() 2476 DPRINTF("BBP R%d=%02x\n", sc->bbp_prom[i].reg, in rum_read_eeprom() 2477 sc->bbp_prom[i].val); in rum_read_eeprom() 2527 if (sc->bbp_prom[i].reg == 0 || sc->bbp_prom[i].reg == 0xff) in rum_bbp_init() 2529 rum_bbp_write(sc, sc->bbp_prom[i].reg, sc->bbp_prom[i].val); in rum_bbp_init()
|
H A D | if_ural.c | 1919 ural_eeprom_read(sc, RAL_EEPROM_BBP_BASE, sc->bbp_prom, 2 * 16); in ural_read_eeprom() 1949 if (sc->bbp_prom[i].reg == 0xff) in ural_bbp_init() 1951 ural_bbp_write(sc, sc->bbp_prom[i].reg, sc->bbp_prom[i].val); in ural_bbp_init()
|
/freebsd/sys/dev/ral/ |
H A D | rt2560var.h | 140 } bbp_prom[16]; member
|
H A D | rt2661var.h | 139 } bbp_prom[16]; member
|
H A D | rt2661.c | 2176 sc->bbp_prom[i].reg = val >> 8; in rt2661_read_eeprom() 2177 sc->bbp_prom[i].val = val & 0xff; in rt2661_read_eeprom() 2178 DPRINTF(sc, "BBP R%d=%02x\n", sc->bbp_prom[i].reg, in rt2661_read_eeprom() 2179 sc->bbp_prom[i].val); in rt2661_read_eeprom() 2209 if (sc->bbp_prom[i].reg == 0) in rt2661_bbp_init() 2211 rt2661_bbp_write(sc, sc->bbp_prom[i].reg, sc->bbp_prom[i].val); in rt2661_bbp_init()
|
H A D | rt2560.c | 2425 sc->bbp_prom[i].reg = val >> 8; in rt2560_read_config() 2426 sc->bbp_prom[i].val = val & 0xff; in rt2560_read_config() 2494 if (sc->bbp_prom[i].reg == 0 && sc->bbp_prom[i].val == 0) in rt2560_bbp_init() 2496 rt2560_bbp_write(sc, sc->bbp_prom[i].reg, sc->bbp_prom[i].val); in rt2560_bbp_init()
|