Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Drtas.c325 const __be32 *tokp; in rtas_token() local
328 tokp = of_get_property(rtas.dev, service, NULL); in rtas_token()
329 return tokp ? be32_to_cpu(*tokp) : RTAS_UNKNOWN_SERVICE; in rtas_token()