Searched refs:PCI_DOE_READ (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/pci/ |
H A D | doe.c | 221 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val); in pci_doe_recv_resp() 231 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp() 233 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val); in pci_doe_recv_resp() 234 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp() 262 pci_read_config_dword(pdev, offset + PCI_DOE_READ, in pci_doe_recv_resp() 265 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp() 269 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val); in pci_doe_recv_resp() 275 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp() 281 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val); in pci_doe_recv_resp() 282 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 1125 #define PCI_DOE_READ 0x14 /* DOE Read Data Mailbox Register */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 1138 #define PCI_DOE_READ 0x14 /* DOE Read Data Mailbox Register */ macro
|