Searched refs:ptcal_stop_tok (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/powerpc/platforms/cell/ |
D | ras.c | 105 static int ptcal_start_tok, ptcal_stop_tok; variable 114 rtas_call(ptcal_stop_tok, 1, 1, NULL, nid); in cbe_ptcal_enable_on_node() 215 if (rtas_call(ptcal_stop_tok, 1, 1, NULL, area->nid)) { in cbe_ptcal_disable() 301 ptcal_stop_tok = rtas_token("ibm,cbe-stop-ptcal"); in cbe_ptcal_init() 304 || ptcal_stop_tok == RTAS_UNKNOWN_SERVICE) in cbe_ptcal_init()
|