Home
last modified time | relevance | path

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

/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()
153 pci_write_config_byte(pdev, 0x60, pcicfg | 0x40); in cs5520_init_one()
245 u8 pcicfg; in cs5520_reinit_one() local
252 pci_read_config_byte(pdev, 0x60, &pcicfg); in cs5520_reinit_one()
253 if ((pcicfg & 0x40) == 0) in cs5520_reinit_one()
[all …]
/drivers/scsi/be2iscsi/
Dbe.h104 u8 __iomem *pcicfg; /* PCI config space */ member
Dbe_main.c638 phba->ctrl.pcicfg = addr; in beiscsi_map_pci_bars()
3877 addr = (u8 __iomem *) ((u8 __iomem *) ctrl->pcicfg + in hwi_enable_intr()
3909 u8 __iomem *addr = ctrl->pcicfg + PCICFG_MEMBAR_CTRL_INT_CTRL_OFFSET; in hwi_disable_intr()