Home
last modified time | relevance | path

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
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.c5393 sizeof (struct info_reg), &acc_attr, &pp->i_handle) in pc87332_map_regs()
5429 if (pp->i_handle) { in pc87332_unmap_regs()
5430 ddi_regs_map_free(&pp->i_handle); in pc87332_unmap_regs()
5772 sizeof (struct info_reg), &acc_attr, &pp->i_handle) in m1553_map_regs()
5798 if (pp->i_handle) { in m1553_unmap_regs()
5799 ddi_regs_map_free(&pp->i_handle); in m1553_unmap_regs()
5813 sizeof (struct info_reg), &acc_attr, &pp->i_handle) in x86_map_regs()
5838 if (pp->i_handle) { in x86_unmap_regs()
5839 ddi_regs_map_free(&pp->i_handle); in x86_unmap_regs()