Home
last modified time | relevance | path

Searched refs:EXT_CSD_PART_SUPPORT_EN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mmc/
H A Dmmcreg.h423 #define EXT_CSD_PART_SUPPORT_EN 0x01 macro
H A Dmmcsd.c415 if ((ext_csd[EXT_CSD_PART_SUPPORT] & EXT_CSD_PART_SUPPORT_EN) != 0) { in mmcsd_attach()
/freebsd/sys/cam/mmc/
H A Dmmc_da.c1737 if ((ext_csd[EXT_CSD_PART_SUPPORT] & EXT_CSD_PART_SUPPORT_EN) != 0) { in sdda_process_mmc_partitions()