Home
last modified time | relevance | path

Searched refs:port_base (Results 1 – 3 of 3) sorted by relevance

/hypervisor/dm/
A Dvuart.c174 if ((vu->active) && (vu->port_base == (offset & ~0x7U))) { in find_vuart_by_port()
472 offset -= vu->port_base; in vuart_write()
639 offset -= vu->port_base; in vuart_read()
649 static bool vuart_register_io_handler(struct acrn_vm *vm, uint16_t port_base, uint32_t vuart_idx) in vuart_register_io_handler() argument
654 .base = port_base, in vuart_register_io_handler()
791 (vu_config[i].addr.port_base != INVALID_COM_BASE)) { in init_legacy_vuarts()
794 vu->port_base = vu_config[i].addr.port_base; in init_legacy_vuarts()
796 if (vuart_register_io_handler(vm, vu->port_base, i) != 0U) { in init_legacy_vuarts()
834 if (vm->vuart[i].port_base != INVALID_COM_BASE) { in deinit_legacy_vuarts()
/hypervisor/include/dm/
A Dvuart.h96 uint16_t port_base; /**< Base port address of the virtual UART device. */ member
/hypervisor/include/arch/x86/asm/
A Dvm_config.h100 uint16_t port_base; /* addr for legacy type */ member

Completed in 6 milliseconds