Lines Matching refs:pconfig
344 __u16 pconfig = 0; in toshoboe_setbaud() local
376 pconfig |= 47 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
377 pconfig |= 25 << OBOE_PCONFIG_WIDTHSHIFT; in toshoboe_setbaud()
380 pconfig |= 23 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
381 pconfig |= 25 << OBOE_PCONFIG_WIDTHSHIFT; in toshoboe_setbaud()
384 pconfig |= 11 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
385 pconfig |= 25 << OBOE_PCONFIG_WIDTHSHIFT; in toshoboe_setbaud()
388 pconfig |= 5 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
389 pconfig |= 25 << OBOE_PCONFIG_WIDTHSHIFT; in toshoboe_setbaud()
392 pconfig |= 2 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
393 pconfig |= 25 << OBOE_PCONFIG_WIDTHSHIFT; in toshoboe_setbaud()
396 pconfig |= 1 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
397 pconfig |= 25 << OBOE_PCONFIG_WIDTHSHIFT; in toshoboe_setbaud()
400 pconfig |= 0 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
401 pconfig |= 25 << OBOE_PCONFIG_WIDTHSHIFT; in toshoboe_setbaud()
443 pconfig |= 0 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
444 pconfig |= 8 << OBOE_PCONFIG_WIDTHSHIFT; in toshoboe_setbaud()
445 pconfig |= 1 << OBOE_PCONFIG_PREAMBLESHIFT; in toshoboe_setbaud()
453 pconfig |= 0 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()
455 pconfig |= 15 << OBOE_PCONFIG_PREAMBLESHIFT; in toshoboe_setbaud()
461 OUTBP (pconfig >> 8, OBOE_NEW_PCONFIGH); in toshoboe_setbaud()
462 OUTB (pconfig & 0xff, OBOE_NEW_PCONFIGL); in toshoboe_setbaud()