Searched refs:pic32_sport (Results 1 – 1 of 1) sorted by relevance
55 struct pic32_sport { struct74 static inline struct pic32_sport *to_pic32_sport(struct uart_port *port) in to_pic32_sport() argument76 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()[all …]