Home
last modified time | relevance | path

Searched defs:prom_args (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/arch/powerpc/boot/
Doflib.c29 struct prom_args { in of_call_prom() struct
30 const char *service; in of_call_prom()
31 int nargs; in of_call_prom()
32 int nret; in of_call_prom()
33 unsigned int args[12]; in of_call_prom()
59 struct prom_args { in of_call_prom_ret() struct
60 const char *service; in of_call_prom_ret()
61 int nargs; in of_call_prom_ret()
62 int nret; in of_call_prom_ret()
63 unsigned int args[12]; in of_call_prom_ret()
/linux-3.3/arch/powerpc/kernel/
Dprom_init.c120 struct prom_args { struct
121 u32 service;
122 u32 nargs;
123 u32 nret;
124 prom_arg_t args[10];