Home
last modified time | relevance | path

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

/Linux-v5.10/arch/m68k/mac/
Dvia.c634 u8 count_high; in mac_read_clk() local
648 count_high = via1[vT1CH]; in mac_read_clk()
649 if (count_high == 0xFF) in mac_read_clk()
650 count_high = 0; in mac_read_clk()
651 if (count_high > 0 && (via1[vIFR] & VIA_TIMER_1_INT)) in mac_read_clk()
653 count = count_high << 8; in mac_read_clk()
/Linux-v5.10/drivers/char/tpm/
Dtpm_infineon.c313 u8 count_high, count_low, count_4, count_3, count_2, count_1; in tpm_inf_send() local
332 count_high = ((count + 6) & 0xffffff00) >> 8; in tpm_inf_send()
338 wait_and_send(chip, count_high); in tpm_inf_send()