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

/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm.c78 static uint8_t sio_get_reg(struct rmc_comm_state *, uint_t);
218 sio_get_reg(struct rmc_comm_state *rcs, uint_t reg) function
258 status = sio_get_reg(rcs, SIO_LSR);
367 data = sio_get_reg(rcs, SIO_RXD);
452 status = sio_get_reg(rcs, SIO_LSR);
455 status = sio_get_reg(rcs, SIO_LSR);
471 status = sio_get_reg(rcs, SIO_LSR);
474 status = sio_get_reg(rcs, SIO_LSR);
/illumos-gate/usr/src/uts/sun4u/lw2plus/io/
H A Dlombus.c458 sio_get_reg(struct lombus_state *ssp, uint_t reg) function
467 lombus_trace(ssp, 'G', "sio_get_reg", "$%02x <- REG[%d]", val, reg);
499 status = sio_get_reg(ssp, SIO_LSR);
519 status = sio_get_reg(ssp, SIO_MSR);
546 status = sio_get_reg(ssp, SIO_EIR);
587 val = sio_get_reg(ssp, SIO_MCR);
668 data = sio_get_reg(ssp, SIO_RXD);

Completed in 54 milliseconds