Searched refs:sio_put_reg (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | rmc_comm.c | 77 static void sio_put_reg(struct rmc_comm_state *, uint_t, uint8_t); 176 sio_put_reg(struct rmc_comm_state *rcs, uint_t reg, uint8_t val) in sio_put_reg() function 271 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() [all …]
|
/titanic_44/usr/src/uts/sun4u/lw2plus/io/ |
H A D | lombus.c | 419 sio_put_reg(struct lombus_state *ssp, uint_t reg, uint8_t val) in sio_put_reg() function 575 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() 1504 sio_put_reg(ssp, SIO_FCR, SIO_FCR_RXSR | SIO_FCR_TXSR); in lombus_hw_reset() 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() [all …]
|