Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/misc/
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()
/Linux-v6.6/drivers/bluetooth/
Dhci_bcm4377.c561 u32 bootstage; member
830 u32 bootstage, rti_status; in bcm4377_irq() local
832 bootstage = ioread32(bcm4377->bar2 + BCM4377_BAR2_BOOTSTAGE); in bcm4377_irq()
835 if (bootstage != bcm4377->bootstage || in bcm4377_irq()
839 bcm4377->bootstage, bootstage, bcm4377->rti_status, in bcm4377_irq()
842 bcm4377->bootstage = bootstage; in bcm4377_irq()
1814 u32 bootstage, rti_status; in bcm4377_boot() local
1816 bootstage = ioread32(bcm4377->bar2 + BCM4377_BAR2_BOOTSTAGE); in bcm4377_boot()
1819 if (bootstage != 0) { in bcm4377_boot()
1821 bootstage); in bcm4377_boot()
[all …]