Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/
Ddoe.c176 pci_write_config_dword(pdev, offset + PCI_DOE_WRITE, val); in pci_doe_send_req()
177 pci_write_config_dword(pdev, offset + PCI_DOE_WRITE, in pci_doe_send_req()
183 pci_write_config_dword(pdev, offset + PCI_DOE_WRITE, in pci_doe_send_req()
192 pci_write_config_dword(pdev, offset + PCI_DOE_WRITE, val); in pci_doe_send_req()
/Linux-v6.6/include/uapi/linux/
Dpci_regs.h1123 #define PCI_DOE_WRITE 0x10 /* DOE Write Data Mailbox Register */ macro