Searched refs:stk_compat (Results 1 – 2 of 2) sorted by relevance
316 _FDT((fdt_setprop(fdt, stk_offset, "compatible", pecc->stk_compat, in pnv_pec_dt_xscom()363 static const char stk_compat[] = "ibm,power9-phb-stack"; in pnv_pec_class_init() local378 pecc->stk_compat = stk_compat; in pnv_pec_class_init()379 pecc->stk_compat_size = sizeof(stk_compat); in pnv_pec_class_init()426 static const char stk_compat[] = "ibm,power10-phb-stack"; in pnv_phb5_pec_class_init() local435 pecc->stk_compat = stk_compat; in pnv_phb5_pec_class_init()436 pecc->stk_compat_size = sizeof(stk_compat); in pnv_phb5_pec_class_init()
210 const char *stk_compat; member