Home
last modified time | relevance | path

Searched refs:ap1 (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/
Dvgic-v3-sr.c596 u32 ap0, ap1; in __vgic_v3_clear_highest_active_priority() local
600 ap1 = __vgic_v3_read_ap1rn(i); in __vgic_v3_clear_highest_active_priority()
601 if (!ap0 && !ap1) { in __vgic_v3_clear_highest_active_priority()
607 c1 = ap1 ? __ffs(ap1) : 32; in __vgic_v3_clear_highest_active_priority()
615 ap1 &= ~BIT(c1); in __vgic_v3_clear_highest_active_priority()
616 __vgic_v3_write_ap1rn(ap1, i); in __vgic_v3_clear_highest_active_priority()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/
Drockchip-io-domain.txt71 - ap1-supply: The supply connected to AP1_VCC.