Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.S38 ! pci_do_phys_peek: Do physical address read.
52 ENTRY(pci_do_phys_peek) function
101 SET_SIZE(pci_do_phys_peek)
H A Dpci_tools.c118 extern int pci_do_phys_peek(size_t, uint64_t, uint64_t *, int);
153 err = pci_do_phys_peek(size, paddr, &peek_value.u64, type); in pcitool_phys_peek()