Searched refs:stop_bits (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/serial/
H A Dpl2303.c53 grub_uint8_t stop_bits; member in struct:grub_pl2303_config
97 if (port->config.stop_bits == GRUB_SERIAL_STOP_BITS_2)
98 config_pl2303.stop_bits = GRUB_PL2303_STOP_BITS_2;
100 config_pl2303.stop_bits = GRUB_PL2303_STOP_BITS_1;
160 if (config->stop_bits != GRUB_SERIAL_STOP_BITS_1
161 && config->stop_bits != GRUB_SERIAL_STOP_BITS_2)
H A Dftdi.c82 const grub_uint16_t stop_bits[] = { local
106 | stop_bits[port->config.stop_bits]
147 if (config->stop_bits != GRUB_SERIAL_STOP_BITS_1
148 && config->stop_bits != GRUB_SERIAL_STOP_BITS_2)
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dserial.h60 grub_serial_stop_bits_t stop_bits; member in struct:grub_serial_config
138 .stop_bits = GRUB_SERIAL_STOP_BITS_1
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dns8250.c90 const unsigned char stop_bits[] = { local
115 | stop_bits[port->config.stop_bits]);
204 if (config->stop_bits != GRUB_SERIAL_STOP_BITS_1
205 && config->stop_bits != GRUB_SERIAL_STOP_BITS_2)
H A Dserial.c213 config.stop_bits = GRUB_SERIAL_STOP_BITS_1;
215 config.stop_bits = GRUB_SERIAL_STOP_BITS_2;
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c594 uart.stop_bits);
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h639 grub_efi_uint8_t stop_bits; member in struct:grub_efi_uart_device_path

Completed in 61 milliseconds