Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/char/tpm/
Dtpm_infineon.c319 u8 count_high, count_low, count_4, count_3, count_2, count_1; in tpm_inf_send() local
336 count_2 = (count & 0x0000ff00) >> 8; in tpm_inf_send()
352 wait_and_send(chip, count_2); in tpm_inf_send()
/linux-6.12.1/drivers/media/dvb-frontends/
Dstv090x.c3573 s32 count_4, count_3, count_2, count_1, count_0, count; in stv090x_read_per() local
3595 count_2 = STV090x_READ_DEMOD(state, FBERCPT2); in stv090x_read_per()
3600 count = (count_2 & 0xff) << 16; in stv090x_read_per()