sta_reg           217 drivers/tty/serial/pic32_uart.c 		u32 sta_reg, c;
sta_reg           221 drivers/tty/serial/pic32_uart.c 		sta_reg = pic32_uart_readl(sport, PIC32_UART_STA);
sta_reg           222 drivers/tty/serial/pic32_uart.c 		if (unlikely(sta_reg & PIC32_UART_STA_OERR)) {
sta_reg           233 drivers/tty/serial/pic32_uart.c 		if (!(sta_reg & PIC32_UART_STA_URXDA))
sta_reg           243 drivers/tty/serial/pic32_uart.c 		if (unlikely((sta_reg & PIC32_UART_STA_PERR) ||
sta_reg           244 drivers/tty/serial/pic32_uart.c 			     (sta_reg & PIC32_UART_STA_FERR))) {
sta_reg           247 drivers/tty/serial/pic32_uart.c 			if (sta_reg & PIC32_UART_STA_PERR)
sta_reg           249 drivers/tty/serial/pic32_uart.c 			if (sta_reg & PIC32_UART_STA_FERR)
sta_reg           253 drivers/tty/serial/pic32_uart.c 			sta_reg &= port->read_status_mask;
sta_reg           255 drivers/tty/serial/pic32_uart.c 			if (sta_reg & PIC32_UART_STA_FERR)
sta_reg           257 drivers/tty/serial/pic32_uart.c 			if (sta_reg & PIC32_UART_STA_PERR)
sta_reg           264 drivers/tty/serial/pic32_uart.c 		if ((sta_reg & port->ignore_status_mask) == 0)
sta_reg          1058 drivers/usb/gadget/udc/renesas_usb3.c 	u32 sta_reg = usb3_ep->num ? USB3_PN_STA : USB3_P0_STA;
sta_reg          1060 drivers/usb/gadget/udc/renesas_usb3.c 	return usb3_wait(usb3, sta_reg, mask, mask);