Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-s3c/
Dinit.c112 struct s3c2410_uartcfg *cfgptr = uart_cfgs; in s3c24xx_init_uartdevs() local
116 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); in s3c24xx_init_uartdevs()
118 for (uart = 0; uart < no; uart++, cfg++, cfgptr++) { in s3c24xx_init_uartdevs()
119 platdev = s3c24xx_uart_src[cfgptr->hwport]; in s3c24xx_init_uartdevs()
121 resp = res + cfgptr->hwport; in s3c24xx_init_uartdevs()
129 platdev->dev.platform_data = cfgptr; in s3c24xx_init_uartdevs()