Searched refs:spaces (Results 1 – 5 of 5) sorted by relevance
514 uint32_t spaces = rDOCKCHANNELS_DEV_WSTAT(DOCKCHANNEL_UART_CHANNEL) & dock_wstat_mask; in dockchannel_transmit_ready() local518 if (spaces > prev_dockchannel_spaces) { in dockchannel_transmit_ready()524 prev_dockchannel_spaces = spaces; in dockchannel_transmit_ready()525 return spaces || dockchannel_drain_on_stall(); in dockchannel_transmit_ready()529 return spaces; in dockchannel_transmit_ready()
355 * other address spaces and ultimately mapped in ohter address spaces397 * in turn, can be mapped into target address spaces
460 * other address spaces and ultimately mapped in ohter address spaces
385 #error use a compiler that supports address spaces or __seg_gs
326 …* Python is very sensitive to tabs and spaces for alignment. So please make sure you **INDENT YOUR…328 * The standard tab width is 4 spaces. Each increasing indent adds 4 spaces beginning of the line.