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

/freebsd-11-stable/usr.bin/timeout/tests/
H A Dtimeout_test.sh3 atf_test_case nominal
206 atf_add_test_case nominal
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9001/
H A Dar9130_attach.c257 AH5416(ah)->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_5416_2GHZ;
260 AH5416(ah)->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_5416_5GHZ;
H A Dar9160_attach.c285 AH5416(ah)->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_5416_2GHZ;
288 AH5416(ah)->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_5416_5GHZ;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_attach.c349 /* Setup noise floor min/max/nominal values */
352 AH5416(ah)->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9287_2GHZ;
355 AH5416(ah)->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_9287_5GHZ;
H A Dar9285_attach.c380 /* Setup noise floor min/max/nominal values */
383 AH5416(ah)->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9285_2GHZ;
H A Dar9280_attach.c404 /* Setup noise floor min/max/nominal values */
407 AH5416(ah)->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9280_2GHZ;
410 AH5416(ah)->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_9280_5GHZ;
/freebsd-11-stable/contrib/dialog/
H A Dcalendar.c144 static const int nominal[] = local
161 result = nominal[month];
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal.c685 * to nominal values.
740 return limit->nominal;
768 nf[i] = limit->nominal;
H A Dar5416_attach.c471 AH5416(ah)->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_5416_2GHZ;
474 AH5416(ah)->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_5416_5GHZ;
H A Dar5416.h68 int16_t nominal; member in struct:ar5416NfLimits
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c569 /* NF calibration is not done, return nominal value */
570 nf = AH9300(ah)->nfp->nominal;
589 /* NF calibration is not done, return nominal value */
590 nf = AH9300(ah)->nfp->nominal;
H A Dar9300_attach.c2401 ahp->nf_2GHz.nominal = AR_PHY_CCA_NOM_VAL_HORNET_2GHZ;
2404 ahp->nf_5GHz.nominal = AR_PHY_CCA_NOM_VAL_OSPREY_5GHZ;
2409 ahp->nf_2GHz.nominal = AR_PHY_CCA_NOM_VAL_JUPITER_2GHZ;
2412 ahp->nf_5GHz.nominal = AR_PHY_CCA_NOM_VAL_JUPITER_5GHZ;
2417 ahp->nf_2GHz.nominal = AR_PHY_CCA_NOM_VAL_OSPREY_2GHZ;
2421 ahp->nf_5GHz.nominal = AR_PHY_CCA_NOM_VAL_PEACOCK_5GHZ;
2423 ahp->nf_5GHz.nominal = AR_PHY_CCA_NOM_VAL_OSPREY_5GHZ;
H A Dar9300_reset.c335 nf = AH9300(ah)->nfp->nominal + AH9300(ah)->nf_cw_int_delta +
468 return AH9300(ah)->nfp->nominal;
487 * it is the nominal noise floor filled in by ath_hal_init_NF_buffer
705 if (nf_no_lim > ahp->nfp->nominal + ahp->nf_cw_int_delta) {
4663 * on the nominal, max allowable, and min allowable noise floor values.
6275 AH9300(ah)->nfp->nominal + AH9300(ah)->nf_cw_int_delta)
H A Dar9300.h410 int16_t nominal; member in struct:ar9300NfLimits
888 int16_t nf_cw_int_delta; /* diff btwn nominal NF and CW interf threshold */
/freebsd-11-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-11-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-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2006 % There is only one designed size (nominal 10pt), so we always scale
2007 % that to the current nominal size.
/freebsd-11-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 222 milliseconds