Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/
Dsa1100.c45 #define UART_GET_UTCR0(sport) __raw_readl((sport)->port.membase + UTCR0)
53 #define UART_PUT_UTCR0(sport,v) __raw_writel((v),(sport)->port.membase + UTCR0)
/linux-6.1.9/drivers/mfd/
Dipaq-micro.c316 writel(UTCR0_8BitData | UTCR0_1StpBit, micro->base + UTCR0); in micro_reset_comm()
/linux-6.1.9/arch/arm/mach-sa1100/include/mach/
DSA-1100.h307 #define UTCR0 0x00 macro