Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/sysreset/
H A Dsysreset_rockchip.c18 unsigned long cru_base = (unsigned long)dev_read_addr_ptr(dev->parent); in rockchip_sysreset_request() local
20 if (IS_ERR_VALUE(cru_base)) in rockchip_sysreset_request()
21 return (int)cru_base; in rockchip_sysreset_request()
27 writel(0xfdb9, cru_base + offset->glb_srst_fst_value); in rockchip_sysreset_request()
29 writel(0xeca8, cru_base + offset->glb_srst_snd_value); in rockchip_sysreset_request()
33 writel(0xfdb9, cru_base + offset->glb_srst_fst_value); in rockchip_sysreset_request()
/OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/
H A Drv1106_pm.c60 static void __iomem *cru_base; variable
134 { REG_REGION(0x000, 0x004, 4, &cru_base, WMSK_VAL)},
135 { REG_REGION(0x008, 0x008, 4, &cru_base, 0)},
136 { REG_REGION(0x00c, 0x010, 4, &cru_base, WMSK_VAL)},
137 { REG_REGION(0x020, 0x024, 4, &cru_base, WMSK_VAL)},
138 { REG_REGION(0x028, 0x028, 4, &cru_base, 0)},
139 { REG_REGION(0x02c, 0x030, 4, &cru_base, WMSK_VAL)},
140 { REG_REGION(0x060, 0x064, 4, &cru_base, WMSK_VAL)},
141 { REG_REGION(0x068, 0x068, 4, &cru_base, 0)},
142 { REG_REGION(0x06c, 0x070, 4, &cru_base, WMSK_VAL)},
[all …]
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_cif.h112 void __iomem *cru_base; /*cru base addr*/ member
H A Dvehicle_cif.c4851 cif->cru_base = of_iomap(node, 0); in cif_parse_dt()
4864 iounmap(cif->cru_base); in cif_parse_dt()
4901 iounmap(cif->cru_base); in cif_parse_dt()
4912 iounmap(cif->cru_base); in cif_parse_dt()
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_i2s_tdm.c124 void __iomem *cru_base; member
310 if (!i2s_tdm->cru_base || !i2s_tdm->soc_data || !i2s_tdm->is_master_mode) in rockchip_i2s_tdm_reset_assert()
327 cru_reset = i2s_tdm->cru_base + i2s_tdm->soc_data->softrst_offset; in rockchip_i2s_tdm_reset_assert()
373 if (!i2s_tdm->cru_base || !i2s_tdm->soc_data || !i2s_tdm->is_master_mode) in rockchip_i2s_tdm_reset_deassert()
390 cru_reset = i2s_tdm->cru_base + i2s_tdm->soc_data->softrst_offset; in rockchip_i2s_tdm_reset_deassert()
2667 i2s_tdm->cru_base = of_iomap(cru_node, 0); in rockchip_i2s_tdm_probe()
2668 if (!i2s_tdm->cru_base) in rockchip_i2s_tdm_probe()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop2.c3929 void *cru_base = (void *)RK3528_CRU_BASE; in rockchip_vop2_init()
3932 writel((BIT(0) << 16) | BIT(0), cru_base + 0x450); in rockchip_vop2_init()