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

/linux-master/drivers/pci/
H A Ddoe.c221 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val);
231 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0);
233 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val);
234 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0);
262 pci_read_config_dword(pdev, offset + PCI_DOE_READ,
265 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0);
269 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val);
275 pci_write_config_dword(pdev, offset + PCI_DOE_READ, 0);
281 pci_read_config_dword(pdev, offset + PCI_DOE_READ, &val);
282 pci_write_config_dword(pdev, offset + PCI_DOE_READ,
[all...]
/linux-master/include/uapi/linux/
H A Dpci_regs.h1138 #define PCI_DOE_READ 0x14 /* DOE Read Data Mailbox Register */ macro

Completed in 111 milliseconds