Searched refs:of_call_prom_ret (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/powerpc/boot/ |
D | oflib.c | 55 static int of_call_prom_ret(const char *service, int nargs, int nret, in of_call_prom_ret() function 157 ret = of_call_prom_ret("call-method", 5, 2, &result, "claim", memory, in of_claim() 161 ret = of_call_prom_ret("call-method", 5, 2, &result, "claim", chosen_mmu, in of_claim()
|