Home
last modified time | relevance | path

Searched refs:word_len (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dserial.h85 int word_len, int parity, int stop_bit_len);
H A Dserial.c139 int word_len, int parity, int stop_bit_len) in serial_hw_init() argument
166 status |= parity | word_len | stop_bit_len; in serial_hw_init()
H A Dbuiltins.c4058 int word_len = UART_8BITS_WORD; in serial_func() local
4113 case 5: word_len = UART_5BITS_WORD; break; in serial_func()
4114 case 6: word_len = UART_6BITS_WORD; break; in serial_func()
4115 case 7: word_len = UART_7BITS_WORD; break; in serial_func()
4116 case 8: word_len = UART_8BITS_WORD; break; in serial_func()
4178 if (! serial_hw_init (port, speed, word_len, parity, stop_bit_len)) in serial_func()
/titanic_41/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1105 int word_len, int parity, int stop_bit_len) in serial_hw_init() argument
1158 switch (word_len) in serial_hw_init()