Home
last modified time | relevance | path

Searched refs:stop_bit_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.c4069 int stop_bit_len = UART_1_STOP_BIT; in serial_func() local
4175 case 1: stop_bit_len = UART_1_STOP_BIT; break; in serial_func()
4176 case 2: stop_bit_len = UART_2_STOP_BITS; 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
1198 switch (stop_bit_len) in serial_hw_init()