Searched refs:sio_get_reg (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | rmc_comm.c | 78 static uint8_t sio_get_reg(struct rmc_comm_state *, uint_t); 218 sio_get_reg(struct rmc_comm_state *rcs, uint_t reg) in sio_get_reg() function 258 status = sio_get_reg(rcs, SIO_LSR); in sio_data_ready() 367 data = sio_get_reg(rcs, SIO_RXD); in rmc_comm_serdev_receive() 452 status = sio_get_reg(rcs, SIO_LSR); in rmc_comm_serdev_send() 455 status = sio_get_reg(rcs, SIO_LSR); in rmc_comm_serdev_send() 471 status = sio_get_reg(rcs, SIO_LSR); in rmc_comm_serdev_drain() 474 status = sio_get_reg(rcs, SIO_LSR); in rmc_comm_serdev_drain()
|
/illumos-gate/usr/src/uts/sun4u/lw2plus/io/ |
H A D | lombus.c | 458 sio_get_reg(struct lombus_state *ssp, uint_t reg) in sio_get_reg() function 499 status = sio_get_reg(ssp, SIO_LSR); in sio_data_ready() 519 status = sio_get_reg(ssp, SIO_MSR); in sio_lom_ready() 546 status = sio_get_reg(ssp, SIO_EIR); 587 val = sio_get_reg(ssp, SIO_MCR); in lombus_toggle_rts() 668 data = sio_get_reg(ssp, SIO_RXD); in lombus_receive()
|