Home
last modified time | relevance | path

Searched refs:device_uarts (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/arch/arm/mach-ixp4xx/
Dgoramo_mlr.c265 static struct platform_device device_uarts = { variable
386 device_uarts.num_resources = 1; in gmlr_init()
390 device_uarts.dev.platform_data = &uart_data[1]; in gmlr_init()
391 device_uarts.resource = &uart_resources[1]; in gmlr_init()
392 device_uarts.num_resources = 1; in gmlr_init()
396 device_tab[devices++] = &device_uarts; /* max index 1 */ in gmlr_init()