Home
last modified time | relevance | path

Searched refs:BIT_AD_64 (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/drivers/cadence/emmc/
H A Dcdns_sdmmc.c363 reg &= ~(HV4E | BIT_AD_64); in sd_host_oper_mode()
372 reg &= ~(HV4E | BIT_AD_64); in sd_host_oper_mode()
382 reg |= (HV4E | BIT_AD_64); in sd_host_oper_mode()
392 reg &= ~(HV4E | BIT_AD_64); in sd_host_oper_mode()
402 reg &= ~(HV4E | BIT_AD_64); in sd_host_oper_mode()
403 reg |= BIT_AD_64; in sd_host_oper_mode()
413 reg &= ~(HV4E | BIT_AD_64); in sd_host_oper_mode()
424 reg |= (HV4E | BIT_AD_64); in sd_host_oper_mode()
/rk3399_ARM-atf/include/drivers/cadence/
H A Dcdns_sdmmc.h223 #define BIT_AD_64 1 << 29 macro