Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/boards/mach-sh7763rdp/
H A Dsetup.c190 __raw_writew((__raw_readw(PORT_PSEL1) & 0xFFF0) | 0x0004, PORT_PSEL1); in sh7763rdp_setup()
195 __raw_writew((__raw_readw(PORT_PSEL1) & ~0xff00) | 0x2400, PORT_PSEL1); in sh7763rdp_setup()
/openbmc/linux/arch/sh/include/mach-common/mach/
H A Dsh7763rdp.h18 #define PORT_PSEL1 0xFFEF0072 macro