Searched refs:SD_STATUS_IOVS (Results 1 – 2 of 2) sorted by relevance
110 #define SD_STATUS_IOVS BIT(16) /* only known on RZ/{G3E,V2H} */ macro
1003 return (sd_status & SD_STATUS_IOVS) ? 1800000 : 3300000; in renesas_sdhi_regulator_get_voltage()1015 sd_status |= SD_STATUS_IOVS; in renesas_sdhi_regulator_set_voltage()1018 sd_status &= ~SD_STATUS_IOVS; in renesas_sdhi_regulator_set_voltage()