Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/sandbox/lib/
Dpci_io.c73 static int pci_io_write(unsigned int addr, ulong value, pci_size_t size) in pci_io_write() function
126 pci_io_write(addr, value, PCI_SIZE_32); in _outl()
131 pci_io_write(addr, value, PCI_SIZE_16); in _outw()
136 pci_io_write(addr, value, PCI_SIZE_8); in _outb()