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