Home
last modified time | relevance | path

Searched refs:UART_1_STOP_BIT (Results 1 – 3 of 3) sorted by relevance

/external/grub/stage2/
Dserial.h56 #define UART_1_STOP_BIT 0x00 macro
Dbuiltins.c3441 int stop_bit_len = UART_1_STOP_BIT; in serial_func()
3513 case 1: stop_bit_len = UART_1_STOP_BIT; break; in serial_func()
/external/grub/grub/
Dasmstub.c1187 case UART_1_STOP_BIT: in serial_hw_init()