void __init hms1_setup(char** cmdline_p)
{
	printk("HMS1 board initialisation\n");

	stx7100_early_device_init();
	stb7100_configure_asc(ascs, 2, 0);
}
void __init custom001019_setup(char** cmdline_p)
{
	printk("STMicroelectronics STb7100 Reference board initialisation\n");

	stx7100_early_device_init();
	stb7100_configure_asc(ascs, 1, 0);
}
Ejemplo n.º 3
0
void __init mb448_setup(char **cmdline_p)
{
	printk("STMicroelectronics STb7109E Reference board initialisation\n");

	stx7100_early_device_init();

	stx7100_configure_asc(2, &(struct stx7100_asc_config) {
			.hw_flow_control = 0,
			.is_console = 1, });