Home
last modified time | relevance | path

Searched refs:reg_layout (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/clk/renesas/
Drenesas-cpg-mssr.c153 enum clk_reg_layout reg_layout; member
206 if (priv->reg_layout == CLK_REG_LAYOUT_RZ_A) { in cpg_mstp_clock_endisable()
228 if (!enable || priv->reg_layout == CLK_REG_LAYOUT_RZ_A) in cpg_mstp_clock_endisable()
262 if (priv->reg_layout == CLK_REG_LAYOUT_RZ_A) in cpg_mstp_clock_is_enabled()
301 if (priv->reg_layout == CLK_REG_LAYOUT_RZ_A) { in cpg_mssr_clk_src_twocell_get()
885 priv->reg_layout == CLK_REG_LAYOUT_RZ_A ? in cpg_mssr_suspend_noirq()
915 if (priv->reg_layout == CLK_REG_LAYOUT_RZ_A) in cpg_mssr_resume_noirq()
924 if (priv->reg_layout == CLK_REG_LAYOUT_RZ_A) { in cpg_mssr_resume_noirq()
947 priv->reg_layout == CLK_REG_LAYOUT_RZ_A ? in cpg_mssr_resume_noirq()
997 priv->reg_layout = info->reg_layout; in cpg_mssr_common_init()
[all …]
Drenesas-cpg-mssr.h136 enum clk_reg_layout reg_layout; member
Dr7s9210-cpg-mssr.c217 .reg_layout = CLK_REG_LAYOUT_RZ_A,
Dr8a779f0-cpg-mssr.c233 .reg_layout = CLK_REG_LAYOUT_RCAR_GEN4,
Dr8a779g0-cpg-mssr.c236 .reg_layout = CLK_REG_LAYOUT_RCAR_GEN4,
Dr8a779a0-cpg-mssr.c299 .reg_layout = CLK_REG_LAYOUT_RCAR_GEN4,
/linux-6.1.9/drivers/dma/
Dhisi_dma.c164 enum hisi_dma_reg_layout reg_layout; member
369 if (hdma_dev->reg_layout == HISI_DMA_REG_LAYOUT_HIP08) in hisi_dma_mask_irq()
385 if (hdma_dev->reg_layout == HISI_DMA_REG_LAYOUT_HIP08) { in hisi_dma_unmask_irq()
638 if (hdma_dev->reg_layout == HISI_DMA_REG_LAYOUT_HIP08) { in hisi_dma_init_hw_qp()
803 if (hdma_dev->reg_layout == HISI_DMA_REG_LAYOUT_HIP08) in hisi_dma_set_mode()
813 if (hdma_dev->reg_layout == HISI_DMA_REG_LAYOUT_HIP09) { in hisi_dma_init_hw()
851 if (hdma_dev->reg_layout == HISI_DMA_REG_LAYOUT_HIP08) in hisi_dma_get_ch_regs()
862 if (hdma_dev->reg_layout == HISI_DMA_REG_LAYOUT_HIP08) in hisi_dma_get_ch_regs()
928 if (hdma_dev->reg_layout == HISI_DMA_REG_LAYOUT_HIP08) { in hisi_dma_create_debugfs()
952 enum hisi_dma_reg_layout reg_layout; in hisi_dma_probe() local
[all …]