Searched refs:OBOE_PCONFIG_BAUDSHIFT (Results 1 – 2 of 2) sorted by relevance
428 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()
248 #define OBOE_PCONFIG_BAUDSHIFT 10 macro