Searched refs:pcicfg (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/ata/
H A Dpata_cs5520.c120 u8 pcicfg; local
131 pci_read_config_byte(pdev, 0x60, &pcicfg);
134 if ((pcicfg & 3) == 0)
138 if (pcicfg & 1)
140 if (pcicfg & 2)
143 if ((pcicfg & 0x40) == 0) {
145 pci_write_config_byte(pdev, 0x60, pcicfg | 0x40);
233 u8 pcicfg; local
240 pci_read_config_byte(pdev, 0x60, &pcicfg);
241 if ((pcicfg
[all...]
/linux-master/arch/alpha/include/asm/
H A Dcore_irongate.h76 igcsr32 pcicfg; /* 0x88 - PCI config status */ member in struct:__anon5
/linux-master/drivers/scsi/be2iscsi/
H A Dbe.h114 u8 __iomem *pcicfg; /* PCI config space */ member in struct:be_ctrl_info
H A Dbe_main.c497 phba->ctrl.pcicfg = addr;
4102 addr = (u8 __iomem *) ((u8 __iomem *) ctrl->pcicfg +
4134 u8 __iomem *addr = ctrl->pcicfg + PCICFG_MEMBAR_CTRL_INT_CTRL_OFFSET;
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c3372 ue_lo = ioread32(adapter->pcicfg + PCICFG_UE_STATUS_LOW);
3373 ue_hi = ioread32(adapter->pcicfg + PCICFG_UE_STATUS_HIGH);
3374 ue_lo_mask = ioread32(adapter->pcicfg +
3376 ue_hi_mask = ioread32(adapter->pcicfg +
5259 val = ioread32(adapter->pcicfg + SLIPORT_SOFTRESET_OFFSET);
5261 iowrite32(val, adapter->pcicfg + SLIPORT_SOFTRESET_OFFSET);
5542 if (adapter->pcicfg && adapter->pcicfg_mapped)
5543 pci_iounmap(adapter->pdev, adapter->pcicfg);
5594 adapter->pcicfg = addr;
5597 adapter->pcicfg
[all...]
H A Dbe.h556 u8 __iomem *pcicfg; /* On SH,BEx only. Shadow of PCI config space */ member in struct:be_adapter
601 bool pcicfg_mapped; /* pcicfg obtained via pci_iomap() */

Completed in 172 milliseconds