Searched refs:ADDR_ERROR_CONTROL_QUAL_ENABLE_LSB (Results 1 – 1 of 1) sorted by relevance
39 #define ADDR_ERROR_CONTROL_QUAL_ENABLE_LSB 1 macro41 …NABLE_GET(x) (((x) & ADDR_ERROR_CONTROL_QUAL_ENABLE_MASK) >> ADDR_ERROR_CONTROL_QUAL_ENABLE_LSB)42 #define ADDR_ERROR_CONTROL_QUAL_ENABLE_SET(x) (((x) << ADDR_ERROR_CONTROL_QUAL_ENABLE_LSB) & ADD…