Home
last modified time | relevance | path

Searched refs:UART_IR_REG (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/tty/serial/
A Dbcm63xx_uart.c92 val = bcm_uart_readl(port, UART_IR_REG); in bcm_uart_tx_empty()
151 val = bcm_uart_readl(port, UART_IR_REG); in bcm_uart_stop_tx()
153 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_stop_tx()
163 val = bcm_uart_readl(port, UART_IR_REG); in bcm_uart_start_tx()
165 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_start_tx()
179 val = bcm_uart_readl(port, UART_IR_REG); in bcm_uart_stop_rx()
181 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_stop_rx()
191 val = bcm_uart_readl(port, UART_IR_REG); in bcm_uart_enable_ms()
193 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_enable_ms()
412 bcm_uart_writel(port, 0, UART_IR_REG); in bcm_uart_startup()
[all …]
/linux-6.3-rc2/arch/arm/include/debug/
A Dbcm63xx.S21 1001: ldr \rd, [\rx, #UART_IR_REG]
30 1002: ldr \rd, [\rx, #UART_IR_REG]
/linux-6.3-rc2/arch/mips/bcm63xx/
A Dearly_printk.c19 val = bcm_uart0_readl(UART_IR_REG); in wait_xfered()
/linux-6.3-rc2/include/linux/
A Dserial_bcm63xx.h86 #define UART_IR_REG 0x10 macro

Completed in 5 milliseconds