Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Dmips_cmgcr.c144 current_vps->reset_base = data & GCR_CL_RESET_BASE_MSK; in gcr_write()
149 other_vps->reset_base = data & GCR_CL_RESET_BASE_MSK; in gcr_write()
199 s->vps[i].reset_base = 0xBFC00000 & GCR_CL_RESET_BASE_MSK; in mips_gcr_reset()
/qemu/include/hw/misc/
H A Dmips_cmgcr.h66 #define GCR_CL_RESET_BASE_MSK GCR_CL_RESET_BASE_RESETBASE_MSK macro