Home
last modified time | relevance | path

Searched refs:uart_getc (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.81.2/pexpert/pexpert/arm/
H A Dprotos.h29 int uart_getc(void);
/xnu-8792.81.2/pexpert/i386/
H A Dpe_serial.c637 uart_getc(void) in uart_getc() function
663 return uart_getc(); in serial_getc()
/xnu-8792.81.2/pexpert/arm/
H A Dpe_kprintf.c180 return uart_getc(); in serial_getc()
H A Dpe_serial.c1003 uart_getc(void) in uart_getc() function
H A Dpe_init.c569 *c = (char)uart_getc(); in PE_stub_poll_input()