Searched refs:ourport (Results 1 – 1 of 1) sorted by relevance
157 static void s3c24xx_serial_tx_chars(struct s3c24xx_uart_port *ourport);247 struct s3c24xx_uart_port *ourport = to_ourport(port); in s3c24xx_serial_rx_enable() local265 ourport->rx_enabled = 1; in s3c24xx_serial_rx_enable()271 struct s3c24xx_uart_port *ourport = to_ourport(port); in s3c24xx_serial_rx_disable() local281 ourport->rx_enabled = 0; in s3c24xx_serial_rx_disable()287 struct s3c24xx_uart_port *ourport = to_ourport(port); in s3c24xx_serial_stop_tx() local288 struct s3c24xx_uart_dma *dma = ourport->dma; in s3c24xx_serial_stop_tx()292 if (!ourport->tx_enabled) in s3c24xx_serial_stop_tx()295 switch (ourport->info->type) { in s3c24xx_serial_stop_tx()303 disable_irq_nosync(ourport->tx_irq); in s3c24xx_serial_stop_tx()[all …]