Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/
H A Ddoe.c386 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val); in pci_doe_recv_resp()
396 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp()
398 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val); in pci_doe_recv_resp()
399 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp()
427 pci_read_config_dword(pdev, offset + PCI_DOE_READ, in pci_doe_recv_resp()
430 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp()
434 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val); in pci_doe_recv_resp()
440 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp()
446 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val); in pci_doe_recv_resp()
447 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0); in pci_doe_recv_resp()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h1201 #define PCI_DOE_READ 0x14 /* DOE Read Data Mailbox Register */ macro