Searched refs:ESR_ELx_AR_SHIFT (Results 1 – 2 of 2) sorted by relevance
125 #define ESR_ELx_AR_SHIFT (14) macro126 #define ESR_ELx_AR (UL(1) << ESR_ELx_AR_SHIFT)
75 (esr & ESR_ELx_AR) >> ESR_ELx_AR_SHIFT); in data_abort_decode()