Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dsmpro-misc.c29 u32 bootstage; in boot_progress_show() local
43 ret = regmap_read(misc->regmap, BOOTSTAGE, &bootstage); in boot_progress_show()
47 boot_stage = (bootstage >> 8) & 0xff; in boot_progress_show()
60 ret = regmap_write(misc->regmap, BOOTSTAGE, ((bootstage & 0xff00) | 0x1)); in boot_progress_show()
65 boot_progress[0] = bootstage; in boot_progress_show()