Searched refs:pcie_base (Results 1 – 7 of 7) sorted by relevance
73 hw_info->pcie_base + DPMAIF_AO_AP_DLUL_IP_BUSY_MASK); in t7xx_dpmaif_init_intr()186 hw_info->pcie_base + DPMAIF_AO_UL_APDL_L2TIMSR0); in t7xx_dpmaif_dlq_mask_rx_pitcnt_len_err_intr()189 hw_info->pcie_base + DPMAIF_AO_UL_APDL_L2TIMSR0); in t7xx_dpmaif_dlq_mask_rx_pitcnt_len_err_intr()197 hw_info->pcie_base + DPMAIF_AO_UL_APDL_L2TIMCR0); in t7xx_dpmaif_dlq_unmask_pitcnt_len_err_intr()200 hw_info->pcie_base + DPMAIF_AO_UL_APDL_L2TIMCR0); in t7xx_dpmaif_dlq_unmask_pitcnt_len_err_intr()275 hw_info->pcie_base + DPMAIF_AO_UL_APDL_L2TIMSR0); in t7xx_dpmaif_hw_check_rx_intr()282 hw_info->pcie_base + DPMAIF_AO_UL_APDL_L2TIMSR0); in t7xx_dpmaif_hw_check_rx_intr()398 value = ioread32(hw_info->pcie_base + DPMAIF_AP_MEM_CLR); in t7xx_dpmaif_sram_init()478 hw_info->pcie_base + DPMAIF_AO_DL_DLQPIT_INIT_CON5); in t7xx_dpmaif_hw_hash_bit_choose_set()1166 ioread32(hw_info->pcie_base + DPMAIF_UL_CHK_BUSY)); in t7xx_dpmaif_hw_stop_all_txq()[all …]
63 void __iomem *pcie_base; member
554 dpmaif_ctrl->hw_info.pcie_base = t7xx_dev->base_addr.pcie_ext_reg_base - in t7xx_dpmaif_hif_init()
508 u32 pcie_base = 0; in goya_config_bmon() local543 pcie_base = 0xA000000; in goya_config_bmon()545 WREG32(base_reg + 0x700, pcie_base | 0xB00 | (input->id << 12)); in goya_config_bmon()546 WREG32(base_reg + 0x708, pcie_base | 0xA00 | (input->id << 12)); in goya_config_bmon()547 WREG32(base_reg + 0x70C, pcie_base | 0xC00 | (input->id << 12)); in goya_config_bmon()
57 static int rcar_pcie_wakeup(struct device *pcie_dev, void __iomem *pcie_base) in rcar_pcie_wakeup() argument65 if (!pcie_base || pm_runtime_suspended(pcie_dev)) { in rcar_pcie_wakeup()70 pmsr = readl(pcie_base + PMSR); in rcar_pcie_wakeup()79 writel(L1IATN, pcie_base + PMCTLR); in rcar_pcie_wakeup()80 ret = readl_poll_timeout_atomic(pcie_base + PMSR, val, in rcar_pcie_wakeup()87 writel(L1FAEG | PMEL1RX, pcie_base + PMSR); in rcar_pcie_wakeup()
47 u32 pcie_base; member
1188 dev->hw->pcie_base | 0xc08); in mtk_wed_bus_init()1190 dev->hw->pcie_base | 0xc04); in mtk_wed_bus_init()1194 dev->hw->pcie_base | 0x180); in mtk_wed_bus_init()1196 dev->hw->pcie_base | 0x184); in mtk_wed_bus_init()2406 dev->hw->pcie_base = mtk_wed_get_pcie_base(dev); in mtk_wed_attach()
Completed in 24 milliseconds