Searched refs:bootstage (Results 1 – 2 of 2) sorted by relevance
29 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()
542 * bootstage: Current value of the bootstage553 * event: Event for changed bootstage or rti_status; used for booting firmware572 u32 bootstage; member 841 u32 bootstage, rti_status; in bcm4377_irq() local 843 bootstage = ioread32(bcm4377->bar2 + bcm4377->hw->bar2_offset + BCM4377_BAR2_BOOTSTAGE); in bcm4377_irq() 846 if (bootstage != bcm4377->bootstage || in bcm4377_irq() 849 "bootstage = %d -> %d, rti state = %d -> %d\n", in bcm4377_irq() 850 bcm4377->bootstage, bootstag in bcm4377_irq() 1833 u32 bootstage, rti_status; bcm4377_boot() local [all...]