Searched refs:noiseFloorThreshCh (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c165 mh->noiseFloorThreshCh[0], mh->noiseFloorThreshCh[1], mh->noiseFloorThreshCh[2]);
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h90 int8_t noiseFloorThreshCh[AR9287_MAX_CHAINS]; member in struct:modal_eep_ar9287_header
H A Dah_eeprom_v4k.h92 uint8_t noiseFloorThreshCh[AR5416_4K_MAX_CHAINS]; // 1 member in struct:ModalEepHeader4k
H A Dah_eeprom_v14.c40 *(int16_t *)val = pModal[0].noiseFloorThreshCh[0];
43 *(int16_t *)val = pModal[1].noiseFloorThreshCh[0];
H A Dah_eeprom_v14.h211 uint8_t noiseFloorThreshCh[AR5416_MAX_CHAINS]; // 3 member in struct:ModalEepHeader
H A Dah_eeprom_9287.c41 *(int16_t *)val = pModal->noiseFloorThreshCh[0];
H A Dah_eeprom_v4k.c42 *(int16_t *)val = pModal->noiseFloorThreshCh[0];
/freebsd-11-stable/tools/tools/ath/ath_ee_9287_print/
H A D9287.c111 printf("| noiseFloorThresCh: 0:0x%.2x |\n", mh->noiseFloorThreshCh[i]);
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c102 printf("| noiseFloorThresCh: 0:0x%.2x |\n", mh->noiseFloorThreshCh[0]);
/freebsd-11-stable/tools/tools/ath/athprom/
H A Dathprom.c585 } else if (strneq(var, "noiseFloorThreshCh", 18)) {
586 fprintf(fd, "%3d", eepromN.modalHeader[curmode].noiseFloorThreshCh[atoi(var+18)]);
/freebsd-11-stable/sys/dev/otus/
H A Dif_otusreg.h790 uint8_t noiseFloorThreshCh[AR5416_MAX_CHAINS]; member in struct:ModalEepHeader

Completed in 98 milliseconds