Lines Matching refs:SETREG
205 SETREG(bas, REG(UFCR), reg); in imx_uart_init()
206 SETREG(bas, REG(UBIR), 15); in imx_uart_init()
207 SETREG(bas, REG(UBMR), (baseclk / baudrate) - 1); in imx_uart_init()
219 SETREG(bas, REG(UFCR), reg); in imx_uart_init()
234 SETREG(bas, REG(UTXD), c); in imx_uart_putc()
394 SETREG(bas, REG(USR1), 0xffff); in imx_uart_bus_attach()
395 SETREG(bas, REG(USR2), 0xffff); in imx_uart_bus_attach()
432 SETREG(&sc->sc_bas, REG(UCR4), 0); in imx_uart_bus_detach()
507 SETREG(bas, REG(USR1), usr1); in imx_uart_bus_ipend()
508 SETREG(bas, REG(USR2), usr2); in imx_uart_bus_ipend()
638 SETREG(bas, REG(UTXD), sc->sc_txbuf[i] & 0xff); in imx_uart_bus_transmit()