Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/ata/
A Dpata_cs5520.c120 u8 pcicfg; in cs5520_init_one() local
131 pci_read_config_byte(pdev, 0x60, &pcicfg); in cs5520_init_one()
134 if ((pcicfg & 3) == 0) in cs5520_init_one()
138 if (pcicfg & 1) in cs5520_init_one()
140 if (pcicfg & 2) in cs5520_init_one()
143 if ((pcicfg & 0x40) == 0) { in cs5520_init_one()
145 pci_write_config_byte(pdev, 0x60, pcicfg | 0x40); in cs5520_init_one()
233 u8 pcicfg; in cs5520_reinit_one() local
240 pci_read_config_byte(pdev, 0x60, &pcicfg); in cs5520_reinit_one()
241 if ((pcicfg & 0x40) == 0) in cs5520_reinit_one()
[all …]
/linux-6.3-rc2/arch/alpha/include/asm/
A Dcore_irongate.h76 igcsr32 pcicfg; /* 0x88 - PCI config status */ member
/linux-6.3-rc2/drivers/scsi/be2iscsi/
A Dbe.h114 u8 __iomem *pcicfg; /* PCI config space */ member
A Dbe_main.c497 phba->ctrl.pcicfg = addr; in beiscsi_map_pci_bars()
4101 addr = (u8 __iomem *) ((u8 __iomem *) ctrl->pcicfg + in hwi_enable_intr()
4133 u8 __iomem *addr = ctrl->pcicfg + PCICFG_MEMBAR_CTRL_INT_CTRL_OFFSET; in hwi_disable_intr()
/linux-6.3-rc2/drivers/net/ethernet/emulex/benet/
A Dbe_main.c3370 ue_lo = ioread32(adapter->pcicfg + PCICFG_UE_STATUS_LOW); in be_detect_error()
3371 ue_hi = ioread32(adapter->pcicfg + PCICFG_UE_STATUS_HIGH); in be_detect_error()
3372 ue_lo_mask = ioread32(adapter->pcicfg + in be_detect_error()
3374 ue_hi_mask = ioread32(adapter->pcicfg + in be_detect_error()
5260 val = ioread32(adapter->pcicfg + SLIPORT_SOFTRESET_OFFSET); in be_soft_reset()
5262 iowrite32(val, adapter->pcicfg + SLIPORT_SOFTRESET_OFFSET); in be_soft_reset()
5543 if (adapter->pcicfg && adapter->pcicfg_mapped) in be_unmap_pci_bars()
5544 pci_iounmap(adapter->pdev, adapter->pcicfg); in be_unmap_pci_bars()
5595 adapter->pcicfg = addr; in be_map_pci_bars()
5598 adapter->pcicfg = adapter->db + SRIOV_VF_PCICFG_OFFSET; in be_map_pci_bars()
A Dbe.h556 u8 __iomem *pcicfg; /* On SH,BEx only. Shadow of PCI config space */ member

Completed in 55 milliseconds