Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_hw.c360 sc->ofdm36_cal[i * 2] = val >> 8; in zyd_read_eeprom()
361 sc->ofdm36_cal[i * 2 + 1] = val & 0xff; in zyd_read_eeprom()
585 (void) zyd_write16(sc, ZYD_CR67, sc->ofdm36_cal[chan - 1]); in zyd_hw_set_channel()
H A Dzyd.h175 uint8_t ofdm36_cal[14]; member