Searched refs:cfgptr (Results 1 – 1 of 1) sorted by relevance
89 struct s3c2410_uartcfg *cfgptr = uart_cfgs; in s3c24xx_init_uartdevs() local93 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); in s3c24xx_init_uartdevs()95 for (uart = 0; uart < no; uart++, cfg++, cfgptr++) { in s3c24xx_init_uartdevs()96 platdev = s3c24xx_uart_src[cfgptr->hwport]; in s3c24xx_init_uartdevs()98 resp = res + cfgptr->hwport; in s3c24xx_init_uartdevs()106 platdev->dev.platform_data = cfgptr; in s3c24xx_init_uartdevs()
Completed in 3 milliseconds