Lines Matching refs:d_handle
5408 &pp->uh.ebus.d_handle) != DDI_SUCCESS) { in pc87332_map_regs()
5426 if (pp->uh.ebus.d_handle) { in pc87332_unmap_regs()
5427 ddi_regs_map_free(&pp->uh.ebus.d_handle); in pc87332_unmap_regs()
5655 AND_SET_LONG_R(pp->uh.ebus.d_handle, in cheerio_mask_intr()
5663 OR_SET_LONG_R(pp->uh.ebus.d_handle, in cheerio_unmask_intr()
5694 AND_SET_LONG_R(pp->uh.ebus.d_handle, &pp->uh.ebus.dmac->csr, in cheerio_dma_stop()
5698 OR_SET_LONG_R(pp->uh.ebus.d_handle, &pp->uh.ebus.dmac->csr, in cheerio_dma_stop()
5766 &pp->uh.m1553.d_handle) != DDI_SUCCESS) { in m1553_map_regs()
5795 if (pp->uh.m1553.d_handle) { in m1553_unmap_regs()
5796 ddi_regs_map_free(&pp->uh.m1553.d_handle); in m1553_unmap_regs()
6090 ddi_put16(pp->uh.m1553.d_handle, p, addr & 0xFFFF); in dma8237_write_addr()
6141 rval16 = ddi_get16(pp->uh.m1553.d_handle, p); in dma8237_read_addr()
6180 ddi_put16(pp->uh.m1553.d_handle, p, count & 0xFFFF); in dma8237_write_count()
6212 return (ddi_get16(pp->uh.m1553.d_handle, p)); in dma8237_read_count()
6219 ddi_put8(pp->uh.m1553.d_handle, in dma8237_write()
6226 return (ddi_get8(pp->uh.m1553.d_handle, in dma8237_read()