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

/openbsd-current/sys/arch/alpha/pci/
H A Dpci_swiz_bus_io_chipdep.c503 register bus_space_handle_t tmpioh; variable
510 tmpioh = ioh + off;
511 offset = tmpioh & 3;
512 port = (u_int32_t *)((tmpioh << 5) | (0 << 3));
525 register bus_space_handle_t tmpioh; variable
532 tmpioh = ioh + off;
533 offset = tmpioh & 3;
534 port = (u_int32_t *)((tmpioh << 5) | (1 << 3));
547 register bus_space_handle_t tmpioh; variable
554 tmpioh
624 register bus_space_handle_t tmpioh; variable
643 register bus_space_handle_t tmpioh; variable
662 register bus_space_handle_t tmpioh; variable
[all...]
/openbsd-current/sys/dev/pci/
H A Dglxpcib.c286 bus_space_handle_t tmpioh; local
401 MSR_PMS_SIZE, 0, &tmpioh)) {
402 bus_space_write_4(pa->pa_iot, tmpioh, AMD5536_PMS_SSC,
404 bus_space_barrier(pa->pa_iot, tmpioh, AMD5536_PMS_SSC, 4,
406 bus_space_unmap(pa->pa_iot, tmpioh, MSR_PMS_SIZE);

Completed in 167 milliseconds