Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dif_zyd.c1633 sc->ofdm48_cal[i * 2] = val >> 8; in zyd_read_eeprom()
1634 sc->ofdm48_cal[i * 2 + 1] = val & 0xff; in zyd_read_eeprom()
1772 (void)zyd_write16(sc, ZYD_CR66, sc->ofdm48_cal[chan - 1]); in zyd_set_chan()
Dif_zydreg.h1213 uint8_t ofdm48_cal[14]; member