Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/alpha/pci/
H A Dpci_swiz_bus_io_chipdep.c643 register bus_space_handle_t tmpioh; in __C() local
650 tmpioh = ioh + off; in __C()
651 offset = tmpioh & 3; in __C()
652 port = (uint32_t *)((tmpioh << CHIP_ADDR_SHIFT) | in __C()
663 register bus_space_handle_t tmpioh; in __C() local
670 tmpioh = ioh + off; in __C()
671 offset = tmpioh & 3; in __C()
672 port = (uint32_t *)((tmpioh << CHIP_ADDR_SHIFT) | in __C()
683 register bus_space_handle_t tmpioh; in __C() local
689 tmpioh = ioh + off; in __C()
[all …]