Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dfsl_portals.c76 void inhibit_portals(void __iomem *addr, int max_portals, in inhibit_portals() argument
86 if (max_portals > arch_max_portals) { in inhibit_portals()
88 max_portals = arch_max_portals; in inhibit_portals()
91 for (i = 0; i < max_portals; i++) { in inhibit_portals()
/openbmc/u-boot/include/
H A Dfsl_qbman.h10 void inhibit_portals(void __iomem *addr, int max_portals,