Searched refs:supply_hi_out (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/drivers/omap44xx/mmchs/
H A Dctrlmod.c117 CTRLMOD_DEBUG("%s:%d: wait until supply_hi_out is 0x1\n", __FUNCTION__, __LINE__);
122 uint8_t supply_hi_out = local
124 CTRLMOD_DEBUG("%s: Step 7: supply_hi_out = %d\n", __FUNCTION__, supply_hi_out);
137 if (supply_hi_out != 0x1) {
141 // supply_hi_out should be 0x1 (3.0V)
142 assert(supply_hi_out == 0x1);
143 // set VMODE bit to supply_hi_out
144 omap44xx_sysctrl_padconf_core_control_pbiaslite_mmc1_pbiaslite_vmode_wrf(&st->ctrlmod, supply_hi_out);

Completed in 28 milliseconds