Home | History | Annotate | Download | only in Ia32

Lines Matching refs:PCI

46 # PCI Configuration definitions

48 .equ PCI_CFG, (0x80000000) # PCI configuration access mechanism
53 # Quark PCI devices
59 # ILB PCI Config Registers
72 # Host Bridge PCI Config Registers
101 .equ HMISC2_OFFSET, (0x03) # PCI configuration access mechanism
486 movl $(PCI_CFG | (ILB_PFA << 8) | BDE), %ebx # PCI Configuration address
568 movl $((PCI_CFG) | (HOST_BRIDGE_PFA << 8) | (MESSAGE_BUS_CONTROL_REG)), %ebx # PCI Configuration address
579 movl $((PCI_CFG) | (HOST_BRIDGE_PFA << 8) | (MESSAGE_DATA_REG)), %ebx # PCI Configuration address
617 movl $((PCI_CFG) | (HOST_BRIDGE_PFA << 8) | (MESSAGE_DATA_REG)), %ebx # PCI Configuration address
625 movl $((PCI_CFG) | (HOST_BRIDGE_PFA << 8) | (MESSAGE_BUS_CONTROL_REG)), %ebx # PCI Configuration address
643 # ebx - PCI Config Address
651 # Perform a DWORD PCI Configuration write
657 # Write the PCI Config Address to the address port
665 # Write the PCI DWORD Data to the data port
678 # ebx - PCI Config Address
687 # Perform a DWORD PCI Configuration read
693 # Write the PCI Config Address to the address port
701 # Read the PCI DWORD Data from the data port