Searched refs:pci_cfg_cmd_reg (Results 1 – 1 of 1) sorted by relevance
1144 unsigned pci_cfg_cmd_reg; in pcibr_slot_addr_space_init() local1318 pci_cfg_cmd_reg = do_pcibr_config_get(cfgw, PCI_CFG_COMMAND, 4); in pcibr_slot_addr_space_init()1321 if (!((pci_cfg_cmd_reg >> 16) & PCI_STAT_F_BK_BK_CAP)) in pcibr_slot_addr_space_init()1324 pci_cfg_cmd_reg &= 0xFFFF; in pcibr_slot_addr_space_init()1325 if (pci_cfg_cmd_reg_add & ~pci_cfg_cmd_reg) in pcibr_slot_addr_space_init()1327 pci_cfg_cmd_reg | pci_cfg_cmd_reg_add); in pcibr_slot_addr_space_init()