Searched refs:pconfig (Results 1 – 4 of 4) sorted by relevance
396 __u16 pconfig = 0; in toshoboe_setbaud() local428 pconfig |= 47 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()429 pconfig |= 25 << OBOE_PCONFIG_WIDTHSHIFT; in toshoboe_setbaud()432 pconfig |= 23 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()433 pconfig |= 25 << OBOE_PCONFIG_WIDTHSHIFT; in toshoboe_setbaud()436 pconfig |= 11 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()437 pconfig |= 25 << OBOE_PCONFIG_WIDTHSHIFT; in toshoboe_setbaud()440 pconfig |= 5 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()441 pconfig |= 25 << OBOE_PCONFIG_WIDTHSHIFT; in toshoboe_setbaud()444 pconfig |= 2 << OBOE_PCONFIG_BAUDSHIFT; in toshoboe_setbaud()[all …]
106 const char * pconfig; in is_defined_config() local108 for ( pconfig = str_config + 1; pconfig < plast; pconfig++ ) { in is_defined_config()109 if (pconfig[ -1] == '\n' in is_defined_config()110 && pconfig[len] == '\n' in is_defined_config()111 && !memcmp(pconfig, name, len)) in is_defined_config()
95 volatile u32 pconfig; /* PIO configuration register */ member