Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_hw.c364 sc->ofdm48_cal[i * 2] = val >> 8; in zyd_read_eeprom()
365 sc->ofdm48_cal[i * 2 + 1] = val & 0xff; in zyd_read_eeprom()
586 (void) zyd_write16(sc, ZYD_CR66, sc->ofdm48_cal[chan - 1]); in zyd_hw_set_channel()
H A Dzyd.h176 uint8_t ofdm48_cal[14]; member