Lines Matching full:pic32
3 * PIC32 Integrated Serial Driver.
26 #include <asm/mach-pic32/pic32.h>
29 #define PIC32_DEV_NAME "pic32-uart"
43 /* struct pic32_sport - pic32 serial port descriptor
90 /* pic32 uart mode register bits */
108 /* pic32 uart status register bits */
171 /* DSR and CD are not supported in PIC32, so return 1 in pic32_uart_get_mctrl()
172 * RI is not supported in PIC32, so return 0 in pic32_uart_get_mctrl()
479 /* Each UART of a PIC32 has three interrupts therefore, in pic32_uart_startup()
980 pr_err("fail to register pic32 uart\n"); in pic32_uart_init()
999 MODULE_DESCRIPTION("Microchip PIC32 integrated serial port driver");