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

/barrelfish-master/tools/usbboot/arch/omap4/
H A Dclock.c52 #define BIT0 (1<<0) macro
116 wait_on_value(BIT0, 0, CM_IDLEST_DPLL_MPU, LDELAY);
129 wait_on_value(BIT0, 1, CM_IDLEST_DPLL_MPU, LDELAY);
136 wait_on_value(BIT0, 0, CM_IDLEST_DPLL_IVA, LDELAY);
154 wait_on_value(BIT0, 1, CM_IDLEST_DPLL_IVA, LDELAY);
161 wait_on_value(BIT0, 0, CM_IDLEST_DPLL_PER, LDELAY);
183 wait_on_value(BIT0, 1, CM_IDLEST_DPLL_PER, LDELAY);
193 wait_on_value(BIT0, 0, CM_IDLEST_DPLL_ABE, LDELAY);
212 wait_on_value(BIT0, 1, CM_IDLEST_DPLL_ABE, LDELAY);
222 wait_on_value(BIT0,
[all...]

Completed in 55 milliseconds