UART_RFIFO_REG
c = bus_space_read_4(bst, bsh, UART_RFIFO_REG) & 0xff;
c = bus_space_read_4(sc->sc_bst, sc->sc_bsh, UART_RFIFO_REG);