Searched refs:bootmode (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/arm/mach-omap2/
H A Dcontrol.h521 extern void omap3_ctrl_write_boot_mode(u8 bootmode);
H A Dcontrol.c202 * @bootmode: 8-bit value to pass to some boot code
204 * Set the bootmode in the scratchpad RAM. This is used after the
209 void omap3_ctrl_write_boot_mode(u8 bootmode) argument
213 l = ('B' << 24) | ('M' << 16) | bootmode;
503 * omap3_ctrl_set_iva_bootmode_idle - sets the IVA2 bootmode to idle
505 * Sets the bootmode for IVA2 to idle. This is needed by the PM code to

Completed in 163 milliseconds