Searched refs:stop_delay (Results 1 – 3 of 3) sorted by relevance
1486 static void __stop_tx_rs485(struct uart_8250_port *p, u64 stop_delay) in __stop_tx_rs485() argument1490 stop_delay += (u64)p->port.rs485.delay_rts_after_send * NSEC_PER_MSEC; in __stop_tx_rs485()1496 if (stop_delay > 0) { in __stop_tx_rs485()1498 hrtimer_start(&em485->stop_tx_timer, ns_to_ktime(stop_delay), HRTIMER_MODE_REL); in __stop_tx_rs485()1512 u64 stop_delay = 0; in __stop_tx() local1536 stop_delay = p->port.frame_time + DIV_ROUND_UP(p->port.frame_time, 7); in __stop_tx()1539 __stop_tx_rs485(p, stop_delay); in __stop_tx()
700 __le32 stop_delay; member
2774 delay = le32_to_cpu(trigger->stop_delay) * USEC_PER_MSEC; in iwl_fw_dbg_collect()