Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/patman/test/
H A D0001-pci-Correct-cast-for-sandbox.patch43 is_io ? "I/O" : "MEM",
/rk3399_rockchip-uboot/cmd/
H A Dpci.c66 bool is_64, is_io; in pci_bar_show() local
105 is_io = base_low & PCI_BASE_ADDRESS_SPACE_IO; in pci_bar_show()
126 is_io ? "I/O" : "MEM", in pci_bar_show()