Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/irda/
Ddonauboe.c428 pconfig |= 47 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
432 pconfig |= 23 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
436 pconfig |= 11 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
440 pconfig |= 5 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
444 pconfig |= 2 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
448 pconfig |= 1 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
452 pconfig |= 0 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
495 pconfig |= 0 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
505 pconfig |= 0 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
Ddonauboe.h248 #define OBOE_PCONFIG_BAUDSHIFT 10 macro