Home
last modified time | relevance | path

Searched refs:sio_handle (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm.c207 ddi_put8(rcs->sd_state.sio_handle, in sio_put_reg()
209 ddi_put8(rcs->sd_state.sio_handle, in sio_put_reg()
212 (void) ddi_get8(rcs->sd_state.sio_handle, in sio_put_reg()
222 if (rcs->sd_state.sio_handle && !rcs->sd_state.sio_fault) in sio_get_reg()
223 val = ddi_get8(rcs->sd_state.sio_handle, in sio_get_reg()
542 if (rcs->sd_state.sio_handle != NULL) in rmc_comm_offline()
543 ddi_regs_map_free(&rcs->sd_state.sio_handle); in rmc_comm_offline()
544 rcs->sd_state.sio_handle = NULL; in rmc_comm_offline()
568 rcs->sd_state.sio_handle = h; in rmc_comm_online()
650 if (rcs->sd_state.sio_handle != NULL) { in rmc_comm_serdev_init()
[all …]
/illumos-gate/usr/src/uts/sun4u/lw2plus/io/
H A Dlombus.c262 ddi_acc_handle_t sio_handle; member
423 if (ssp->sio_handle != NULL && !ssp->sio_fault) { in sio_put_reg()
450 ddi_put8(ssp->sio_handle, ssp->sio_regs + reg, val); in sio_put_reg()
462 if (ssp->sio_handle && !ssp->sio_fault) in sio_get_reg()
463 val = ddi_get8(ssp->sio_handle, ssp->sio_regs + reg); in sio_get_reg()
1550 if (ssp->sio_handle != NULL) in lombus_offline()
1551 ddi_regs_map_free(&ssp->sio_handle); in lombus_offline()
1552 ssp->sio_handle = NULL; in lombus_offline()
1580 ssp->sio_handle = h; in lombus_online()
2015 if (ssp->sio_handle != NULL) in lombus_unattach()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm.h113 ddi_acc_handle_t sio_handle; member