Home
last modified time | relevance | path

Searched refs:PCI_BASE_ADDRESS_IO_MASK (Results 1 – 5 of 5) sorted by relevance

/xen/tools/firmware/hvmloader/
A Dpci_regs.h89 #define PCI_BASE_ADDRESS_IO_MASK (~0x03UL) macro
A Dpci.c263 (PCI_BASE_ADDRESS_IO_MASK & 0xffff)); in pci_setup()
475 bar_data &= ~PCI_BASE_ADDRESS_IO_MASK; in pci_setup()
/xen/stubdom/
A Dpciutils.patch203 + d->base_addr[i] = x & PCI_BASE_ADDRESS_IO_MASK;
208 … d->size[i] = pci_size(x, pci_read_long(d, PCI_BASE_ADDRESS_0 + i*4), PCI_BASE_ADDRESS_IO_MASK);
/xen/xen/include/xen/
A Dpci_regs.h106 #define PCI_BASE_ADDRESS_IO_MASK (~0x03UL) macro
/xen/xen/drivers/char/
A Dns16550.c1156 size = len & PCI_BASE_ADDRESS_IO_MASK; in pci_uart_config()

Completed in 11 milliseconds