Searched refs:i_handle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h122 ddi_acc_handle_t i_handle; member in struct:ecppunit
247 _NOTE(DATA_READABLE_WITHOUT_LOCK(ecppunit::i_handle))
413 #define DSR_READ(pp) PP_GETB((pp)->i_handle, &(pp)->i_reg->dsr)
414 #define DCR_READ(pp) PP_GETB((pp)->i_handle, &(pp)->i_reg->dcr)
417 #define DATAR_READ(pp) PP_GETB((pp)->i_handle, &(pp)->i_reg->ir.datar)
423 #define DCR_WRITE(pp, val) PP_PUTB((pp)->i_handle, &(pp)->i_reg->dcr, val)
427 PP_PUTB((pp)->i_handle, &(pp)->i_reg->ir.datar, val)
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c5391 sizeof (struct info_reg), &acc_attr, &pp->i_handle)
5427 if (pp->i_handle) {
5428 ddi_regs_map_free(&pp->i_handle);
5770 sizeof (struct info_reg), &acc_attr, &pp->i_handle)
5796 if (pp->i_handle) {
5797 ddi_regs_map_free(&pp->i_handle);
5811 sizeof (struct info_reg), &acc_attr, &pp->i_handle)
5836 if (pp->i_handle) {
5837 ddi_regs_map_free(&pp->i_handle);

Completed in 70 milliseconds