Searched refs:reg_region (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/plat/rockchip/common/include/ |
| H A D | plat_pm_helpers.h | 28 struct reg_region { struct 41 void rockchip_alloc_region_mem(struct reg_region *rgns, uint32_t rgn_num); argument 42 void rockchip_reg_rgn_save(struct reg_region *rgns, uint32_t rgn_num); 43 void rockchip_reg_rgn_restore(struct reg_region *rgns, uint32_t rgn_num); 44 void rockchip_reg_rgn_restore_reverse(struct reg_region *rgns, uint32_t rgn_num); 49 void rockchip_dump_reg_rgns(struct reg_region *rgns, uint32_t rgn_num);
|
| /rk3399_ARM-atf/plat/rockchip/common/ |
| H A D | plat_pm_helpers.c | 39 struct reg_region *rgns, uint32_t rgn_num) in alloc_region_mem() 43 struct reg_region *r = rgns; in alloc_region_mem() 69 void rockchip_alloc_region_mem(struct reg_region *rgns, uint32_t rgn_num) in rockchip_alloc_region_mem() 88 void rockchip_reg_rgn_save(struct reg_region *rgns, uint32_t rgn_num) in rockchip_reg_rgn_save() 90 struct reg_region *r; in rockchip_reg_rgn_save() 108 void rockchip_reg_rgn_restore(struct reg_region *rgns, uint32_t rgn_num) in rockchip_reg_rgn_restore() 110 struct reg_region *r; in rockchip_reg_rgn_restore() 130 void rockchip_reg_rgn_restore_reverse(struct reg_region *rgns, uint32_t rgn_num) in rockchip_reg_rgn_restore_reverse() 132 struct reg_region *r; in rockchip_reg_rgn_restore_reverse() 202 void rockchip_dump_reg_rgns(struct reg_region *rgns, uint32_t rgn_num) in rockchip_dump_reg_rgns() [all …]
|
| /rk3399_ARM-atf/plat/rockchip/rk3576/drivers/pmu/ |
| H A D | pm_pd_regs.c | 27 static struct reg_region qos_reg_rgns[] = { 82 static struct reg_region pd_bcore_reg_rgns[] = { 97 static struct reg_region pd_core_reg_rgns[] = { 143 static struct reg_region pd_php_reg_rgns[] = { 151 static struct reg_region pd_usb2phy_reg_rgns[] = {
|
| /rk3399_ARM-atf/plat/rockchip/rk3588/drivers/pmu/ |
| H A D | pm_pd_regs.c | 27 static struct reg_region qos_reg_rgns[] = { 101 static struct reg_region pd_crypto_reg_rgns[] = { 142 static struct reg_region pd_dsu_reg_rgns[] = { 190 static struct reg_region pd_php_reg_rgns[] = {
|