Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-s3c/
H A Dinit.c118 if (cpu->init_uarts == NULL && IS_ENABLED(CONFIG_SAMSUNG_ATAGS)) { in s3c24xx_init_uarts()
121 (cpu->init_uarts)(cfg, no); in s3c24xx_init_uarts()
H A Dcpu.h63 void (*init_uarts)(struct s3c2410_uartcfg *cfg, int no); member
H A Ds3c64xx.c82 .init_uarts = s3c64xx_init_uarts,