Searched refs:s3c2410_uartcfg (Results 1 – 6 of 6) sorted by relevance
54 struct s3c2410_uartcfg;63 void (*init_uarts)(struct s3c2410_uartcfg *cfg, int no);74 extern void s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no);77 struct s3c2410_uartcfg *cfg, int no);
71 static struct s3c2410_uartcfg uart_cfgs[CONFIG_SERIAL_SAMSUNG_UARTS];85 struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uartdevs()89 struct s3c2410_uartcfg *cfgptr = uart_cfgs; in s3c24xx_init_uartdevs()93 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); in s3c24xx_init_uartdevs()113 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uarts()
68 static void __init s3c64xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c64xx_init_uarts()
76 static struct s3c2410_uartcfg crag6410_uartcfgs[] __initdata = {
279 struct s3c2410_uartcfg { struct
95 const struct s3c2410_uartcfg def_cfg;152 const struct s3c2410_uartcfg *cfg;580 static inline const struct s3c2410_uartcfg1527 const struct s3c2410_uartcfg *cfg = s3c24xx_port_to_cfg(port); in s3c24xx_serial_set_termios()1838 const struct s3c2410_uartcfg *cfg) in s3c24xx_serial_resetport()1899 const struct s3c2410_uartcfg *cfg = ourport->cfg; in s3c24xx_serial_init_port()
Completed in 32 milliseconds