Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/mac/
H A Dvia.c611 u8 count_high; in mac_read_clk() local
625 count_high = via1[vT1CH]; in mac_read_clk()
626 if (count_high == 0xFF) in mac_read_clk()
627 count_high = 0; in mac_read_clk()
628 if (count_high > 0 && (via1[vIFR] & VIA_TIMER_1_INT)) in mac_read_clk()
630 count = count_high << 8; in mac_read_clk()
/openbmc/linux/drivers/char/tpm/
H A 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()