HomeSort by relevance Sort by last modified time
    Searched full:stop_bit_len (Results 1 - 4 of 4) sorted by null

  /external/grub/stage2/
serial.c 131 STOP_BIT_LEN is the length of the stop bit. The possible values for
132 WORD_LEN, PARITY and STOP_BIT_LEN are defined in the header file as
136 int word_len, int parity, int stop_bit_len)
163 status |= parity | word_len | stop_bit_len;
serial.h 86 int word_len, int parity, int stop_bit_len);
builtins.c 3441 int stop_bit_len = UART_1_STOP_BIT; local
    [all...]
  /external/grub/grub/
asmstub.c 1103 int word_len, int parity, int stop_bit_len)
1185 switch (stop_bit_len)

Completed in 31 milliseconds