Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/irda/
Ddonauboe.c376 pconfig |= 47 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
380 pconfig |= 23 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
384 pconfig |= 11 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
388 pconfig |= 5 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
392 pconfig |= 2 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
396 pconfig |= 1 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
400 pconfig |= 0 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
443 pconfig |= 0 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
453 pconfig |= 0 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
Ddonauboe.h248 #define OBOE_PCONFIG_BAUDSHIFT 10 macro