Searched refs:PCI_DOE_READ (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/pci/ |
D | doe.c | 174 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val); in pci_doe_recv_resp() 184 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp() 186 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val); in pci_doe_recv_resp() 187 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp() 201 pci_read_config_dword(pdev, offset + PCI_DOE_READ, in pci_doe_recv_resp() 206 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp() 211 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val); in pci_doe_recv_resp() 212 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp()
|
/linux-6.1.9/include/uapi/linux/ |
D | pci_regs.h | 1121 #define PCI_DOE_READ 0x14 /* DOE Read Data Mailbox Register */ macro
|