Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dmips_cmgcr.h45 #define GCR_L2_CONFIG_BYPASS_MSK ((0x1ULL) << GCR_L2_CONFIG_BYPASS_SHF) macro
/openbmc/qemu/hw/misc/
H A Dmips_cmgcr.c98 return GCR_L2_CONFIG_BYPASS_MSK; in gcr_read()