Home
last modified time | relevance | path

Searched refs:ATTR_ICC_LVL_UNIT_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/ufs/
H A Dufs.h400 #define ATTR_ICC_LVL_UNIT_MASK (0x3 << ATTR_ICC_LVL_UNIT_OFFSET) macro
/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c7820 unit = (data & ATTR_ICC_LVL_UNIT_MASK) >> in ufshcd_get_max_icc_level()