Searched refs:pcicfg (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_cs5520.c | 118 u8 pcicfg; in cs5520_init_one() local 129 pci_read_config_byte(pdev, 0x60, &pcicfg); in cs5520_init_one() 132 if ((pcicfg & 3) == 0) in cs5520_init_one() 136 if (pcicfg & 1) in cs5520_init_one() 138 if (pcicfg & 2) in cs5520_init_one() 141 if ((pcicfg & 0x40) == 0) { in cs5520_init_one() 143 pci_write_config_byte(pdev, 0x60, pcicfg | 0x40); in cs5520_init_one() 231 u8 pcicfg; in cs5520_reinit_one() local 238 pci_read_config_byte(pdev, 0x60, &pcicfg); in cs5520_reinit_one() 239 if ((pcicfg in cs5520_reinit_one() [all...] |
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | pata_cs5520.c | 120 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 in cs5520_reinit_one() [all...] |
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | core_irongate.h | 76 igcsr32 pcicfg; /* 0x88 - PCI config status */ member
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | core_irongate.h | 76 igcsr32 pcicfg; /* 0x88 - PCI config status */ member
|
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
H A D | be.h | 114 u8 __iomem *pcicfg; /* PCI config space */ member
|
H A D | be_main.c | 479 phba->ctrl.pcicfg = addr; in beiscsi_map_pci_bars() 4108 addr = (u8 __iomem *) ((u8 __iomem *) ctrl->pcicfg + in hwi_enable_intr() 4140 u8 __iomem *addr = ctrl->pcicfg + PCICFG_MEMBAR_CTRL_INT_CTRL_OFFSET; in hwi_disable_intr()
|
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be.h | 114 u8 __iomem *pcicfg; /* PCI config space */ member
|
H A D | be_main.c | 497 phba->ctrl.pcicfg = addr; in beiscsi_map_pci_bars() 4102 addr = (u8 __iomem *) ((u8 __iomem *) ctrl->pcicfg + in hwi_enable_intr() 4134 u8 __iomem *addr = ctrl->pcicfg + PCICFG_MEMBAR_CTRL_INT_CTRL_OFFSET; in hwi_disable_intr()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 3372 ue_lo = ioread32(adapter->pcicfg + PCICFG_UE_STATUS_LOW); in be_detect_error() 3373 ue_hi = ioread32(adapter->pcicfg + PCICFG_UE_STATUS_HIGH); in be_detect_error() 3374 ue_lo_mask = ioread32(adapter->pcicfg + in be_detect_error() 3376 ue_hi_mask = ioread32(adapter->pcicfg + in be_detect_error() 5270 val = ioread32(adapter->pcicfg + SLIPORT_SOFTRESET_OFFSET); in be_soft_reset() 5272 iowrite32(val, adapter->pcicfg + SLIPORT_SOFTRESET_OFFSET); in be_soft_reset() 5553 if (adapter->pcicfg && adapter->pcicfg_mapped) in be_unmap_pci_bars() 5554 pci_iounmap(adapter->pdev, adapter->pcicfg); in be_unmap_pci_bars() 5605 adapter->pcicfg = addr; in be_map_pci_bars() 5608 adapter->pcicfg in be_map_pci_bars() [all...] |
H A D | be.h | 557 u8 __iomem *pcicfg; /* On SH,BEx only. Shadow of PCI config space */ member 602 bool pcicfg_mapped; /* pcicfg obtained via pci_iomap() */
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 3372 ue_lo = ioread32(adapter->pcicfg + PCICFG_UE_STATUS_LOW); in be_detect_error() 3373 ue_hi = ioread32(adapter->pcicfg + PCICFG_UE_STATUS_HIGH); in be_detect_error() 3374 ue_lo_mask = ioread32(adapter->pcicfg + in be_detect_error() 3376 ue_hi_mask = ioread32(adapter->pcicfg + in be_detect_error() 5259 val = ioread32(adapter->pcicfg + SLIPORT_SOFTRESET_OFFSET); in be_soft_reset() 5261 iowrite32(val, adapter->pcicfg + SLIPORT_SOFTRESET_OFFSET); in be_soft_reset() 5542 if (adapter->pcicfg && adapter->pcicfg_mapped) in be_unmap_pci_bars() 5543 pci_iounmap(adapter->pdev, adapter->pcicfg); in be_unmap_pci_bars() 5594 adapter->pcicfg = addr; in be_map_pci_bars() 5597 adapter->pcicfg in be_map_pci_bars() [all...] |
H A D | be.h | 556 u8 __iomem *pcicfg; /* On SH,BEx only. Shadow of PCI config space */ member 601 bool pcicfg_mapped; /* pcicfg obtained via pci_iomap() */
|
Completed in 34 milliseconds