Searched defs:stop_bit_len (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/grub/grub-0.97/stage2/ |
| H A D | serial.c | 140 int word_len, int parity, int stop_bit_len) 177 status = parity | word_len | stop_bit_len; 138 serial_hw_init(unsigned short port, unsigned int speed, int word_len, int parity, int stop_bit_len) argument
|
| H A D | builtins.c | 4117 int stop_bit_len = UART_1_STOP_BIT; 4223 case 1: stop_bit_len = UART_1_STOP_BIT; break; 4224 case 2: stop_bit_len = UART_2_STOP_BITS; break; 4278 if (serial_hw_init (ports[i], speed, word_len, parity, stop_bit_len)) 4066 int stop_bit_len = UART_1_STOP_BIT; local
|
| /illumos-gate/usr/src/grub/grub-0.97/grub/ |
| H A D | asmstub.c | 1108 int word_len, int parity, int stop_bit_len) 1198 switch (stop_bit_len) 1107 serial_hw_init(unsigned short port, unsigned int speed, int word_len, int parity, int stop_bit_len) argument
|
Completed in 72 milliseconds