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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dintel_scu_ipc.c520 u32 scu_flag; member in struct:fw_update_mailbox
558 writel(0, &mailbox->scu_flag);
567 * SCU will write a status code into the Mailbox, and then set scu_flag.
572 /*Driver stalls until scu_flag is set */
573 while (readl(&mailbox->scu_flag) != 1) {
597 while (readl(&mailbox->scu_flag) == 1) {
619 while (mailbox->scu_flag == 0) {

Completed in 16 milliseconds