Home
last modified time | relevance | path

Searched refs:REG_REGION (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/rk3588/drivers/pmu/
H A Dpm_pd_regs.c28 [QOS_ISP0_MWO] = REG_REGION(0x08, 0x18, 4, 0xfdf40500, 0),
29 [QOS_ISP0_MRO] = REG_REGION(0x08, 0x18, 4, 0xfdf40400, 0),
30 [QOS_ISP1_MWO] = REG_REGION(0x08, 0x18, 4, 0xfdf41000, 0),
31 [QOS_ISP1_MRO] = REG_REGION(0x08, 0x18, 4, 0xfdf41100, 0),
32 [QOS_VICAP_M0] = REG_REGION(0x08, 0x18, 4, 0xfdf40600, 0),
33 [QOS_VICAP_M1] = REG_REGION(0x08, 0x18, 4, 0xfdf40800, 0),
34 [QOS_FISHEYE0] = REG_REGION(0x08, 0x18, 4, 0xfdf40000, 0),
35 [QOS_FISHEYE1] = REG_REGION(0x08, 0x18, 4, 0xfdf40200, 0),
36 [QOS_VOP_M0] = REG_REGION(0x08, 0x18, 4, 0xfdf82000, 0),
37 [QOS_VOP_M1] = REG_REGION(0x08, 0x18, 4, 0xfdf82200, 0),
[all …]
/rk3399_ARM-atf/plat/rockchip/rk3576/drivers/pmu/
H A Dpm_pd_regs.c28 [qos_decom] = REG_REGION(0x08, 0x18, 4, 0x27f00000, 0),
29 [qos_dmac0] = REG_REGION(0x08, 0x18, 4, 0x27f00080, 0),
30 [qos_dmac1] = REG_REGION(0x08, 0x18, 4, 0x27f00100, 0),
31 [qos_dmac2] = REG_REGION(0x08, 0x18, 4, 0x27f00180, 0),
32 [qos_bus_mcu] = REG_REGION(0x08, 0x18, 4, 0x27f00200, 0),
33 [qos_can0] = REG_REGION(0x08, 0x18, 4, 0x27f00280, 0),
34 [qos_can1] = REG_REGION(0x08, 0x18, 4, 0x27f00300, 0),
35 [qos_cci_m0] = REG_REGION(0x08, 0x18, 4, 0x27f01000, 0),
36 [qos_cci_m1] = REG_REGION(0x08, 0x18, 4, 0x27f18880, 0),
37 [qos_cci_m2] = REG_REGION(0x08, 0x18, 4, 0x27f18900, 0),
[all …]
/rk3399_ARM-atf/plat/rockchip/common/include/
H A Dplat_pm_helpers.h20 #define REG_REGION(_start, _end, _stride, _base, _wmsk) \ macro