Searched refs:atmel_uart_char (Results 1 – 1 of 1) sorted by relevance
88 struct atmel_uart_char { struct 95 * sizeof(atmel_uart_char) * ATMEL_SERIAL_RINGSIZE. It means that ring buffer argument 100 #define ATMEL_SERIAL_RX_SIZE array_size(sizeof(struct atmel_uart_char), \742 struct atmel_uart_char *c; in atmel_buffer_rx_char() 748 c = &((struct atmel_uart_char *)ring->buf)[ring->head]; in atmel_buffer_rx_char() 1514 struct atmel_uart_char c; in atmel_rx_from_ring() 1519 c = ((struct atmel_uart_char *)ring->buf)[ring->tail]; in atmel_rx_from_ring()