Searched refs:tieh (Results 1 – 13 of 13) sorted by relevance
110 result.tieh = (sdio_conf_reg & RTC_CNTL_SDIO_TIEH_M) >> RTC_CNTL_SDIO_TIEH_S; in rtc_vddsdio_get_config()118 result.tieh = (efuse_reg & EFUSE_RD_SDIO_TIEH_M) >> EFUSE_RD_SDIO_TIEH_S; in rtc_vddsdio_get_config()134 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()147 val |= (config.tieh << RTC_CNTL_SDIO_TIEH_S); in rtc_vddsdio_set_config()
824 if (cfg.tieh != RTC_VDDSDIO_TIEH_1_8V) { in psram_enable()836 if (cfg.tieh != RTC_VDDSDIO_TIEH_3_3V) { in psram_enable()846 if (cfg.tieh != RTC_VDDSDIO_TIEH_3_3V) { in psram_enable()860 if (cfg.tieh != RTC_VDDSDIO_TIEH_3_3V) { in psram_enable()
179 result.tieh = (sdio_conf_reg & RTC_CNTL_SDIO_TIEH_M) >> RTC_CNTL_SDIO_TIEH_S; in rtc_vddsdio_get_config()189 result.tieh = (efuse_reg & EFUSE_SDIO_TIEH_M) >> EFUSE_SDIO_TIEH_S; in rtc_vddsdio_get_config()202 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()215 val |= (config.tieh << RTC_CNTL_SDIO_TIEH_S); in rtc_vddsdio_set_config()
195 result.tieh = (sdio_conf_reg & RTC_CNTL_SDIO_TIEH_M) >> RTC_CNTL_SDIO_TIEH_S; in rtc_vddsdio_get_config()202 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()215 val |= (config.tieh << RTC_CNTL_SDIO_TIEH_S); in rtc_vddsdio_set_config()
180 result.tieh = (sdio_conf_reg & RTC_CNTL_SDIO_TIEH_M) >> RTC_CNTL_SDIO_TIEH_S; in rtc_vddsdio_get_config()189 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()202 val |= (config.tieh << RTC_CNTL_SDIO_TIEH_S); in rtc_vddsdio_set_config()
168 result.tieh = (sdio_conf_reg & RTC_CNTL_SDIO_TIEH_M) >> RTC_CNTL_SDIO_TIEH_S; in rtc_vddsdio_get_config()177 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()190 val |= (config.tieh << RTC_CNTL_SDIO_TIEH_S); in rtc_vddsdio_set_config()
56 if (cfg.enable == 1 && cfg.tieh == RTC_VDDSDIO_TIEH_1_8V) { in bootloader_common_vddsdio_configure()
199 …if (cfg.enable == 1 && cfg.tieh == RTC_VDDSDIO_TIEH_1_8V) { // VDDSDIO regulator is enabled @ 1… in bootloader_common_vddsdio_configure()
699 …uint32_t tieh : 1; //!< Select VDDSDIO voltage. One of RTC_VDDSDIO_TIEH_1_8V, RTC_VDDSDIO_TIE… member
867 …uint32_t tieh : 1; //!< Select VDDSDIO voltage. One of RTC_VDDSDIO_TIEH_1_8V, RTC_VDDSDIO_TIE… member
844 …uint32_t tieh : 1; //!< Select VDDSDIO voltage. One of RTC_VDDSDIO_TIEH_1_8V, RTC_VDDSDIO_TIE… member
862 …uint32_t tieh : 1; //!< Select VDDSDIO voltage. One of RTC_VDDSDIO_TIEH_1_8V, RTC_VDDSDIO_TIE… member
936 …uint32_t tieh : 1; //!< Select VDDSDIO voltage. One of RTC_VDDSDIO_TIEH_1_8V, RTC_VDDSDIO_TIE… member