pic32_sport        36 drivers/tty/serial/pic32_uart.c static struct pic32_sport *pic32_sports[PIC32_MAX_UARTS];
pic32_sport        38 drivers/tty/serial/pic32_uart.c static inline void pic32_wait_deplete_txbuf(struct pic32_sport *sport)
pic32_sport        45 drivers/tty/serial/pic32_uart.c static inline int pic32_enable_clock(struct pic32_sport *sport)
pic32_sport        56 drivers/tty/serial/pic32_uart.c static inline void pic32_disable_clock(struct pic32_sport *sport)
pic32_sport        65 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = to_pic32_sport(port);
pic32_sport        74 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = to_pic32_sport(port);
pic32_sport        86 drivers/tty/serial/pic32_uart.c static unsigned int get_cts_state(struct pic32_sport *sport)
pic32_sport        98 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = to_pic32_sport(port);
pic32_sport       118 drivers/tty/serial/pic32_uart.c static inline void pic32_uart_irqtxen(struct pic32_sport *sport, u8 en)
pic32_sport       136 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = to_pic32_sport(port);
pic32_sport       155 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = to_pic32_sport(port);
pic32_sport       165 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = to_pic32_sport(port);
pic32_sport       178 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = to_pic32_sport(port);
pic32_sport       202 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = to_pic32_sport(port);
pic32_sport       279 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = to_pic32_sport(port);
pic32_sport       366 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = to_pic32_sport(port);
pic32_sport       377 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = to_pic32_sport(port);
pic32_sport       391 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = to_pic32_sport(port);
pic32_sport       511 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = to_pic32_sport(port);
pic32_sport       531 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = to_pic32_sport(port);
pic32_sport       696 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = to_pic32_sport(port);
pic32_sport       714 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = pic32_sports[co->index];
pic32_sport       726 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport;
pic32_sport       804 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport;
pic32_sport       899 drivers/tty/serial/pic32_uart.c 	struct pic32_sport *sport = to_pic32_sport(port);
pic32_sport        69 drivers/tty/serial/pic32_uart.h #define to_pic32_sport(c) container_of(c, struct pic32_sport, port)
pic32_sport        74 drivers/tty/serial/pic32_uart.h static inline void pic32_uart_writel(struct pic32_sport *sport,
pic32_sport        82 drivers/tty/serial/pic32_uart.h static inline u32 pic32_uart_readl(struct pic32_sport *sport, u32 reg)