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

/drivers/ata/
H A Dpata_cs5520.c127 u8 pcicfg; local
138 pci_read_config_byte(pdev, 0x60, &pcicfg);
141 if ((pcicfg & 3) == 0)
145 if (pcicfg & 1)
147 if (pcicfg & 2)
150 if ((pcicfg & 0x40) == 0) {
152 pci_write_config_byte(pdev, 0x60, pcicfg | 0x40);
244 u8 pcicfg; local
251 pci_read_config_byte(pdev, 0x60, &pcicfg);
252 if ((pcicfg
[all...]
/drivers/scsi/be2iscsi/
H A Dbe.h123 u8 __iomem *pcicfg; /* PCI config space */ member in struct:be_ctrl_info
H A Dbe_main.c652 phba->ctrl.pcicfg = addr;
4265 addr = (u8 __iomem *) ((u8 __iomem *) ctrl->pcicfg +
4297 u8 __iomem *addr = ctrl->pcicfg + PCICFG_MEMBAR_CTRL_INT_CTRL_OFFSET;

Completed in 212 milliseconds