Searched refs:SCR_FIQ (Results 1 – 2 of 2) sorted by relevance
159 orr r0, r0, #(SCR_NS | SCR_FIQ) /* Set NS and FIQ bit in SCR */177 bic r1, r1, #(SCR_NS | SCR_FIQ) /* Clear NS and FIQ bit in SCR */225 bic r1, r1, #(SCR_NS | SCR_FIQ) /* Clear NS and FIQ bit in SCR */
39 #define SCR_FIQ BIT32(2) macro
Completed in 5 milliseconds