Lines Matching refs:d_handle
5406 &pp->uh.ebus.d_handle) != DDI_SUCCESS) { in pc87332_map_regs()
5424 if (pp->uh.ebus.d_handle) { in pc87332_unmap_regs()
5425 ddi_regs_map_free(&pp->uh.ebus.d_handle); in pc87332_unmap_regs()
5653 AND_SET_LONG_R(pp->uh.ebus.d_handle, in cheerio_mask_intr()
5661 OR_SET_LONG_R(pp->uh.ebus.d_handle, in cheerio_unmask_intr()
5692 AND_SET_LONG_R(pp->uh.ebus.d_handle, &pp->uh.ebus.dmac->csr, in cheerio_dma_stop()
5696 OR_SET_LONG_R(pp->uh.ebus.d_handle, &pp->uh.ebus.dmac->csr, in cheerio_dma_stop()
5764 &pp->uh.m1553.d_handle) != DDI_SUCCESS) { in m1553_map_regs()
5793 if (pp->uh.m1553.d_handle) { in m1553_unmap_regs()
5794 ddi_regs_map_free(&pp->uh.m1553.d_handle); in m1553_unmap_regs()
6088 ddi_put16(pp->uh.m1553.d_handle, p, addr & 0xFFFF); in dma8237_write_addr()
6139 rval16 = ddi_get16(pp->uh.m1553.d_handle, p); in dma8237_read_addr()
6178 ddi_put16(pp->uh.m1553.d_handle, p, count & 0xFFFF); in dma8237_write_count()
6210 return (ddi_get16(pp->uh.m1553.d_handle, p)); in dma8237_read_count()
6217 ddi_put8(pp->uh.m1553.d_handle, in dma8237_write()
6224 return (ddi_get8(pp->uh.m1553.d_handle, in dma8237_read()