Home
last modified time | relevance | path

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

/arch/sh/kernel/cpu/sh3/
Dserial-sh770x.c7 #define SCPCR 0xA4000116 macro
15 data = __raw_readw(SCPCR); in sh770x_sci_init_pins()
17 __raw_writew(data & 0x0fcf, SCPCR); in sh770x_sci_init_pins()
21 data = __raw_readw(SCPCR); in sh770x_sci_init_pins()
24 __raw_writew((data & 0x0fcf) | 0x1000, SCPCR); in sh770x_sci_init_pins()
/arch/sh/boards/mach-hp6xx/
Dsetup.c21 #define SCPCR 0xa4000116 macro
160 v = __raw_readw(SCPCR); in hp6xx_setup()
163 __raw_writew(v, SCPCR); in hp6xx_setup()