Searched refs:NS16550_FLAG_IO (Results 1 – 4 of 4) sorted by relevance
26 plat->flags |= NS16550_FLAG_IO; in coreboot_of_to_plat()
110 if (plat->flags & NS16550_FLAG_IO) { in serial_out_dynamic()130 if (plat->flags & NS16550_FLAG_IO) { in serial_in_dynamic()
47 plat->flags |= NS16550_FLAG_IO; in slimbootloader_serial_of_to_plat()
56 NS16550_FLAG_IO = 1 << 0, /* Use I/O access (else mem-mapped) */ enumerator
Completed in 6 milliseconds