s3c2410_uartcfg
struct s3c2410_uartcfg;
void (*init_uarts)(struct s3c2410_uartcfg *cfg, int no);
extern void s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no);
struct s3c2410_uartcfg *cfg, int no);
void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no)
static struct s3c2410_uartcfg uart_cfgs[CONFIG_SERIAL_SAMSUNG_UARTS];
struct s3c2410_uartcfg *cfg, int no)
struct s3c2410_uartcfg *cfgptr = uart_cfgs;
memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no);
static struct s3c2410_uartcfg crag6410_uartcfgs[] __initdata = {
static void __init s3c64xx_init_uarts(struct s3c2410_uartcfg *cfg, int no)
const struct s3c2410_uartcfg *cfg = s3c24xx_port_to_cfg(port);
const struct s3c2410_uartcfg *cfg;
const struct s3c2410_uartcfg *cfg)
const struct s3c2410_uartcfg *cfg = ourport->cfg;
static inline const struct s3c2410_uartcfg
const struct s3c2410_uartcfg def_cfg;