Home
last modified time | relevance | path

Searched refs:sio_put_reg (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm.c271 sio_put_reg(rcs, SIO_IER, SIO_IER_STD | val); in rmc_comm_set_irq()
457 sio_put_reg(rcs, SIO_TXD, *p++); in rmc_comm_serdev_send()
495 sio_put_reg(rcs, SIO_FCR, SIO_FCR_RXSR | SIO_FCR_TXSR); in rmc_comm_hw_reset()
496 sio_put_reg(rcs, SIO_LCR, SIO_LCR_STD); in rmc_comm_hw_reset()
523 sio_put_reg(rcs, SIO_BSR, SIO_BSR_BANK1); in rmc_comm_hw_reset()
524 sio_put_reg(rcs, SIO_LBGDL, 0xff); in rmc_comm_hw_reset()
525 sio_put_reg(rcs, SIO_LBGDH, divisor >> 8); in rmc_comm_hw_reset()
526 sio_put_reg(rcs, SIO_LBGDL, divisor & 0xff); in rmc_comm_hw_reset()
527 sio_put_reg(rcs, SIO_BSR, SIO_BSR_BANK0); in rmc_comm_hw_reset()
532 sio_put_reg(rcs, SIO_MCR, SIO_MCR_STD); in rmc_comm_hw_reset()
[all …]
/illumos-gate/usr/src/uts/sun4u/lw2plus/io/
H A Dlombus.c575 sio_put_reg(ssp, SIO_IER, SIO_IER_STD | val); in lombus_set_irq()
591 sio_put_reg(ssp, SIO_MCR, val); in lombus_toggle_rts()
915 sio_put_reg(ssp, SIO_TXD, *--p); in lombus_cmd()
1505 sio_put_reg(ssp, SIO_LCR, SIO_LCR_STD); in lombus_hw_reset()
1529 sio_put_reg(ssp, SIO_BSR, SIO_BSR_BANK1); in lombus_hw_reset()
1530 sio_put_reg(ssp, SIO_LBGDL, 0xff); in lombus_hw_reset()
1531 sio_put_reg(ssp, SIO_LBGDH, divisor >> 8); in lombus_hw_reset()
1532 sio_put_reg(ssp, SIO_LBGDL, divisor & 0xff); in lombus_hw_reset()
1533 sio_put_reg(ssp, SIO_BSR, SIO_BSR_BANK0); in lombus_hw_reset()
1538 sio_put_reg(ssp, SIO_MCR, SIO_MCR_STD); in lombus_hw_reset()
[all …]