Lines Matching refs:pic32_sport

55 struct pic32_sport {  struct
74 static inline struct pic32_sport *to_pic32_sport(struct uart_port *port) in to_pic32_sport() argument
76 return container_of(port, struct pic32_sport, port); in to_pic32_sport()
79 static inline void pic32_uart_writel(struct pic32_sport *sport, in pic32_uart_writel()
85 static inline u32 pic32_uart_readl(struct pic32_sport *sport, u32 reg) in pic32_uart_readl()
127 static struct pic32_sport *pic32_sports[PIC32_MAX_UARTS];
129 static inline void pic32_wait_deplete_txbuf(struct pic32_sport *sport) in pic32_wait_deplete_txbuf()
139 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_tx_empty()
148 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_set_mctrl()
162 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_get_mctrl()
183 static inline void pic32_uart_irqtxen(struct pic32_sport *sport, u8 en) in pic32_uart_irqtxen()
201 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_stop_tx()
220 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_start_tx()
230 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_stop_rx()
243 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_break_ctl()
267 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_do_rx()
344 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_do_tx()
429 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_en_and_unmask()
440 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_dsbl_and_mask()
454 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_startup()
578 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_shutdown()
601 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_set_termios()
766 struct pic32_sport *sport = to_pic32_sport(port); in pic32_console_putchar()
784 struct pic32_sport *sport = pic32_sports[co->index]; in pic32_console_write()
795 struct pic32_sport *sport; in pic32_console_setup()
867 struct pic32_sport *sport; in pic32_uart_probe()
943 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_remove()