Searched refs:pcicfg (Results 1 – 7 of 7) sorted by relevance
128 u8 pcicfg; in cs5520_init_one() local139 pci_read_config_byte(pdev, 0x60, &pcicfg); in cs5520_init_one()142 if ((pcicfg & 3) == 0) in cs5520_init_one()146 if (pcicfg & 1) in cs5520_init_one()148 if (pcicfg & 2) in cs5520_init_one()151 if ((pcicfg & 0x40) == 0) { in cs5520_init_one()154 pci_write_config_byte(pdev, 0x60, pcicfg | 0x40); in cs5520_init_one()246 u8 pcicfg; in cs5520_reinit_one() local253 pci_read_config_byte(pdev, 0x60, &pcicfg); in cs5520_reinit_one()254 if ((pcicfg & 0x40) == 0) in cs5520_reinit_one()[all …]
52 u32 pcicfg[4][64]; /* 0x400 - 0x7FF, PCI Cfg Space (>=rev8) */ member
75 igcsr32 pcicfg; /* 0x88 - PCI config status */ member
101 u8 __iomem *pcicfg; /* PCI config space */ member
548 phba->ctrl.pcicfg = addr; in beiscsi_map_pci_bars()3464 addr = (u8 __iomem *) ((u8 __iomem *) ctrl->pcicfg + in hwi_enable_intr()3492 u8 __iomem *addr = ctrl->pcicfg + PCICFG_MEMBAR_CTRL_INT_CTRL_OFFSET; in hwi_disable_intr()
266 u8 __iomem *pcicfg; /* PCI config space */ member
151 u8 __iomem *addr = adapter->pcicfg + PCICFG_MEMBAR_CTRL_INT_CTRL_OFFSET; in be_intr_set()2648 if (adapter->pcicfg && be_physfn(adapter)) in be_unmap_pci_bars()2649 iounmap(adapter->pcicfg); in be_unmap_pci_bars()2696 adapter->pcicfg = addr; in be_map_pci_bars()2698 adapter->pcicfg = adapter->db + SRIOV_VF_PCICFG_OFFSET; in be_map_pci_bars()