Searched refs:count_high (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/mac/ |
H A D | via.c | 634 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()
|
/kernel/linux/linux-6.6/arch/m68k/mac/ |
H A D | via.c | 611 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()
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm_infineon.c | 313 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()
|
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm_infineon.c | 313 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()
|
Completed in 4 milliseconds