Searched refs:hold_slot (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/include/plat/common/ |
| H A D | plat_hold_pen.h | 80 struct hold_slot { struct 87 CASSERT(sizeof(struct hold_slot) == HOLD_SLOT_SIZE, argument 89 CASSERT(offsetof(struct hold_slot, entry) == HOLD_SLOT_ENTRY, 91 CASSERT(offsetof(struct hold_slot, magic1) == HOLD_SLOT_MAGIC1, 93 CASSERT(offsetof(struct hold_slot, magic2) == HOLD_SLOT_MAGIC2, 96 void plat_hold_pen_init(struct hold_slot *hold_pen, unsigned int core_count); 97 void plat_hold_pen_signal(struct hold_slot *hold_pen, unsigned int core_idx,
|
| /rk3399_ARM-atf/plat/common/ |
| H A D | plat_hold_pen.c | 20 void plat_hold_pen_init(struct hold_slot *hold_pen, unsigned int core_count) in plat_hold_pen_init() 37 core_count * sizeof(struct hold_slot)); in plat_hold_pen_init() 44 void plat_hold_pen_signal(struct hold_slot *hold_pen, unsigned int core_idx, in plat_hold_pen_signal() 50 sizeof(struct hold_slot)); in plat_hold_pen_signal()
|
| /rk3399_ARM-atf/plat/arm/board/corstone1000/common/ |
| H A D | corstone1000_pm.c | 67 plat_hold_pen_signal((struct hold_slot *)CORSTONE1000_HOLD_BASE, in corstone1000_pwr_domain_on() 95 plat_hold_pen_init((struct hold_slot *)CORSTONE1000_HOLD_BASE, in plat_arm_psci_override_pm_ops()
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_pm.c | 130 plat_hold_pen_signal((struct hold_slot *)PLAT_QEMU_HOLD_BASE, in qemu_pwr_domain_on() 234 plat_hold_pen_init((struct hold_slot *)PLAT_QEMU_HOLD_BASE, in plat_setup_psci_ops()
|