Searched refs:zyd_read16 (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/zyd/ |
H A D | zyd_hw.c | 131 zyd_read16(struct zyd_softc *sc, uint16_t reg, uint16_t *val) in zyd_read16() function 267 if (zyd_read16(sc, ZYD_CR203, &cr203) != ZYD_SUCCESS) in zyd_rfwrite() 351 (void) zyd_read16(sc, ZYD_EEPROM_PWR_CAL + i, &val); in zyd_read_eeprom() 355 (void) zyd_read16(sc, ZYD_EEPROM_PWR_INT + i, &val); in zyd_read_eeprom() 359 (void) zyd_read16(sc, ZYD_EEPROM_36M_CAL + i, &val); in zyd_read_eeprom() 363 (void) zyd_read16(sc, ZYD_EEPROM_48M_CAL + i, &val); in zyd_read_eeprom() 367 (void) zyd_read16(sc, ZYD_EEPROM_54M_CAL + i, &val); in zyd_read_eeprom() 492 (void) zyd_read16(sc, ZYD_FIRMWARE_BASE_ADDR, &sc->fwbase); in zyd_hw_configure() 496 (void) zyd_read16(sc, sc->fwbase + ZYD_FW_FIRMWARE_REV, &sc->fw_rev); in zyd_hw_configure()
|
H A D | zyd.h | 367 extern zyd_res zyd_read16(struct zyd_softc *, uint16_t, uint16_t *);
|