Searched refs:cdns_uart (Results 1 – 1 of 1) sorted by relevance
202 struct cdns_uart { struct226 #define to_cdns_uart(_nb) container_of(_nb, struct cdns_uart, \ argument238 struct cdns_uart *cdns_uart = port->private_data; in cdns_uart_handle_rx() local246 is_rxbs_support = cdns_uart->quirks & CDNS_UART_RXBS_SUPPORT; in cdns_uart_handle_rx()329 static void cdns_rts_gpio_enable(struct cdns_uart *cdns_uart, bool enable) in cdns_rts_gpio_enable() argument333 if (cdns_uart->gpiod_rts) { in cdns_rts_gpio_enable()334 gpiod_set_value(cdns_uart->gpiod_rts, enable); in cdns_rts_gpio_enable()336 val = readl(cdns_uart->port->membase + CDNS_UART_MODEMCR); in cdns_rts_gpio_enable()341 writel(val, cdns_uart->port->membase + CDNS_UART_MODEMCR); in cdns_rts_gpio_enable()349 static void cdns_rs485_tx_setup(struct cdns_uart *cdns_uart) in cdns_rs485_tx_setup() argument[all …]