Searched refs:pic32_sport (Results 1 – 1 of 1) sorted by relevance
56 struct pic32_sport { struct75 static inline struct pic32_sport *to_pic32_sport(struct uart_port *port) in to_pic32_sport() argument77 return container_of(port, struct pic32_sport, port); in to_pic32_sport()80 static inline void pic32_uart_writel(struct pic32_sport *sport, in pic32_uart_writel()86 static inline u32 pic32_uart_readl(struct pic32_sport *sport, u32 reg) in pic32_uart_readl()128 static struct pic32_sport *pic32_sports[PIC32_MAX_UARTS];130 static inline void pic32_wait_deplete_txbuf(struct pic32_sport *sport) in pic32_wait_deplete_txbuf()140 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_tx_empty()149 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_set_mctrl()163 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_get_mctrl()[all …]