Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dpci_64.c226 SYSCALL_DEFINE3(pciconfig_iobase, long, which, unsigned long, in_bus, in SYSCALL_DEFINE3() argument
238 if (in_bus == 0 && of_machine_is_compatible("MacRISC4")) { in SYSCALL_DEFINE3()
243 in_bus = 0xf0; in SYSCALL_DEFINE3()
252 if (in_bus >= tmp_bus->number && in SYSCALL_DEFINE3()
253 in_bus <= tmp_bus->busn_res.end) { in SYSCALL_DEFINE3()