Searched refs:tieh (Results 1 – 8 of 8) sorted by relevance
129 result.tieh = (sdio_conf_reg & RTC_CNTL_SDIO_TIEH_M) >> RTC_CNTL_SDIO_TIEH_S; in rtc_vddsdio_get_config()136 result.tieh = efuse_ll_get_sdio_tieh(); in rtc_vddsdio_get_config()152 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()165 val |= (config.tieh << RTC_CNTL_SDIO_TIEH_S); in rtc_vddsdio_set_config()
196 result.tieh = (sdio_conf_reg & RTC_CNTL_SDIO_TIEH_M) >> RTC_CNTL_SDIO_TIEH_S; in rtc_vddsdio_get_config()204 result.tieh = efuse_ll_get_sdio_tieh(); in rtc_vddsdio_get_config()213 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()226 val |= (config.tieh << RTC_CNTL_SDIO_TIEH_S); in rtc_vddsdio_set_config()
225 result.tieh = (sdio_conf_reg & RTC_CNTL_SDIO_TIEH_M) >> RTC_CNTL_SDIO_TIEH_S; in rtc_vddsdio_get_config()232 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()245 val |= (config.tieh << RTC_CNTL_SDIO_TIEH_S); in rtc_vddsdio_set_config()
91 …if (cfg.enable == 1 && cfg.tieh == RTC_VDDSDIO_TIEH_1_8V) { // VDDSDIO regulator is enabled @ 1… in bootloader_common_vddsdio_configure()
840 if (cfg.tieh != RTC_VDDSDIO_TIEH_1_8V) { in esp_psram_impl_enable()852 if (cfg.tieh != RTC_VDDSDIO_TIEH_3_3V) { in esp_psram_impl_enable()862 if (cfg.tieh != RTC_VDDSDIO_TIEH_3_3V) { in esp_psram_impl_enable()876 if (cfg.tieh != RTC_VDDSDIO_TIEH_3_3V) { in esp_psram_impl_enable()949 …if (cfg.enable == 1 && cfg.tieh == RTC_VDDSDIO_TIEH_1_8V) { // VDDSDIO regulator is enabled @ 1… in esp_psram_impl_enable()
686 …uint32_t tieh : 1; //!< Select VDDSDIO voltage. One of RTC_VDDSDIO_TIEH_1_8V, RTC_VDDSDIO_TIE… member
802 …uint32_t tieh : 1; //!< Select VDDSDIO voltage. One of RTC_VDDSDIO_TIEH_1_8V, RTC_VDDSDIO_TIE… member
815 …uint32_t tieh : 1; //!< Select VDDSDIO voltage. One of RTC_VDDSDIO_TIEH_1_8V, RTC_VDDSDIO_TIE… member