Searched refs:combine_cacheattr_nibble (Results 1 – 1 of 1) sorted by relevance
3034 static uint8_t combine_cacheattr_nibble(uint8_t s1, uint8_t s2) in combine_cacheattr_nibble() function3090 ret_attrs = combine_cacheattr_nibble(s1hi, s2hi) << 4 in combined_attrs_nofwb()3091 | combine_cacheattr_nibble(s1lo, s2lo); in combined_attrs_nofwb()