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

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.s46 int pci_do_phys_poke(size_t size, uint64_t paddr, uint64_t *value, int type)
117 ! pci_do_phys_poke: Do physical address write.
128 ENTRY(pci_do_phys_poke) function
165 SET_SIZE(pci_do_phys_poke)
H A Dpci_tools.c119 extern int pci_do_phys_poke(size_t, uint64_t, uint64_t *, int);
184 * Safe C wrapper around assy language routine pci_do_phys_poke
226 * Call pci_do_phys_poke after trap handling is setup.
232 err = pci_do_phys_poke(size, paddr, &poke_value.u64, type);

Completed in 45 milliseconds