Searched refs:BOOTSTAGE (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/misc/
H A Dsmpro-errmon.c50 #define BOOTSTAGE 0xB0 macro
483 ret = regmap_read(errmon->regmap, BOOTSTAGE, &data);
H A Dsmpro-misc.c13 #define BOOTSTAGE 0xB0 macro
43 ret = regmap_read(misc->regmap, BOOTSTAGE, &bootstage);
60 ret = regmap_write(misc->regmap, BOOTSTAGE, ((bootstage & 0xff00) | 0x1));

Completed in 295 milliseconds