Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Ddoe.c339 pci_write_config_dword(pdev, offset + PCI_DOE_WRITE, val); in pci_doe_send_req()
340 pci_write_config_dword(pdev, offset + PCI_DOE_WRITE, in pci_doe_send_req()
346 pci_write_config_dword(pdev, offset + PCI_DOE_WRITE, in pci_doe_send_req()
355 pci_write_config_dword(pdev, offset + PCI_DOE_WRITE, val); in pci_doe_send_req()
/linux/include/uapi/linux/
H A Dpci_regs.h1237 #define PCI_DOE_WRITE 0x10 /* DOE Write Data Mailbox Register */ macro