Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr_drc.c113 drc->ccs_depth = 0; in drc_unisolate_physical()
195 drc->ccs_depth = 0; in drc_unisolate_logical()
454 drc->ccs_depth = 0; in spapr_drc_reset()
458 drc->ccs_depth = -1; in spapr_drc_reset()
1215 drc->ccs_depth = 0; in rtas_ibm_configure_connector()
1228 drc->ccs_depth++; in rtas_ibm_configure_connector()
1238 drc->ccs_depth--; in rtas_ibm_configure_connector()
1239 if (drc->ccs_depth == 0) { in rtas_ibm_configure_connector()
1248 drc->ccs_depth = 0; in rtas_ibm_configure_connector()
/qemu/include/hw/ppc/
H A Dspapr_drc.h183 int ccs_depth; member