Searched refs:bbp_prom (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ural/ |
H A D | ural_var.h | 103 } bbp_prom[16]; member
|
H A D | ural.c | 1289 ural_eeprom_read(sc, RAL_EEPROM_BBP_BASE, sc->bbp_prom, 2 * 16); in ural_read_eeprom()
|
/illumos-gate/usr/src/uts/common/io/rum/ |
H A D | rum_var.h | 106 } bbp_prom[16]; member
|
H A D | rum.c | 1345 rum_eeprom_read(sc, RT2573_EEPROM_BBP_BASE, sc->bbp_prom, 2 * 16); in rum_read_eeprom() 1371 if (sc->bbp_prom[i].reg == 0 || sc->bbp_prom[i].reg == 0xff) in rum_bbp_init() 1373 rum_bbp_write(sc, sc->bbp_prom[i].reg, sc->bbp_prom[i].val); in rum_bbp_init()
|
/illumos-gate/usr/src/uts/common/io/ral/ |
H A D | rt2560_var.h | 181 } bbp_prom[16]; member
|
H A D | rt2560.c | 1824 sc->bbp_prom[i].reg = val >> 8; in rt2560_read_eeprom() 1825 sc->bbp_prom[i].val = val & 0xff; in rt2560_read_eeprom()
|
/illumos-gate/usr/src/uts/common/io/rwd/ |
H A D | rt2661_var.h | 147 } bbp_prom[16]; member
|
H A D | rt2661.c | 459 sc->bbp_prom[i].reg = val >> 8; in rt2661_read_eeprom() 460 sc->bbp_prom[i].val = val & 0xff; in rt2661_read_eeprom() 462 "BBP R%d=%02x\n", sc->bbp_prom[i].reg, in rt2661_read_eeprom() 463 sc->bbp_prom[i].val); in rt2661_read_eeprom() 2203 if (sc->bbp_prom[i].reg == 0) in rt2661_bbp_init() 2205 rt2661_bbp_write(sc, sc->bbp_prom[i].reg, sc->bbp_prom[i].val); in rt2661_bbp_init()
|