Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Dmips_cmgcr.c154 if ((data & GCR_CL_OTHER_MSK) < gcr->num_vps) { in gcr_write()
155 current_vps->other = data & GCR_CL_OTHER_MSK; in gcr_write()
159 if ((data & GCR_CL_OTHER_MSK) < gcr->num_vps) { in gcr_write()
160 other_vps->other = data & GCR_CL_OTHER_MSK; in gcr_write()
/qemu/include/hw/misc/
H A Dmips_cmgcr.h62 #define GCR_CL_OTHER_MSK GCR_CL_OTHER_VPOTHER_MSK macro