Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dmips_cmgcr.h65 #define GCR_CL_RESET_BASE_RESETBASE_MSK 0xFFFFF000U macro
66 #define GCR_CL_RESET_BASE_MSK GCR_CL_RESET_BASE_RESETBASE_MSK
/openbmc/qemu/hw/misc/
H A Dmips_cmgcr.c123 return (int32_t)(vps->reset_base & GCR_CL_RESET_BASE_RESETBASE_MSK); in get_exception_base()