Home
last modified time | relevance | path

Searched refs:EXT_CSD_WR_REL_PARAM (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/sd/
H A Dsdmmc-internal.h51 #define EXT_CSD_WR_REL_PARAM 166 /* RO */ macro
/openbmc/linux/include/linux/mmc/
H A Dmmc.h274 #define EXT_CSD_WR_REL_PARAM 166 /* RO */ macro
/openbmc/u-boot/include/
H A Dmmc.h215 #define EXT_CSD_WR_REL_PARAM 166 /* R */ macro
/openbmc/linux/drivers/mmc/core/
H A Dmmc.c567 card->ext_csd.rel_param = ext_csd[EXT_CSD_WR_REL_PARAM]; in mmc_decode_ext_csd()
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c1071 !(ext_csd[EXT_CSD_WR_REL_PARAM] & EXT_CSD_HS_CTRL_REL)) { in mmc_hwpart_config()