Home
last modified time | relevance | path

Searched refs:ufcon (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v4.19/arch/arm/mach-s3c24xx/
Dmach-smdk2443.c78 .ufcon = 0x51,
85 .ufcon = 0x51,
93 .ufcon = 0x51,
100 .ufcon = 0x51,
Dmach-smdk2410.c54 .ufcon = UFCON,
61 .ufcon = UFCON,
68 .ufcon = UFCON,
Dmach-otom.c50 .ufcon = UFCON,
57 .ufcon = UFCON,
65 .ufcon = UFCON,
Dmach-smdk2413.c57 .ufcon = 0x51,
64 .ufcon = 0x51,
72 .ufcon = 0x51,
Dmach-tct_hammer.c88 .ufcon = UFCON,
95 .ufcon = UFCON,
102 .ufcon = UFCON,
Dmach-vstms.c55 .ufcon = 0x51,
62 .ufcon = 0x51,
69 .ufcon = 0x51,
Dmach-nexcoder.c61 .ufcon = UFCON,
68 .ufcon = UFCON,
75 .ufcon = UFCON,
Dmach-smdk2416.c96 .ufcon = UFCON,
103 .ufcon = UFCON,
111 .ufcon = UFCON,
118 .ufcon = UFCON,
Dmach-smdk2440.c79 .ufcon = 0x51,
86 .ufcon = 0x51,
94 .ufcon = 0x51,
Dmach-rx3715.c73 .ufcon = 0x51,
81 .ufcon = 0x00,
90 .ufcon = 0x51,
Dmach-amlm5900.c109 .ufcon = UFCON,
116 .ufcon = UFCON,
123 .ufcon = UFCON,
Dmach-qt2410.c66 .ufcon = UFCON,
73 .ufcon = UFCON,
80 .ufcon = UFCON,
Dmach-vr1000.c111 .ufcon = UFCON,
118 .ufcon = UFCON,
126 .ufcon = UFCON,
Dmach-at2440evb.c64 .ufcon = UFCON,
72 .ufcon = UFCON,
Dmach-osiris.c106 .ufcon = UFCON,
114 .ufcon = UFCON,
122 .ufcon = UFCON,
Dmach-gta02.c112 .ufcon = UFCON,
119 .ufcon = UFCON,
126 .ufcon = UFCON,
/Linux-v4.19/arch/arm/mach-s3c64xx/
Dmach-ncp.c54 .ufcon = UFCON,
61 .ufcon = UFCON,
68 .ufcon = UFCON,
Dmach-real6410.c57 .ufcon = UFCON,
64 .ufcon = UFCON,
71 .ufcon = UFCON,
78 .ufcon = UFCON,
Dmach-mini6410.c58 .ufcon = UFCON,
65 .ufcon = UFCON,
72 .ufcon = UFCON,
79 .ufcon = UFCON,
Dmach-smdk6400.c47 .ufcon = 0x51,
54 .ufcon = 0x51,
Dmach-hmt.c56 .ufcon = UFCON,
63 .ufcon = UFCON,
70 .ufcon = UFCON,
Dmach-anw6410.c72 .ufcon = 0x51,
79 .ufcon = 0x51,
Dmach-smartq.c52 .ufcon = UFCON,
59 .ufcon = UFCON,
66 .ufcon = UFCON,
/Linux-v4.19/arch/arm/plat-samsung/
Dpm-debug.c69 save->ufcon = __raw_readl(regs + S3C2410_UFCON); in s3c_pm_save_uarts()
77 regs, save->ulcon, save->ucon, save->ufcon, save->ubrdiv); in s3c_pm_save_uarts()
89 __raw_writel(save->ufcon, regs + S3C2410_UFCON); in s3c_pm_restore_uarts()
/Linux-v4.19/drivers/tty/serial/
Dsamsung.c122 unsigned int ucon, ufcon; in s3c24xx_serial_rx_enable() local
130 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_enable()
131 ufcon |= S3C2410_UFCON_RESETRX; in s3c24xx_serial_rx_enable()
132 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_enable()
252 u32 ucon, ufcon; in enable_tx_pio() local
256 ufcon = rd_regl(port, S3C2410_UFCON); in enable_tx_pio()
257 wr_regl(port, S3C2410_UFCON, ufcon); in enable_tx_pio()
598 unsigned int ufcon, ch, flag, ufstat, uerstat; in s3c24xx_serial_rx_drain_fifo() local
628 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_drain_fifo()
629 ufcon |= S3C2410_UFCON_RESETRX; in s3c24xx_serial_rx_drain_fifo()
[all …]

12