Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dsmpro-misc.c12 #define BOOTSTAGE 0xB0 macro
42 ret = regmap_read(misc->regmap, BOOTSTAGE, &bootstage); in boot_progress_show()
59 ret = regmap_write(misc->regmap, BOOTSTAGE, ((bootstage & 0xff00) | 0x1)); in boot_progress_show()
H A Dsmpro-errmon.c49 #define BOOTSTAGE 0xB0 macro
482 ret = regmap_read(errmon->regmap, BOOTSTAGE, &data); in smpro_dimm_syndrome_read()