Home
last modified time | relevance | path

Searched refs:io_base (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/drivers/char/
A Dns16550.c50 io_base, enumerator
112 {"io-base", io_base},
693 if ( uart->io_base >= 0x10000 ) in ns16550_init_preirq()
868 rv = ioports_deny_access(hardware_domain, uart->io_base, uart->io_base + 7); in ns16550_endboot()
953 if ( uart->io_base >= 0x10000 ) in check_existence()
994 u64 orig_base = uart->io_base; in pci_uart_config()
1052 uart->io_base = 0; in pci_uart_config()
1145 uart->io_base = orig_base; in pci_uart_config()
1312 case io_base: in parse_namevalue_pairs()
1419 if ( uart->io_base == 0 ) in ns16550_parse_port_config()
[all …]
/xen-4.10.0-shim-comet/xen/include/xen/
A Dserial.h168 unsigned long io_base; /* default io_base address */ member
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsetup.c735 ns16550.io_base = 0x3f8; in __start_xen()
738 ns16550.io_base = 0x2f8; in __start_xen()
/xen-4.10.0-shim-comet/docs/misc/
A Dxen-command-line.markdown342 is used to specify if the serial device is pci-based. The io_base
358 com1=baud=115200,parity=n,stop_bits=1,io_base=0x3f8,reg_width=4

Completed in 12 milliseconds