Searched refs:count_1 (Results 1 – 3 of 3) sorted by relevance
303 aup->tx_ring[i]->count_1 = 0; in au1k_irda_net_init()493 ptxd->count_1<<8 | ptxd->count_0); in au1k_tx_ack()495 ptxd->count_1 = 0; in au1k_tx_ack()580 ptxd->count_1 = (skb->len >> 8) & 0xff; in au1k_irda_hard_xmit()587 ptxd->count_1 = (len >> 8) & 0xff; in au1k_irda_hard_xmit()642 count = prxd->count_1<<8 | prxd->count_0; in au1k_irda_rx()662 prxd->count_1 = 0; in au1k_irda_rx()762 ptxd->count_1 = 0; in au1k_irda_set_speed()768 ptxd->count_1 = 0; in au1k_irda_set_speed()
83 u8 count_1; /* 12:8 */ member
108 int count_1 = (fdc_calibr_count * usecs + in fdc_wait() local116 } while (count_1-- >= 0); in fdc_wait()