Searched refs:EXT_CSD_POWER_CLASS_4BIT_MASK (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mmc/ | ||
H A D | mmcreg.h | 463 #define EXT_CSD_POWER_CLASS_4BIT_MASK 0x0f macro |
H A D | mmc.c | 889 value = (value & EXT_CSD_POWER_CLASS_4BIT_MASK) >> in mmc_set_power_class() |