Searched refs:iotype_table (Results 1 – 1 of 1) sorted by relevance
53 } iotype_table[] = in serial8250_config() local64 for (int i = 0; i < RT_ARRAY_SIZE(iotype_table); ++i) in serial8250_config()66 if (!rt_strcmp(arg, iotype_table[i].param)) in serial8250_config()68 serial->iotype = iotype_table[i].type; in serial8250_config()
Completed in 3 milliseconds