Home
last modified time | relevance | path

Searched refs:PCI_DOE_READ (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/pci/
Ddoe.c165 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val); in pci_doe_recv_resp()
175 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp()
177 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val); in pci_doe_recv_resp()
178 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp()
189 pci_read_config_dword(pdev, offset + PCI_DOE_READ, in pci_doe_recv_resp()
194 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp()
199 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val); in pci_doe_recv_resp()
200 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp()
/Linux-v6.1/include/uapi/linux/
Dpci_regs.h1121 #define PCI_DOE_READ 0x14 /* DOE Read Data Mailbox Register */ macro