Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/
Dvc.c53 pci_read_config_word(dev, pos + PCI_VC_PORT_CTRL, &ctrl); in pci_vc_load_arb_table()
54 pci_write_config_word(dev, pos + PCI_VC_PORT_CTRL, in pci_vc_load_arb_table()
219 pci_read_config_word(dev, pos + PCI_VC_PORT_CTRL, in pci_vc_do_save_buffer()
222 pci_write_config_word(dev, pos + PCI_VC_PORT_CTRL, in pci_vc_do_save_buffer()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h749 #define PCI_VC_PORT_CTRL 12 macro