Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/kernel/
Drtas.c984 const __be32 *tokp; in rtas_token() local
1002 tokp = of_get_property(rtas.dev, service, NULL); in rtas_token()
1003 return tokp ? be32_to_cpu(*tokp) : RTAS_UNKNOWN_SERVICE; in rtas_token()