Searched refs:SERHND_IDX (Results 1 – 3 of 3) sorted by relevance
25 [0 ... SERHND_IDX] = {204 port = &com[handle & SERHND_IDX]; in serial_putc()235 port = &com[handle & SERHND_IDX]; in serial_puts()269 port = &com[handle & SERHND_IDX]; in serial_getc()365 port = &com[handle & SERHND_IDX]; in serial_set_rx_handler()397 handle & SERHND_IDX); in serial_set_rx_handler()407 port = &com[handle & SERHND_IDX]; in serial_force_unlock()423 port = &com[handle & SERHND_IDX]; in serial_start_sync()458 port = &com[handle & SERHND_IDX]; in serial_end_sync()475 port = &com[handle & SERHND_IDX]; in serial_start_log_everything()[all …]
93 #define SERHND_IDX (3<<0) /* COM1, COM2, DBGP, DTUART? */ macro
1059 for ( seridx = 0; seridx <= SERHND_IDX; seridx++ ) in smp_intr_init()
Completed in 5 milliseconds