Searched refs:char_size (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/libs/libplatsupport/include/platsupport/
H A Dserial.h49 * @param char_size: The desired character size
54 int char_size,
/seL4-refos-master/projects/util_libs/libplatsupport/include/platsupport/
H A Dserial.h49 * @param char_size: The desired character size
54 int char_size,
/seL4-refos-master/libs/libplatsupport/src/mach/imx/serial/
H A Dserial.c180 int char_size,
188 if (char_size == 8) {
190 } else if (char_size == 7) {
177 serial_configure( ps_chardevice_t *d, long bps, int char_size, enum serial_parity parity, int stop_bits) argument
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/imx/serial/
H A Dserial.c180 int char_size,
188 if (char_size == 8) {
190 } else if (char_size == 7) {
177 serial_configure( ps_chardevice_t *d, long bps, int char_size, enum serial_parity parity, int stop_bits) argument
/seL4-refos-master/libs/libplatsupport/src/mach/zynq/
H A Dserial.c360 int char_size,
369 if (char_size == 6) {
372 } else if (char_size == 7) {
375 } else if (char_size == 8) {
357 serial_configure( ps_chardevice_t *d, long bps, int char_size, enum serial_parity parity, int stop_bits) argument
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/zynq/
H A Dserial.c360 int char_size,
369 if (char_size == 6) {
372 } else if (char_size == 7) {
375 } else if (char_size == 8) {
357 serial_configure( ps_chardevice_t *d, long bps, int char_size, enum serial_parity parity, int stop_bits) argument
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dserial.c397 static int uart_set_charsize(ps_chardevice_t *d, int char_size) argument
402 switch (char_size) {
463 int serial_configure(ps_chardevice_t *d, long bps, int char_size, argument
468 || uart_set_charsize(d, char_size)
/seL4-refos-master/libs/libplatsupport/src/mach/exynos/
H A Dserial.c397 static int uart_set_charsize(ps_chardevice_t *d, int char_size) argument
402 switch (char_size) {
463 int serial_configure(ps_chardevice_t *d, long bps, int char_size, argument
468 || uart_set_charsize(d, char_size)
/seL4-refos-master/libs/libplatsupport/src/mach/nvidia/
H A Dserial.c560 serial_configure(ps_chardevice_t* d, long bps, int char_size, enum serial_parity parity, int stop_bits) argument
571 switch (char_size) {
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/nvidia/
H A Dserial.c560 serial_configure(ps_chardevice_t* d, long bps, int char_size, enum serial_parity parity, int stop_bits) argument
571 switch (char_size) {

Completed in 196 milliseconds