Searched refs:pcicfg (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/ |
| H A D | rtl8852be_halinit.c | 37 struct mac_ax_pcie_cfgspc_param pcicfg; in _hal_aspm_disable_8852be() local 40 _os_mem_set(hal_to_drvpriv(hal_info), &pcicfg, 0, sizeof(pcicfg)); in _hal_aspm_disable_8852be() 41 pcicfg.write = 1; in _hal_aspm_disable_8852be() 44 pcicfg.l0s_ctrl = MAC_AX_PCIE_DISABLE; in _hal_aspm_disable_8852be() 45 pcicfg.l1_ctrl = MAC_AX_PCIE_DISABLE; in _hal_aspm_disable_8852be() 46 pcicfg.l1ss_ctrl = MAC_AX_PCIE_DISABLE; in _hal_aspm_disable_8852be() 49 pcicfg.wake_ctrl = MAC_AX_PCIE_IGNORE; in _hal_aspm_disable_8852be() 50 pcicfg.crq_ctrl = MAC_AX_PCIE_IGNORE; in _hal_aspm_disable_8852be() 51 pcicfg.clkdly_ctrl = MAC_AX_PCIE_IGNORE; in _hal_aspm_disable_8852be() 52 pcicfg.l0sdly_ctrl = MAC_AX_PCIE_IGNORE; in _hal_aspm_disable_8852be() [all …]
|
| /OK3568_Linux_fs/kernel/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 & 0x40) == 0) in cs5520_reinit_one() [all …]
|
| /OK3568_Linux_fs/buildroot/package/pcm-tools/ |
| H A D | pcm-tools.mk | 14 pcm-pcicfg pcm-pcie pcm-power pcm-sensor pcm-tsx pcm
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | core_irongate.h | 76 igcsr32 pcicfg; /* 0x88 - PCI config status */ member
|
| /OK3568_Linux_fs/kernel/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() 4107 addr = (u8 __iomem *) ((u8 __iomem *) ctrl->pcicfg + in hwi_enable_intr() 4139 u8 __iomem *addr = ctrl->pcicfg + PCICFG_MEMBAR_CTRL_INT_CTRL_OFFSET; in hwi_disable_intr()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 3371 ue_lo = ioread32(adapter->pcicfg + PCICFG_UE_STATUS_LOW); in be_detect_error() 3372 ue_hi = ioread32(adapter->pcicfg + PCICFG_UE_STATUS_HIGH); in be_detect_error() 3373 ue_lo_mask = ioread32(adapter->pcicfg + in be_detect_error() 3375 ue_hi_mask = ioread32(adapter->pcicfg + in be_detect_error() 5269 val = ioread32(adapter->pcicfg + SLIPORT_SOFTRESET_OFFSET); in be_soft_reset() 5271 iowrite32(val, adapter->pcicfg + SLIPORT_SOFTRESET_OFFSET); in be_soft_reset() 5552 if (adapter->pcicfg && adapter->pcicfg_mapped) in be_unmap_pci_bars() 5553 pci_iounmap(adapter->pdev, adapter->pcicfg); in be_unmap_pci_bars() 5604 adapter->pcicfg = addr; in be_map_pci_bars() 5607 adapter->pcicfg = adapter->db + SRIOV_VF_PCICFG_OFFSET; in be_map_pci_bars()
|
| H A D | be.h | 557 u8 __iomem *pcicfg; /* On SH,BEx only. Shadow of PCI config space */ member
|