Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dhimci_reg.h57 #define MCI_RESET_N 0x78 macro
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dhimci.c229 himci_writel(~(1<<host->port), host->base + MCI_RESET_N); in hi_mci_init_card()
239 himci_writel(1<<host->port, host->base + MCI_RESET_N); in hi_mci_init_card()