Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c900 const __be32 *tokp; in rtas_token() local
918 tokp = of_get_property(rtas.dev, service, NULL); in rtas_token()
919 return tokp ? be32_to_cpu(*tokp) : RTAS_UNKNOWN_SERVICE; in rtas_token()