Searched refs:mask_serial_txbuf_idx (Results 1 – 1 of 1) sorted by relevance
23 #define mask_serial_txbuf_idx(_i) ((_i)&(serial_txbufsz-1)) macro108 port, port->txbuf[mask_serial_txbuf_idx(port->txbufc++)]); in serial_tx_interrupt()149 port->txbuf[mask_serial_txbuf_idx(port->txbufc++)]); in __serial_putc()150 port->txbuf[mask_serial_txbuf_idx(port->txbufp++)] = c; in __serial_putc()172 port->txbuf[mask_serial_txbuf_idx(port->txbufp++)] = c; in __serial_putc()443 port, port->txbuf[mask_serial_txbuf_idx(port->txbufc++)]); in serial_start_sync()
Completed in 3 milliseconds