Searched refs:cdns_uart (Results 1 – 1 of 1) sorted by relevance
204 struct cdns_uart { struct229 #define to_cdns_uart(_nb) container_of(_nb, struct cdns_uart, \ argument241 struct cdns_uart *cdns_uart = port->private_data; in cdns_uart_handle_rx() local249 is_rxbs_support = cdns_uart->quirks & CDNS_UART_RXBS_SUPPORT; in cdns_uart_handle_rx()332 static void cdns_rts_gpio_enable(struct cdns_uart *cdns_uart, bool enable) in cdns_rts_gpio_enable() argument336 if (cdns_uart->gpiod_rts) { in cdns_rts_gpio_enable()337 gpiod_set_value(cdns_uart->gpiod_rts, enable); in cdns_rts_gpio_enable()339 val = readl(cdns_uart->port->membase + CDNS_UART_MODEMCR); in cdns_rts_gpio_enable()344 writel(val, cdns_uart->port->membase + CDNS_UART_MODEMCR); in cdns_rts_gpio_enable()352 static void cdns_rs485_tx_setup(struct cdns_uart *cdns_uart) in cdns_rs485_tx_setup() argument[all …]