Home
last modified time | relevance | path

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

/titanic_50/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)
/titanic_50/usr/src/uts/common/io/
H A Decpp.c5391 sizeof (struct info_reg), &acc_attr, &pp->i_handle) in pc87332_map_regs()
5427 if (pp->i_handle) { in pc87332_unmap_regs()
5428 ddi_regs_map_free(&pp->i_handle); in pc87332_unmap_regs()
5770 sizeof (struct info_reg), &acc_attr, &pp->i_handle) in m1553_map_regs()
5796 if (pp->i_handle) { in m1553_unmap_regs()
5797 ddi_regs_map_free(&pp->i_handle); in m1553_unmap_regs()
5811 sizeof (struct info_reg), &acc_attr, &pp->i_handle) in x86_map_regs()
5836 if (pp->i_handle) { in x86_unmap_regs()
5837 ddi_regs_map_free(&pp->i_handle); in x86_unmap_regs()