Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/irda/
Ddonauboe.c910 (fir) ? OBOE_CTL_TX_HW_OWNS | OBOE_CTL_TX_RTCENTX in toshoboe_probe()
919 : OBOE_CTL_TX_HW_OWNS | OBOE_CTL_TX_RTCENTX ; in toshoboe_probe()
926 (fir) ? OBOE_CTL_TX_HW_OWNS | OBOE_CTL_TX_RTCENTX in toshoboe_probe()
934 (fir) ? OBOE_CTL_TX_HW_OWNS | OBOE_CTL_TX_RTCENTX in toshoboe_probe()
936 : OBOE_CTL_TX_HW_OWNS | OBOE_CTL_TX_RTCENTX ; in toshoboe_probe()
981 OBOE_CTL_TX_RTCENTX | OBOE_CTL_TX_HW_OWNS; in toshoboe_probe()
1116 ctl = OBOE_CTL_TX_HW_OWNS | OBOE_CTL_TX_RTCENTX; in toshoboe_hard_xmit()
1176 ctl = OBOE_CTL_TX_HW_OWNS | OBOE_CTL_TX_RTCENTX; in toshoboe_hard_xmit()
1252 self->ring->tx[txp].control &= ~OBOE_CTL_TX_RTCENTX; in toshoboe_interrupt()
Ddonauboe.h294 #define OBOE_CTL_TX_RTCENTX 0x04 /*W Enable receiver and generate TXdone */ macro