Lines Matching refs:fir
736 toshoboe_maketestpacket (unsigned char *buf, int badcrc, int fir) in toshoboe_maketestpacket() argument
747 if (fir) in toshoboe_maketestpacket()
827 int fir = (j > 1); in toshoboe_probe() local
843 (fir) ? OBOE_CTL_TX_HW_OWNS | OBOE_CTL_TX_RTCENTX in toshoboe_probe()
846 toshoboe_maketestpacket (self->tx_bufs[self->txs], 0, fir); in toshoboe_probe()
851 (fir) ? OBOE_CTL_TX_HW_OWNS | OBOE_CTL_TX_SIP in toshoboe_probe()
854 toshoboe_maketestpacket (self->tx_bufs[self->txs], 0, fir); in toshoboe_probe()
859 (fir) ? OBOE_CTL_TX_HW_OWNS | OBOE_CTL_TX_RTCENTX in toshoboe_probe()
862 toshoboe_maketestpacket (self->tx_bufs[self->txs], 0, fir); in toshoboe_probe()
867 (fir) ? OBOE_CTL_TX_HW_OWNS | OBOE_CTL_TX_RTCENTX in toshoboe_probe()
871 toshoboe_maketestpacket (self->tx_bufs[self->txs], 0, fir); in toshoboe_probe()
880 n = fir ? 1 : 4; in toshoboe_probe()
889 n = fir ? 203 : 102; in toshoboe_probe()