Searched refs:bootstage (Results 1 – 2 of 2) sorted by relevance
29 u32 bootstage; in boot_progress_show() local43 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()
572 u32 bootstage; member841 u32 bootstage, rti_status; in bcm4377_irq() local846 if (bootstage != bcm4377->bootstage || in bcm4377_irq()850 bcm4377->bootstage, bootstage, bcm4377->rti_status, in bcm4377_irq()853 bcm4377->bootstage = bootstage; in bcm4377_irq()1833 u32 bootstage, rti_status; in bcm4377_boot() local1838 if (bootstage != 0) { in bcm4377_boot()1840 bootstage); in bcm4377_boot()1889 if (bcm4377->bootstage != 2) { in bcm4377_boot()1891 bcm4377->bootstage); in bcm4377_boot()[all …]
Completed in 21 milliseconds