Home
last modified time | relevance | path

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

/xnu-8796.141.3/pexpert/arm/
H A Dpe_serial.c357 static uint64_t prev_dockchannel_spaces; // Previous w_stat level of the DockChannel. variable
380 os_atomic_inc(&prev_dockchannel_spaces, relaxed); in dockchannel_drain_on_stall()
431 …os_atomic_dec(&prev_dockchannel_spaces, relaxed); // After writing a byte we have one fewer space … in dockchannel_transmit_data()
454 if (spaces > prev_dockchannel_spaces) { in dockchannel_transmit_ready()
460 prev_dockchannel_spaces = spaces; in dockchannel_transmit_ready()
834 prev_dockchannel_spaces = rDOCKCHANNELS_DEV_WSTAT(DOCKCHANNEL_UART_CHANNEL) & dock_wstat_mask; in serial_init()