Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-samsung/
Dinit.c109 struct s3c2410_uartcfg *cfgptr = uart_cfgs; in s3c24xx_init_uartdevs() local
113 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); in s3c24xx_init_uartdevs()
115 for (uart = 0; uart < no; uart++, cfg++, cfgptr++) { in s3c24xx_init_uartdevs()
116 platdev = s3c24xx_uart_src[cfgptr->hwport]; in s3c24xx_init_uartdevs()
118 resp = res + cfgptr->hwport; in s3c24xx_init_uartdevs()
126 platdev->dev.platform_data = cfgptr; in s3c24xx_init_uartdevs()