Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dserial.h91 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
176 status = parity | word_len | stop_bit_len; in serial_hw_init()
H A Dbuiltins.c4067 int word_len = UART_8BITS_WORD; in serial_func() local
4156 case 5: word_len = UART_5BITS_WORD; break; in serial_func()
4157 case 6: word_len = UART_6BITS_WORD; break; in serial_func()
4158 case 7: word_len = UART_7BITS_WORD; break; in serial_func()
4159 case 8: word_len = UART_8BITS_WORD; break; in serial_func()
4230 if (serial_hw_init (ports[i], speed, word_len, parity, stop_bit_len)) in serial_func()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1108 int word_len, int parity, int stop_bit_len) in serial_hw_init() argument
1161 switch (word_len) in serial_hw_init()