Searched refs:ctrl_pos (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/pci/ |
D | vc.c | 75 int ctrl_pos, status_pos; in pci_vc_load_port_arb_table() local 78 ctrl_pos = pos + PCI_VC_RES_CTRL + (res * PCI_CAP_VC_PER_VC_SIZEOF); in pci_vc_load_port_arb_table() 81 pci_read_config_dword(dev, ctrl_pos, &ctrl); in pci_vc_load_port_arb_table() 82 pci_write_config_dword(dev, ctrl_pos, in pci_vc_load_port_arb_table() 106 int ctrl_pos, status_pos, id, pos2, evcc, i, ctrl_pos2, status_pos2; in pci_vc_enable() local 114 ctrl_pos = pos + PCI_VC_RES_CTRL + (res * PCI_CAP_VC_PER_VC_SIZEOF); in pci_vc_enable() 117 pci_read_config_dword(dev, ctrl_pos, &ctrl); in pci_vc_enable() 161 pci_write_config_dword(dev, ctrl_pos, ctrl); in pci_vc_enable() 311 int ctrl_pos = pos + PCI_VC_RES_CTRL + in pci_vc_do_save_buffer() local 314 pci_read_config_dword(dev, ctrl_pos, in pci_vc_do_save_buffer() [all …]
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | phy-ctxt.c | 155 cmd->ci.ctrl_pos = iwl_mvm_get_ctrl_pos(chandef); in iwl_mvm_phy_ctxt_cmd_data()
|
D | tdls.c | 451 cmd.ci.ctrl_pos = iwl_mvm_get_ctrl_pos(chandef); in iwl_mvm_tdls_config_channel_switch()
|
D | fw-api.h | 962 u8 ctrl_pos; member
|