Lines Matching refs:enabled
18 bool enabled; member
33 .enabled = true,
40 .enabled = true,
47 .enabled = true,
157 if (!uart.enabled) { in uart16550_init()
177 uart.enabled = false; in uart16550_init()
196 uart.enabled = false; in uart16550_init()
226 if (!uart.enabled) { in uart16550_getc()
264 if (!uart.enabled) { in uart16550_puts()
282 void uart16550_set_property(bool enabled, enum serial_dev_type uart_type, uint64_t data) in uart16550_set_property() argument
284 uart.enabled = enabled; in uart16550_set_property()
303 if (uart.enabled && (uart.bdf.value != 0)) { in is_pci_dbg_uart()
316 if (uart.enabled && (uart.type == PIO)) { in get_pio_dbg_uart_cfg()