Searched refs:count_high (Results 1 – 2 of 2) sorted by relevance
611 u8 count_high; in mac_read_clk() local625 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()
313 u8 count_high, count_low, count_4, count_3, count_2, count_1; in tpm_inf_send() local332 count_high = ((count + 6) & 0xffffff00) >> 8; in tpm_inf_send()338 wait_and_send(chip, count_high); in tpm_inf_send()