Searched refs:spcr (Results 1 – 4 of 4) sorted by relevance
/xen/xen/drivers/char/ |
A D | arm-uart.c | 104 struct acpi_table_spcr *spcr = NULL; in acpi_uart_init() local 107 acpi_get_table(ACPI_SIG_SPCR, 0, (struct acpi_table_header **)&spcr); in acpi_uart_init() 109 if ( spcr == NULL ) in acpi_uart_init() 115 ret = acpi_device_init(DEVICE_SERIAL, NULL, spcr->interface_type); in acpi_uart_init()
|
A D | pl011.c | 312 struct acpi_table_spcr *spcr = NULL; variable 317 (struct acpi_table_header **)&spcr); 325 sbsa = (spcr->interface_type == ACPI_DBG2_SBSA || 326 spcr->interface_type == ACPI_DBG2_SBSA_32); 329 irq_set_type(spcr->interrupt, IRQ_TYPE_LEVEL_HIGH); 331 res = pl011_uart_init(spcr->interrupt, spcr->serial_port.address,
|
A D | ns16550.c | 1631 struct acpi_table_spcr *spcr; variable 1646 spcr = container_of(table, struct acpi_table_spcr, header); 1658 if ( unlikely(!spcr->serial_port.address) ) 1673 uart->parity = spcr->parity; 1674 uart->stop_bits = spcr->stop_bits; 1675 uart->io_base = spcr->serial_port.address; 1676 uart->io_size = spcr->serial_port.bit_width; 1677 uart->reg_shift = spcr->serial_port.bit_offset; 1678 uart->reg_width = spcr->serial_port.access_width; 1681 irq_set_type(spcr->interrupt, IRQ_TYPE_LEVEL_HIGH); [all …]
|
/xen/xen/arch/arm/acpi/ |
A D | domain_build.c | 32 struct acpi_table_spcr *spcr = NULL; in acpi_iomem_deny_access() local 43 (struct acpi_table_header **)&spcr); in acpi_iomem_deny_access() 51 mfn = spcr->serial_port.address >> PAGE_SHIFT; in acpi_iomem_deny_access()
|
Completed in 8 milliseconds