Home
last modified time | relevance | path

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

/freebsd/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.c2471 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 Dif_ural.c1919 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 Drt2560var.h140 } bbp_prom[16]; member
H A Drt2661var.h139 } bbp_prom[16]; member
H A Drt2661.c2176 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 Drt2560.c2425 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()