Home
last modified time | relevance | path

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

/linux-4.1.27/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()
220 pci_read_config_word(dev, pos + PCI_VC_PORT_CTRL, in pci_vc_do_save_buffer()
223 pci_write_config_word(dev, pos + PCI_VC_PORT_CTRL, in pci_vc_do_save_buffer()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h708 #define PCI_VC_PORT_CTRL 12 macro