Searched refs:nominal (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/usr.bin/timeout/tests/
H A Dtimeout_test.sh3 atf_test_case nominal
206 atf_add_test_case nominal
/freebsd-12-stable/sys/dev/ath/ath_hal/ar9001/
H A Dar9130_attach.c258 AH5416(ah)->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_5416_2GHZ;
261 AH5416(ah)->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_5416_5GHZ;
H A Dar9160_attach.c287 AH5416(ah)->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_5416_2GHZ;
290 AH5416(ah)->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_5416_5GHZ;
/freebsd-12-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_attach.c350 /* Setup noise floor min/max/nominal values */
353 AH5416(ah)->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9287_2GHZ;
356 AH5416(ah)->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_9287_5GHZ;
H A Dar9285_attach.c382 /* Setup noise floor min/max/nominal values */
385 AH5416(ah)->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9285_2GHZ;
H A Dar9280_attach.c406 /* Setup noise floor min/max/nominal values */
409 AH5416(ah)->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9280_2GHZ;
412 AH5416(ah)->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_9280_5GHZ;
/freebsd-12-stable/contrib/dialog/
H A Dcalendar.c144 static const int nominal[] = local
161 result = nominal[month];
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal.c693 * to nominal values.
748 return limit->nominal;
776 nf[i] = limit->nominal;
H A Dar5416_attach.c473 AH5416(ah)->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_5416_2GHZ;
476 AH5416(ah)->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_5416_5GHZ;
H A Dar5416.h64 int16_t nominal; member in struct:ar5416NfLimits
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c599 /* NF calibration is not done, return nominal value */
600 nf = AH9300(ah)->nfp->nominal;
619 /* NF calibration is not done, return nominal value */
620 nf = AH9300(ah)->nfp->nominal;
H A Dar9300_attach.c2403 ahp->nf_2GHz.nominal = AR_PHY_CCA_NOM_VAL_HORNET_2GHZ;
2406 ahp->nf_5GHz.nominal = AR_PHY_CCA_NOM_VAL_OSPREY_5GHZ;
2411 ahp->nf_2GHz.nominal = AR_PHY_CCA_NOM_VAL_JUPITER_2GHZ;
2414 ahp->nf_5GHz.nominal = AR_PHY_CCA_NOM_VAL_JUPITER_5GHZ;
2419 ahp->nf_2GHz.nominal = AR_PHY_CCA_NOM_VAL_OSPREY_2GHZ;
2423 ahp->nf_5GHz.nominal = AR_PHY_CCA_NOM_VAL_PEACOCK_5GHZ;
2425 ahp->nf_5GHz.nominal = AR_PHY_CCA_NOM_VAL_OSPREY_5GHZ;
H A Dar9300_reset.c358 nf = AH9300(ah)->nfp->nominal + AH9300(ah)->nf_cw_int_delta +
491 return AH9300(ah)->nfp->nominal;
510 * it is the nominal noise floor filled in by ath_hal_init_NF_buffer
728 if (nf_no_lim > ahp->nfp->nominal + ahp->nf_cw_int_delta) {
4702 * on the nominal, max allowable, and min allowable noise floor values.
6315 AH9300(ah)->nfp->nominal + AH9300(ah)->nf_cw_int_delta)
H A Dar9300.h398 int16_t nominal; member in struct:ar9300NfLimits
876 int16_t nf_cw_int_delta; /* diff btwn nominal NF and CW interf threshold */
/freebsd-12-stable/contrib/ncurses/progs/
H A Dtic.c560 valid_db_path(const char *nominal) argument
565 size_t need = strlen(nominal) + sizeof(suffix);
570 _nc_STRCPY(result, nominal, need);
575 char *result = strdup(nominal);
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2107 % There is only one designed size (nominal 10pt), so we always scale
2108 % that to the current nominal size.
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex3078 % There is only one designed size (nominal 10pt), so we always scale
3079 % that to the current nominal size.

Completed in 412 milliseconds