Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arc/lib/
H A Dcpu.c204 int subsys_type = read_aux_reg(ARC_AUX_SUBSYS_BUILD) & GENMASK(3, 0); in decode_subsystem() local
206 switch (subsys_type) { in decode_subsystem()