UART01x_FR 27 arch/arm/mach-spear/include/mach/uncompress.h while (readl_relaxed(base + UART01x_FR) & UART01x_FR_TXFF) UART01x_FR 121 drivers/tty/serial/amba-pl010.c status = readb(uap->port.membase + UART01x_FR); UART01x_FR 164 drivers/tty/serial/amba-pl010.c status = readb(uap->port.membase + UART01x_FR); UART01x_FR 209 drivers/tty/serial/amba-pl010.c status = readb(uap->port.membase + UART01x_FR) & UART01x_FR_MODEM_ANY; UART01x_FR 265 drivers/tty/serial/amba-pl010.c unsigned int status = readb(uap->port.membase + UART01x_FR); UART01x_FR 276 drivers/tty/serial/amba-pl010.c status = readb(uap->port.membase + UART01x_FR); UART01x_FR 338 drivers/tty/serial/amba-pl010.c uap->old_status = readb(uap->port.membase + UART01x_FR) & UART01x_FR_MODEM_ANY; UART01x_FR 575 drivers/tty/serial/amba-pl010.c status = readb(uap->port.membase + UART01x_FR); UART01x_FR 602 drivers/tty/serial/amba-pl010.c status = readb(uap->port.membase + UART01x_FR); UART01x_FR 65 drivers/tty/serial/amba-pl011.c [REG_FR] = UART01x_FR, UART01x_FR 153 drivers/tty/serial/amba-pl011.c [REG_FR] = UART01x_FR, UART01x_FR 2416 drivers/tty/serial/amba-pl011.c while (readl(port->membase + UART01x_FR) & UART01x_FR_TXFF) UART01x_FR 2419 drivers/tty/serial/amba-pl011.c while (!(readl(port->membase + UART01x_FR) & UART011_FR_TXFE)) UART01x_FR 2432 drivers/tty/serial/amba-pl011.c while (readl(port->membase + UART01x_FR) & UART01x_FR_TXFF) UART01x_FR 2438 drivers/tty/serial/amba-pl011.c while (readl(port->membase + UART01x_FR) & UART01x_FR_BUSY)