Home
last modified time | relevance | path

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

/Linux-v5.4/virt/kvm/arm/hyp/
Dvgic-v3-sr.c612 u32 ap0, ap1; in __vgic_v3_clear_highest_active_priority() local
616 ap1 = __vgic_v3_read_ap1rn(i); in __vgic_v3_clear_highest_active_priority()
617 if (!ap0 && !ap1) { in __vgic_v3_clear_highest_active_priority()
623 c1 = ap1 ? __ffs(ap1) : 32; in __vgic_v3_clear_highest_active_priority()
631 ap1 &= ~BIT(c1); in __vgic_v3_clear_highest_active_priority()
632 __vgic_v3_write_ap1rn(ap1, i); in __vgic_v3_clear_highest_active_priority()
/Linux-v5.4/Documentation/devicetree/bindings/power/
Drockchip-io-domain.txt71 - ap1-supply: The supply connected to AP1_VCC.