Searched refs:bbp_prom (Results 1 – 8 of 8) sorted by relevance
| /src/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 | 2474 rum_eeprom_read(sc, RT2573_EEPROM_BBP_BASE, sc->bbp_prom, 2 * 16); in rum_read_eeprom() 2477 if (sc->bbp_prom[i].reg == 0 || sc->bbp_prom[i].reg == 0xff) in rum_read_eeprom() 2479 DPRINTF("BBP R%d=%02x\n", sc->bbp_prom[i].reg, in rum_read_eeprom() 2480 sc->bbp_prom[i].val); in rum_read_eeprom() 2530 if (sc->bbp_prom[i].reg == 0 || sc->bbp_prom[i].reg == 0xff) in rum_bbp_init() 2532 rum_bbp_write(sc, sc->bbp_prom[i].reg, sc->bbp_prom[i].val); in rum_bbp_init()
|
| H A D | if_ural.c | 1925 ural_eeprom_read(sc, RAL_EEPROM_BBP_BASE, sc->bbp_prom, 2 * 16); in ural_read_eeprom() 1955 if (sc->bbp_prom[i].reg == 0xff) in ural_bbp_init() 1957 ural_bbp_write(sc, sc->bbp_prom[i].reg, sc->bbp_prom[i].val); in ural_bbp_init()
|
| /src/sys/dev/ral/ |
| H A D | rt2661var.h | 139 } bbp_prom[16]; member
|
| H A D | rt2560var.h | 140 } bbp_prom[16]; member
|
| H A D | rt2661.c | 2178 sc->bbp_prom[i].reg = val >> 8; in rt2661_read_eeprom() 2179 sc->bbp_prom[i].val = val & 0xff; in rt2661_read_eeprom() 2180 DPRINTF(sc, "BBP R%d=%02x\n", sc->bbp_prom[i].reg, in rt2661_read_eeprom() 2181 sc->bbp_prom[i].val); in rt2661_read_eeprom() 2211 if (sc->bbp_prom[i].reg == 0) in rt2661_bbp_init() 2213 rt2661_bbp_write(sc, sc->bbp_prom[i].reg, sc->bbp_prom[i].val); in rt2661_bbp_init()
|
| H A D | rt2560.c | 2429 sc->bbp_prom[i].reg = val >> 8; in rt2560_read_config() 2430 sc->bbp_prom[i].val = val & 0xff; in rt2560_read_config() 2498 if (sc->bbp_prom[i].reg == 0 && sc->bbp_prom[i].val == 0) in rt2560_bbp_init() 2500 rt2560_bbp_write(sc, sc->bbp_prom[i].reg, sc->bbp_prom[i].val); in rt2560_bbp_init()
|