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

/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c2350 ddi_acc_handle_t ioh; local
2387 &ioh);
2394 cachelsz = ddi_get8(ioh, (uint8_t *)(regs + PCI_CONF_CACHE_LINESZ));
2399 vendor_id = ddi_get16(ioh,
2401 device_id = ddi_get16(ioh,
2412 ddi_put16(ioh, (uint16_t *)((uintptr_t)regs + PCI_CONF_COMM), command);
2416 ddi_put8(ioh, (uint8_t *)(regs + PCI_CONF_LATENCY_TIMER), 0xa8);
2417 ddi_put8(ioh, (uint8_t *)(regs + PCI_CONF_ILINE), 0x10);
2418 ddi_regs_map_free(&ioh);

Completed in 90 milliseconds