Searched refs:BITS_05 (Results 1 – 2 of 2) sorted by relevance
64 #define BITS_05 ((uint32_t)(0x0000001FUL)) macro180 #define GEM_AMBA_BURST_LENGTH BITS_05300 #define GEM_PHY_ADDRESS (BITS_05 << 23)301 #define GEM_REGISTER_ADDRESS (BITS_05 << 18)708 #define GEM_USER_IN_WIDTH (BITS_05 << 15)709 #define GEM_USER_OUT_WIDTH (BITS_05 << 10)890 #define GEM_COMPARE_C (BITS_05 << 25)892 #define GEM_COMPARE_B (BITS_05 << 19)894 #define GEM_COMPARE_A (BITS_05 << 13)
4491 temp_reg |= ((uint32_t)filter->compare_a_index & BITS_05) << GEM_COMPARE_A_SHIFT; in MSS_MAC_set_type_2_filter()4497 temp_reg |= ((uint32_t)filter->compare_b_index & BITS_05) << GEM_COMPARE_B_SHIFT; in MSS_MAC_set_type_2_filter()4503 temp_reg |= ((uint32_t)filter->compare_c_index & BITS_05) << GEM_COMPARE_C_SHIFT; in MSS_MAC_set_type_2_filter()