Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dcontrol.c207 * @bootmode: 8-bit value to pass to some boot code
209 * Set the bootmode in the scratchpad RAM. This is used after the
214 void omap3_ctrl_write_boot_mode(u8 bootmode) in omap3_ctrl_write_boot_mode() argument
218 l = ('B' << 24) | ('M' << 16) | bootmode; in omap3_ctrl_write_boot_mode()
259 * @bootmode: 8-bit value to pass to some boot code
264 void omap_ctrl_write_dsp_boot_mode(u8 bootmode) in omap_ctrl_write_dsp_boot_mode() argument
275 omap_ctrl_writel(bootmode, offset); in omap_ctrl_write_dsp_boot_mode()
569 * omap3_ctrl_set_iva_bootmode_idle - sets the IVA2 bootmode to idle
571 * Sets the bootmode for IVA2 to idle. This is needed by the PM code to
H A Dcontrol.h523 extern void omap3_ctrl_write_boot_mode(u8 bootmode);
525 extern void omap_ctrl_write_dsp_boot_mode(u8 bootmode);
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
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) in omap3_ctrl_write_boot_mode() argument
213 l = ('B' << 24) | ('M' << 16) | bootmode; in omap3_ctrl_write_boot_mode()
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
H A Dcontrol.h521 extern void omap3_ctrl_write_boot_mode(u8 bootmode);

Completed in 6 milliseconds