Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/irda/
Dtoshoboe.c101 outb_p (0x00, OBOE_RST); in toshoboe_stopchip()
108 outb_p (0x80, OBOE_RST); in toshoboe_stopchip()
175 outb_p (0x00, OBOE_RST); in toshoboe_setbaud()
176 outb_p (0x80, OBOE_RST); in toshoboe_setbaud()
192 outb_p (0, OBOE_RST); in toshoboe_startchip()
207 outb_p (0x80, OBOE_RST); in toshoboe_startchip()
309 if (inb_p (OBOE_RST) & OBOE_RST_WRAP) in toshoboe_hard_xmit()
322 outb_p (0, OBOE_RST); in toshoboe_hard_xmit()
342 outb_p (0x80, OBOE_RST); in toshoboe_hard_xmit()
/linux-2.4.37.9/include/net/irda/
Dtoshoboe.h95 #define OBOE_RST (0x15+(self->base)) macro