Searched refs:ourport (Results 1 – 1 of 1) sorted by relevance
158 static void s3c24xx_serial_tx_chars(struct s3c24xx_uart_port *ourport);246 struct s3c24xx_uart_port *ourport = to_ourport(port); in s3c24xx_serial_rx_enable() local264 ourport->rx_enabled = 1; in s3c24xx_serial_rx_enable()270 struct s3c24xx_uart_port *ourport = to_ourport(port); in s3c24xx_serial_rx_disable() local280 ourport->rx_enabled = 0; in s3c24xx_serial_rx_disable()286 struct s3c24xx_uart_port *ourport = to_ourport(port); in s3c24xx_serial_stop_tx() local287 struct s3c24xx_uart_dma *dma = ourport->dma; in s3c24xx_serial_stop_tx()291 if (!ourport->tx_enabled) in s3c24xx_serial_stop_tx()294 switch (ourport->info->type) { in s3c24xx_serial_stop_tx()302 disable_irq_nosync(ourport->tx_irq); in s3c24xx_serial_stop_tx()[all …]