Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/irda/
Ddonauboe.h192 #define OBOE_STATUS OBOE_REG(0xf) macro
Ddonauboe.c261 INB (OBOE_CONFIG1), INB (OBOE_STATUS)); in toshoboe_dumpregs()
1421 __func__, dev->name, INB(OBOE_STATUS), irq->ifr_baudrate); in toshoboe_net_ioctl()
1435 INB(OBOE_STATUS), capable(CAP_NET_ADMIN)); in toshoboe_net_ioctl()
1443 irq->ifr_receiving = (INB (OBOE_STATUS) & OBOE_STATUS_RXBUSY) ? 1 : 0; in toshoboe_net_ioctl()
1445 __func__, dev->name, INB(OBOE_STATUS), irq->ifr_receiving); in toshoboe_net_ioctl()