Home
last modified time | relevance | path

Searched refs:pcicfg (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/ata/
Dpata_cs5520.c128 u8 pcicfg; in cs5520_init_one() local
139 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() local
253 pci_read_config_byte(pdev, 0x60, &pcicfg); in cs5520_reinit_one()
254 if ((pcicfg & 0x40) == 0) in cs5520_reinit_one()
[all …]
/linux-2.6.39/drivers/staging/brcm80211/util/
Dpci_core.h52 u32 pcicfg[4][64]; /* 0x400 - 0x7FF, PCI Cfg Space (>=rev8) */ member
/linux-2.6.39/arch/alpha/include/asm/
Dcore_irongate.h75 igcsr32 pcicfg; /* 0x88 - PCI config status */ member
/linux-2.6.39/drivers/scsi/be2iscsi/
Dbe.h101 u8 __iomem *pcicfg; /* PCI config space */ member
Dbe_main.c548 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()
/linux-2.6.39/drivers/net/benet/
Dbe.h266 u8 __iomem *pcicfg; /* PCI config space */ member
Dbe_main.c151 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()