Searched refs:pcicfg (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/drivers/ata/ |
H A D | pata_cs5520.c | 127 u8 pcicfg; cs5520_init_one() local 138 pci_read_config_byte(pdev, 0x60, &pcicfg); cs5520_init_one() 141 if ((pcicfg & 3) == 0) cs5520_init_one() 145 if (pcicfg & 1) cs5520_init_one() 147 if (pcicfg & 2) cs5520_init_one() 150 if ((pcicfg & 0x40) == 0) { cs5520_init_one() 152 pci_write_config_byte(pdev, 0x60, pcicfg | 0x40); cs5520_init_one() 244 u8 pcicfg; cs5520_reinit_one() local 251 pci_read_config_byte(pdev, 0x60, &pcicfg); cs5520_reinit_one() 252 if ((pcicfg & 0x40) == 0) cs5520_reinit_one() 253 pci_write_config_byte(pdev, 0x60, pcicfg | 0x40); cs5520_reinit_one()
|
/linux-4.1.27/drivers/scsi/be2iscsi/ |
H A D | be.h | 123 u8 __iomem *pcicfg; /* PCI config space */ member in struct:be_ctrl_info
|
H A D | be_main.c | 650 phba->ctrl.pcicfg = addr; beiscsi_map_pci_bars() 4263 addr = (u8 __iomem *) ((u8 __iomem *) ctrl->pcicfg + hwi_enable_intr() 4295 u8 __iomem *addr = ctrl->pcicfg + PCICFG_MEMBAR_CTRL_INT_CTRL_OFFSET; hwi_disable_intr()
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | core_irongate.h | 75 igcsr32 pcicfg; /* 0x88 - PCI config status */ member in struct:__anon10
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_tmpl.c | 619 "%s: pcicfg [%lx]\n", __func__, *len); qla27xx_fwdt_entry_t273() 624 "%s: failed pcicfg read at %lx\n", __func__, addr); qla27xx_fwdt_entry_t273()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
H A D | be.h | 475 u8 __iomem *pcicfg; /* On SH,BEx only. Shadow of PCI config space */ member in struct:be_adapter
|
H A D | be_main.c | 2932 ue_lo = ioread32(adapter->pcicfg + PCICFG_UE_STATUS_LOW); be_detect_error() 2933 ue_hi = ioread32(adapter->pcicfg + PCICFG_UE_STATUS_HIGH); be_detect_error() 2934 ue_lo_mask = ioread32(adapter->pcicfg + be_detect_error() 2936 ue_hi_mask = ioread32(adapter->pcicfg + be_detect_error() 5251 adapter->pcicfg = addr; be_map_pci_bars() 5253 adapter->pcicfg = adapter->db + SRIOV_VF_PCICFG_OFFSET; be_map_pci_bars()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.c | 1393 * lpfc_idiag_pcicfg_read - idiag debugfs read pcicfg 1515 * lpfc_idiag_pcicfg_write - Syntax check and set up idiag pcicfg commands
|
Completed in 409 milliseconds