Lines Matching refs:fir
801 toshoboe_maketestpacket (unsigned char *buf, int badcrc, int fir) in toshoboe_maketestpacket() argument
812 if (fir) in toshoboe_maketestpacket()
894 int fir = (j > 1); in toshoboe_probe() local
910 (fir) ? OBOE_CTL_TX_HW_OWNS | OBOE_CTL_TX_RTCENTX in toshoboe_probe()
913 toshoboe_maketestpacket (self->tx_bufs[self->txs], 0, fir); in toshoboe_probe()
918 (fir) ? OBOE_CTL_TX_HW_OWNS | OBOE_CTL_TX_SIP in toshoboe_probe()
921 toshoboe_maketestpacket (self->tx_bufs[self->txs], 0, fir); in toshoboe_probe()
926 (fir) ? OBOE_CTL_TX_HW_OWNS | OBOE_CTL_TX_RTCENTX in toshoboe_probe()
929 toshoboe_maketestpacket (self->tx_bufs[self->txs], 0, fir); in toshoboe_probe()
934 (fir) ? OBOE_CTL_TX_HW_OWNS | OBOE_CTL_TX_RTCENTX in toshoboe_probe()
938 toshoboe_maketestpacket (self->tx_bufs[self->txs], 0, fir); in toshoboe_probe()
947 n = fir ? 1 : 4; in toshoboe_probe()
956 n = fir ? 203 : 102; in toshoboe_probe()