Searched refs:count_1 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/irda/ |
D | au1k_ir.c | 137 u8 count_1; /* 12:8 */ member 315 ptxd->count_1 = 0; in au1k_irda_set_speed() 321 ptxd->count_1 = 0; in au1k_irda_set_speed() 425 (ptxd->count_1 << 8) | ptxd->count_0); in au1k_tx_ack() 427 ptxd->count_1 = 0; in au1k_tx_ack() 465 count = (prxd->count_1 << 8) | prxd->count_0; in au1k_irda_rx() 486 prxd->count_1 = 0; in au1k_irda_rx() 708 ptxd->count_1 = (skb->len >> 8) & 0xff; in au1k_irda_hard_xmit() 713 ptxd->count_1 = (len >> 8) & 0xff; in au1k_irda_hard_xmit() 866 aup->tx_ring[i]->count_1 = 0; in au1k_irda_net_init()
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm_infineon.c | 317 u8 count_high, count_low, count_4, count_3, count_2, count_1; in tpm_inf_send() local 335 count_1 = (count & 0x000000ff); in tpm_inf_send() 351 wait_and_send(chip, count_1); in tpm_inf_send()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | stv090x.c | 3569 s32 count_4, count_3, count_2, count_1, count_0, count; in stv090x_read_per() local 3592 count_1 = STV090x_READ_DEMOD(state, FBERCPT1); in stv090x_read_per() 3597 count |= (count_1 & 0xff) << 8; in stv090x_read_per()
|