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

/linux-master/drivers/misc/
H A Dsmpro-misc.c29 u32 bootstage; local
43 ret = regmap_read(misc->regmap, BOOTSTAGE, &bootstage);
47 boot_stage = (bootstage >> 8) & 0xff;
60 ret = regmap_write(misc->regmap, BOOTSTAGE, ((bootstage & 0xff00) | 0x1));
65 boot_progress[0] = bootstage;
/linux-master/drivers/bluetooth/
H A Dhci_bcm4377.c532 * bootstage: Current value of the bootstage
543 * event: Event for changed bootstage or rti_status; used for booting firmware
562 u32 bootstage; member in struct:bcm4377_data
831 u32 bootstage, rti_status; local
833 bootstage = ioread32(bcm4377->bar2 + BCM4377_BAR2_BOOTSTAGE);
836 if (bootstage != bcm4377->bootstage ||
839 "bootstage = %d -> %d, rti state = %d -> %d\n",
840 bcm4377->bootstage, bootstag
1815 u32 bootstage, rti_status; local
[all...]

Completed in 189 milliseconds