Home
last modified time | relevance | path

Searched refs:UTCR1 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/tty/serial/
H A Dsa1100.c46 #define UART_GET_UTCR1(sport) __raw_readl((sport)->port.membase + UTCR1)
54 #define UART_PUT_UTCR1(sport,v) __raw_writel((v),(sport)->port.membase + UTCR1)
/linux/drivers/mfd/
H A Dipaq-micro.c315 writel(0x0, micro->base + UTCR1); in micro_reset_comm()
/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h308 #define UTCR1 0x04 macro