Home
last modified time | relevance | path

Searched refs:feature_support (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dedid.h415 unsigned char feature_support; member
417 GET_BIT(((_x).feature_support), 7)
419 GET_BIT(((_x).feature_support), 6)
421 GET_BIT(((_x).feature_support), 5)
423 GET_BITS(((_x).feature_support), 4, 3)
425 GET_BIT(((_x).feature_support), 2)
427 GET_BIT(((_x).feature_support), 1)
429 GET_BIT(((_x).feature_support), 0)
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dcard.h128 unsigned int feature_support; member
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dcore.c1913 if (card->ext_csd.feature_support & MMC_DISCARD_FEATURE) in mmc_can_discard()
H A Dmmc.c584 card->ext_csd.feature_support |= MMC_DISCARD_FEATURE; in mmc_decode_ext_csd()