Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-ixp4xx/
Dgoramo_mlr.c263 static struct platform_device device_uarts = { variable
384 device_uarts.num_resources = 1; in gmlr_init()
388 device_uarts.dev.platform_data = &uart_data[1]; in gmlr_init()
389 device_uarts.resource = &uart_resources[1]; in gmlr_init()
390 device_uarts.num_resources = 1; in gmlr_init()
394 device_tab[devices++] = &device_uarts; /* max index 1 */ in gmlr_init()