Searched refs:DPORT_SDIO_HOST_RST (Results 1 – 4 of 4) sorted by relevance
71 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, DPORT_SDIO_HOST_RST); in sdmmc_ll_reset_register()72 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, DPORT_SDIO_HOST_RST); in sdmmc_ll_reset_register()
141 return DPORT_SDIO_HOST_RST; in periph_ll_get_rst_en_mask()
41 … DPORT_BTMAC_RST | DPORT_SDIO_RST | DPORT_SDIO_HOST_RST | DPORT_EMAC_RST | in esp_system_reset_modules_on_exit()
1074 #define DPORT_SDIO_HOST_RST BIT(6) macro