Symbol: sio_put_reg
usr/src/uts/sun4u/io/rmc_comm.c
271
sio_put_reg(rcs, SIO_IER, SIO_IER_STD | val);
usr/src/uts/sun4u/io/rmc_comm.c
457
sio_put_reg(rcs, SIO_TXD, *p++);
usr/src/uts/sun4u/io/rmc_comm.c
495
sio_put_reg(rcs, SIO_FCR, SIO_FCR_RXSR | SIO_FCR_TXSR);
usr/src/uts/sun4u/io/rmc_comm.c
496
sio_put_reg(rcs, SIO_LCR, SIO_LCR_STD);
usr/src/uts/sun4u/io/rmc_comm.c
523
sio_put_reg(rcs, SIO_BSR, SIO_BSR_BANK1);
usr/src/uts/sun4u/io/rmc_comm.c
524
sio_put_reg(rcs, SIO_LBGDL, 0xff);
usr/src/uts/sun4u/io/rmc_comm.c
525
sio_put_reg(rcs, SIO_LBGDH, divisor >> 8);
usr/src/uts/sun4u/io/rmc_comm.c
526
sio_put_reg(rcs, SIO_LBGDL, divisor & 0xff);
usr/src/uts/sun4u/io/rmc_comm.c
527
sio_put_reg(rcs, SIO_BSR, SIO_BSR_BANK0);
usr/src/uts/sun4u/io/rmc_comm.c
532
sio_put_reg(rcs, SIO_MCR, SIO_MCR_STD);
usr/src/uts/sun4u/io/rmc_comm.c
533
sio_put_reg(rcs, SIO_FCR, SIO_FCR_STD);
usr/src/uts/sun4u/io/rmc_comm.c
77
static void sio_put_reg(struct rmc_comm_state *, uint_t, uint8_t);
usr/src/uts/sun4u/lw2plus/io/lombus.c
1504
sio_put_reg(ssp, SIO_FCR, SIO_FCR_RXSR | SIO_FCR_TXSR);
usr/src/uts/sun4u/lw2plus/io/lombus.c
1505
sio_put_reg(ssp, SIO_LCR, SIO_LCR_STD);
usr/src/uts/sun4u/lw2plus/io/lombus.c
1529
sio_put_reg(ssp, SIO_BSR, SIO_BSR_BANK1);
usr/src/uts/sun4u/lw2plus/io/lombus.c
1530
sio_put_reg(ssp, SIO_LBGDL, 0xff);
usr/src/uts/sun4u/lw2plus/io/lombus.c
1531
sio_put_reg(ssp, SIO_LBGDH, divisor >> 8);
usr/src/uts/sun4u/lw2plus/io/lombus.c
1532
sio_put_reg(ssp, SIO_LBGDL, divisor & 0xff);
usr/src/uts/sun4u/lw2plus/io/lombus.c
1533
sio_put_reg(ssp, SIO_BSR, SIO_BSR_BANK0);
usr/src/uts/sun4u/lw2plus/io/lombus.c
1538
sio_put_reg(ssp, SIO_MCR, SIO_MCR_STD);
usr/src/uts/sun4u/lw2plus/io/lombus.c
1539
sio_put_reg(ssp, SIO_FCR, SIO_FCR_STD);
usr/src/uts/sun4u/lw2plus/io/lombus.c
575
sio_put_reg(ssp, SIO_IER, SIO_IER_STD | val);
usr/src/uts/sun4u/lw2plus/io/lombus.c
591
sio_put_reg(ssp, SIO_MCR, val);
usr/src/uts/sun4u/lw2plus/io/lombus.c
915
sio_put_reg(ssp, SIO_TXD, *--p);