Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/plat-samsung/
Dinit.c110 struct s3c2410_uartcfg *cfgptr = uart_cfgs; in s3c24xx_init_uartdevs() local
114 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); in s3c24xx_init_uartdevs()
116 for (uart = 0; uart < no; uart++, cfg++, cfgptr++) { in s3c24xx_init_uartdevs()
117 platdev = s3c24xx_uart_src[cfgptr->hwport]; in s3c24xx_init_uartdevs()
119 resp = res + cfgptr->hwport; in s3c24xx_init_uartdevs()
127 platdev->dev.platform_data = cfgptr; in s3c24xx_init_uartdevs()