Searched defs:sio_put_reg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm.c77 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) function
271 sio_put_reg(rcs, SIO_IER, SIO_IER_STD | val);
457 sio_put_reg(rcs, SIO_TXD, *p++);
495 sio_put_reg(rcs, SIO_FCR, SIO_FCR_RXSR | SIO_FCR_TXSR);
496 sio_put_reg(rcs, SIO_LCR, SIO_LCR_STD);
523 sio_put_reg(rcs, SIO_BSR, SIO_BSR_BANK1);
524 sio_put_reg(rcs, SIO_LBGDL, 0xff);
525 sio_put_reg(rcs, SIO_LBGDH, divisor >> 8);
526 sio_put_reg(rc
[all...]
/illumos-gate/usr/src/uts/sun4u/lw2plus/io/
H A Dlombus.c419 sio_put_reg(struct lombus_state *ssp, uint_t reg, uint8_t val) function
421 lombus_trace(ssp, 'P', "sio_put_reg", "REG[%d] <- $%02x", reg, val);
575 sio_put_reg(ssp, SIO_IER, SIO_IER_STD | val);
591 sio_put_reg(ssp, SIO_MCR, val);
915 sio_put_reg(ssp, SIO_TXD, *--p);
1504 sio_put_reg(ssp, SIO_FCR, SIO_FCR_RXSR | SIO_FCR_TXSR);
1505 sio_put_reg(ssp, SIO_LCR, SIO_LCR_STD);
1529 sio_put_reg(ssp, SIO_BSR, SIO_BSR_BANK1);
1530 sio_put_reg(ssp, SIO_LBGDL, 0xff);
1531 sio_put_reg(ss
[all...]

Completed in 48 milliseconds