Searched defs:uart (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DHalAdaptation.cpp92 struct tUART_CONFIG uart; local
97 uart.m_iParity = USERIAL_PARITY_EVEN;
99 uart.m_iParity = USERIAL_PARITY_ODD;
101 uart.m_iParity = USERIAL_PARITY_NONE;
104 uart.m_iParity = USERIAL_PARITY_NONE;
109 uart.m_iStopbits = USERIAL_STOPBITS_1;
111 uart.m_iStopbits = USERIAL_STOPBITS_2;
113 uart.m_iStopbits = USERIAL_STOPBITS_1_5;
118 uart.m_iStopbits = USERIAL_STOPBITS_1;
120 uart
[all...]
/external/kernel-headers/original/asm-mips/sgi/
H A Dioc.h123 struct sgioc_uart_regs uart; member in struct:sgioc_regs

Completed in 219 milliseconds