Lines Matching refs:out_buffer
133 unsigned char out_buffer[OUT_BUFFER_SIZE] __aligned(32); member
340 port->out_rd_ptr = port->out_buffer; in initialize_port()
1117 buf_stop_ptr = port->out_buffer + OUT_BUFFER_SIZE; in sync_serial_write()
1138 port->out_buf_count, port->out_buffer, in sync_serial_write()
1213 if (port->out_rd_ptr >= port->out_buffer + OUT_BUFFER_SIZE) in send_word()
1214 port->out_rd_ptr = port->out_buffer; in send_word()
1223 if (port->out_rd_ptr >= port->out_buffer + OUT_BUFFER_SIZE) in send_word()
1224 port->out_rd_ptr = port->out_buffer; in send_word()
1232 if (port->out_rd_ptr >= port->out_buffer + OUT_BUFFER_SIZE) in send_word()
1233 port->out_rd_ptr = port->out_buffer; in send_word()
1242 if (port->out_rd_ptr >= port->out_buffer + OUT_BUFFER_SIZE) in send_word()
1243 port->out_rd_ptr = port->out_buffer; in send_word()
1253 if (port->out_rd_ptr >= port->out_buffer + OUT_BUFFER_SIZE) in send_word()
1254 port->out_rd_ptr = port->out_buffer; in send_word()
1417 if (port->out_rd_ptr > port->out_buffer + in tr_interrupt()
1419 port->out_rd_ptr = port->out_buffer; in tr_interrupt()