Searched refs:count_high (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/m68k/mac/
H A Dvia.c613 u8 count_high; local
627 count_high = via1[vT1CH];
628 if (count_high == 0xFF)
629 count_high = 0;
630 if (count_high > 0 && (via1[vIFR] & VIA_TIMER_1_INT))
632 count = count_high << 8;
/linux-master/drivers/char/tpm/
H A Dtpm_infineon.c319 u8 count_high, count_low, count_4, count_3, count_2, count_1; local
338 count_high = ((count + 6) & 0xffffff00) >> 8;
344 wait_and_send(chip, count_high);

Completed in 109 milliseconds