Lines Matching refs:ctrl_pos
72 int ctrl_pos, status_pos; in pci_vc_load_port_arb_table() local
75 ctrl_pos = pos + PCI_VC_RES_CTRL + (res * PCI_CAP_VC_PER_VC_SIZEOF); in pci_vc_load_port_arb_table()
78 pci_read_config_dword(dev, ctrl_pos, &ctrl); in pci_vc_load_port_arb_table()
79 pci_write_config_dword(dev, ctrl_pos, in pci_vc_load_port_arb_table()
103 int ctrl_pos, status_pos, id, pos2, evcc, i, ctrl_pos2, status_pos2; in pci_vc_enable() local
111 ctrl_pos = pos + PCI_VC_RES_CTRL + (res * PCI_CAP_VC_PER_VC_SIZEOF); in pci_vc_enable()
114 pci_read_config_dword(dev, ctrl_pos, &ctrl); in pci_vc_enable()
158 pci_write_config_dword(dev, ctrl_pos, ctrl); in pci_vc_enable()
307 int ctrl_pos = pos + PCI_VC_RES_CTRL + in pci_vc_do_save_buffer() local
310 pci_read_config_dword(dev, ctrl_pos, in pci_vc_do_save_buffer()
318 pci_read_config_dword(dev, ctrl_pos, &tmp); in pci_vc_do_save_buffer()
321 pci_write_config_dword(dev, ctrl_pos, tmp); in pci_vc_do_save_buffer()