Home
last modified time | relevance | path

Searched refs:stop_delay (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tty/serial/8250/
H A D8250_port.c1339 static void __stop_tx_rs485(struct uart_8250_port *p, u64 stop_delay) in __stop_tx_rs485() argument
1346 stop_delay += (u64)p->port.rs485.delay_rts_after_send * NSEC_PER_MSEC; in __stop_tx_rs485()
1352 if (stop_delay > 0) { in __stop_tx_rs485()
1354 hrtimer_start(&em485->stop_tx_timer, ns_to_ktime(stop_delay), HRTIMER_MODE_REL); in __stop_tx_rs485()
1368 u64 stop_delay = 0; in __stop_tx() local
1390 stop_delay = p->port.frame_time + DIV_ROUND_UP(p->port.frame_time, 7); in __stop_tx()
1393 __stop_tx_rs485(p, stop_delay); in __stop_tx()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c3010 delay = le32_to_cpu(trigger->stop_delay) * USEC_PER_MSEC; in iwl_fw_dbg_collect()