Home
last modified time | relevance | path

Searched refs:ofdm54_cal (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_hw.c368 sc->ofdm54_cal[i * 2] = val >> 8; in zyd_read_eeprom()
369 sc->ofdm54_cal[i * 2 + 1] = val & 0xff; in zyd_read_eeprom()
587 (void) zyd_write16(sc, ZYD_CR65, sc->ofdm54_cal[chan - 1]); in zyd_hw_set_channel()
H A Dzyd.h177 uint8_t ofdm54_cal[14]; member