Searched refs:PORT_PTCR (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/cpu-sh3/cpu/
H A Dgpio.h33 #define PORT_PTCR 0xA405011EUL macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/mach-se/mach/
H A Dse7343.h78 #define PORT_PTCR 0xA4050140 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/
H A Dboard-magicpanelr2.c193 __raw_writew(0x0001, PORT_PTCR); /* 00 00 00 00 00 00 00 01 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsh-sci.c217 data = __raw_readw(PORT_PTCR);
218 __raw_writew((data & 0xfc03), PORT_PTCR);
227 data = __raw_readw(PORT_PTCR);
228 __raw_writew((data & 0xffc3), PORT_PTCR);
H A Dsh-sci.h36 # define PORT_PTCR 0xA405011EUL macro

Completed in 51 milliseconds