Searched refs:SCPCR (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/sh/kernel/cpu/sh3/
H A Dserial-sh770x.c6 #define SCPCR 0xA4000116 macro
13 /* We need to set SCPCR to enable RTS/CTS */ sh770x_sci_init_pins()
14 data = __raw_readw(SCPCR); sh770x_sci_init_pins()
16 __raw_writew(data & 0x0fcf, SCPCR); sh770x_sci_init_pins()
19 /* We need to set SCPCR to enable RTS/CTS */ sh770x_sci_init_pins()
20 data = __raw_readw(SCPCR); sh770x_sci_init_pins()
23 __raw_writew((data & 0x0fcf) | 0x1000, SCPCR); sh770x_sci_init_pins()
/linux-4.1.27/arch/sh/boards/mach-hp6xx/
H A Dsetup.c23 #define SCPCR 0xa4000116 macro
162 v = __raw_readw(SCPCR); hp6xx_setup()
165 __raw_writew(v, SCPCR); hp6xx_setup()

Completed in 96 milliseconds