Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/kernel/cpu/sh3/
Dserial-sh770x.c6 #define SCPCR 0xA4000116 macro
14 data = __raw_readw(SCPCR); in sh770x_sci_init_pins()
16 __raw_writew(data & 0x0fcf, SCPCR); in sh770x_sci_init_pins()
20 data = __raw_readw(SCPCR); in sh770x_sci_init_pins()
23 __raw_writew((data & 0x0fcf) | 0x1000, SCPCR); in sh770x_sci_init_pins()
/linux-4.4.14/arch/sh/boards/mach-hp6xx/
Dsetup.c23 #define SCPCR 0xa4000116 macro
162 v = __raw_readw(SCPCR); in hp6xx_setup()
165 __raw_writew(v, SCPCR); in hp6xx_setup()
/linux-4.4.14/drivers/tty/serial/
Dsh-sci.c161 [SCPCR] = sci_reg_invalid,
183 [SCPCR] = sci_reg_invalid,
204 [SCPCR] = { 0x30, 16 },
225 [SCPCR] = { 0x30, 16 },
247 [SCPCR] = sci_reg_invalid,
268 [SCPCR] = sci_reg_invalid,
289 [SCPCR] = sci_reg_invalid,
310 [SCPCR] = sci_reg_invalid,
332 [SCPCR] = sci_reg_invalid,
354 [SCPCR] = sci_reg_invalid,
[all …]
Dsh-sci.h28 SCPCR, /* Serial Port Control Register */ enumerator