Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/irda/
Dtoshoboe.c129 outb_p (0xbf, OBOE_UDIV); in toshoboe_setbaud()
134 outb_p (0x5f, OBOE_UDIV); in toshoboe_setbaud()
139 outb_p (0x2f, OBOE_UDIV); in toshoboe_setbaud()
144 outb_p (0x17, OBOE_UDIV); in toshoboe_setbaud()
149 outb_p (0xb, OBOE_UDIV); in toshoboe_setbaud()
154 outb_p (0x7, OBOE_UDIV); in toshoboe_setbaud()
159 outb_p (0x3, OBOE_UDIV); in toshoboe_setbaud()
164 outb_p (0x1, OBOE_UDIV); in toshoboe_setbaud()
169 outb_p (0x0, OBOE_UDIV); in toshoboe_setbaud()
/linux-2.4.37.9/include/net/irda/
Dtoshoboe.h89 #define OBOE_UDIV (0x19+(self->base)) macro