Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/
Ddoe.c221 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()
/Linux-v6.6/include/uapi/linux/
Dpci_regs.h1124 #define PCI_DOE_READ 0x14 /* DOE Read Data Mailbox Register */ macro