Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dpci.c299 void pciinfo_header(int busnum, bool short_listing) in pciinfo_header() argument
303 if (short_listing) { in pciinfo_header()
332 static void pciinfo(struct udevice *bus, bool short_listing) in pciinfo() argument
336 pciinfo_header(bus->seq, short_listing); in pciinfo()
344 if (short_listing) { in pciinfo()