Searched refs:stop_delay (Results 1 – 3 of 3) sorted by relevance
1456 static void __stop_tx_rs485(struct uart_8250_port *p, u64 stop_delay) in __stop_tx_rs485() argument1463 stop_delay += (u64)p->port.rs485.delay_rts_after_send * NSEC_PER_MSEC; in __stop_tx_rs485()1469 if (stop_delay > 0) { in __stop_tx_rs485()1471 hrtimer_start(&em485->stop_tx_timer, ns_to_ktime(stop_delay), HRTIMER_MODE_REL); in __stop_tx_rs485()1485 u64 stop_delay = 0; in __stop_tx() local1507 stop_delay = p->port.frame_time + DIV_ROUND_UP(p->port.frame_time, 7); in __stop_tx()1510 __stop_tx_rs485(p, stop_delay); in __stop_tx()
713 __le32 stop_delay; member
2807 delay = le32_to_cpu(trigger->stop_delay) * USEC_PER_MSEC; in iwl_fw_dbg_collect()