Home
last modified time | relevance | path

Searched refs:time_base (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/comedi/drivers/
H A Daddi_apci_3xxx.c466 int time_base; in apci3xxx_ai_ns_to_timer() local
469 for (time_base = 0; time_base < 3; time_base++) { in apci3xxx_ai_ns_to_timer()
471 if (!(board->ai_conv_units & (1 << time_base))) in apci3xxx_ai_ns_to_timer()
474 switch (time_base) { in apci3xxx_ai_ns_to_timer()
500 devpriv->ai_time_base = time_base; in apci3xxx_ai_ns_to_timer()
502 *ns = timer * time_base; in apci3xxx_ai_ns_to_timer()
/linux/tools/testing/selftests/amd-pstate/
H A Dgitsource.sh212 time_base=`echo "$base" | awk '{print $6}' | sed s/,//`
234 time_drop=`echo "scale=4;($time_comp-$time_base)*100/$time_base" | bc | awk '{printf "%.4f", $0}'`
235 …printf "Gitsource-$1 time base: $time_base comprison: $time_comp percent: $time_drop\n" | tee -a $…
/linux/drivers/char/
H A Dapplicom.h78 unsigned char time_base; member