Home
last modified time | relevance | path

Searched refs:bbp_prom (Results 1 – 8 of 8) sorted by relevance

/src/sys/dev/usb/wlan/
H A Dif_uralvar.h120 } __packed bbp_prom[16]; member
H A Dif_rumvar.h157 } __packed bbp_prom[16]; member
H A Dif_rum.c2474 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 Dif_ural.c1925 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 Drt2661var.h139 } bbp_prom[16]; member
H A Drt2560var.h140 } bbp_prom[16]; member
H A Drt2661.c2178 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 Drt2560.c2429 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()