Home
last modified time | relevance | path

Searched refs:eeprom_channels (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/wpi/
H A Dif_wpivar.h240 eeprom_channels[WPI_CHAN_BANDS_COUNT][WPI_MAX_CHAN_PER_BAND]; member
H A Dif_wpi.c1415 struct wpi_eeprom_chan *channels = sc->eeprom_channels[n]; in wpi_read_eeprom_band()
1467 error = wpi_read_prom_data(sc, band->addr, &sc->eeprom_channels[n], in wpi_read_eeprom_channels()
1493 return &sc->eeprom_channels[j][i]; in wpi_find_eeprom_channel()
/freebsd/sys/dev/iwn/
H A Dif_iwnvar.h363 struct iwn_eeprom_chan eeprom_channels[IWN_NBANDS][IWN_MAX_CHAN_PER_BAND]; member
H A Dif_iwn.c2428 struct iwn_eeprom_chan *channels = sc->eeprom_channels[n]; in iwn_read_eeprom_band()
2481 struct iwn_eeprom_chan *channels = sc->eeprom_channels[n]; in iwn_read_eeprom_ht40()
2540 iwn_read_prom_data(sc, addr, &sc->eeprom_channels[n], in iwn_read_eeprom_channels()
2566 return &sc->eeprom_channels[band][i]; in iwn_find_eeprom_channel()
2573 return &sc->eeprom_channels[j][i]; in iwn_find_eeprom_channel()