Searched refs:SERHND_IDX (Results 1 – 3 of 3) sorted by relevance
26 [0 ... SERHND_IDX] = {205 port = &com[handle & SERHND_IDX]; in serial_putc()235 port = &com[handle & SERHND_IDX]; in serial_puts()271 port = &com[handle & SERHND_IDX]; in serial_getc()367 port = &com[handle & SERHND_IDX]; in serial_set_rx_handler()399 handle & SERHND_IDX); in serial_set_rx_handler()409 port = &com[handle & SERHND_IDX]; in serial_force_unlock()425 port = &com[handle & SERHND_IDX]; in serial_start_sync()460 port = &com[handle & SERHND_IDX]; in serial_end_sync()477 port = &com[handle & SERHND_IDX]; in serial_start_log_everything()[all …]
94 #define SERHND_IDX (3<<0) /* COM1, COM2, DBGP, DTUART? */ macro
1403 for ( seridx = 0; seridx <= SERHND_IDX; seridx++ ) in smp_intr_init()
Completed in 6 milliseconds