Home
last modified time | relevance | path

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

/Linux-v4.19/virt/kvm/arm/hyp/
Dvgic-v3-sr.c615 u32 ap0, ap1; in __vgic_v3_clear_highest_active_priority() local
619 ap1 = __vgic_v3_read_ap1rn(i); in __vgic_v3_clear_highest_active_priority()
620 if (!ap0 && !ap1) { in __vgic_v3_clear_highest_active_priority()
626 c1 = ap1 ? __ffs(ap1) : 32; in __vgic_v3_clear_highest_active_priority()
634 ap1 &= ~BIT(c1); in __vgic_v3_clear_highest_active_priority()
635 __vgic_v3_write_ap1rn(ap1, i); in __vgic_v3_clear_highest_active_priority()
/Linux-v4.19/Documentation/devicetree/bindings/power/
Drockchip-io-domain.txt71 - ap1-supply: The supply connected to AP1_VCC.