Searched refs:rec_buf (Results 1 – 2 of 2) sorted by relevance
270 volatile rt_uint32_t *rec_buf; in uart_getc() local276 rec_buf = (rt_uint32_t *)(uart->hw_base + UART_RHB); in uart_getc()281 ch = *rec_buf & 0xff; in uart_getc()
758 volatile uint32_t *rec_buf; in _uart_getc() local762 rec_buf = (uint32_t *)(sunxi_uart_port[devid] + UART_RHB); in _uart_getc()771 ch = *rec_buf & 0xff; in _uart_getc()
Completed in 11 milliseconds