HomeSort by: relevance | last modified time | path
    Searched defs:hpval (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
zl10353.c 482 uint16_t hpval = 0, lpval = 0; local in function:zl10353_get_fec
487 hpval = ZL10353_TPS_HP_FEC_1_2;
492 hpval = ZL10353_TPS_HP_FEC_2_3;
497 hpval = ZL10353_TPS_HP_FEC_3_4;
502 hpval = ZL10353_TPS_HP_FEC_5_6;
507 hpval = ZL10353_TPS_HP_FEC_7_8;
512 hpval = ZL10353_TPS_HP_FEC_AUTO;
523 *valp |= (hp != false) ? hpval : lpval;
  /src/lib/libc/resolv/
res_debug.c 1052 u_int8_t sizeval, hpval, vpval, versionval; local in function:loc_ntoa
1068 hpval = *cp++;
1118 hpstr = strdup(precsize_ntoa((u_int32_t)hpval));

Completed in 12 milliseconds