Searched refs:clk_status_reg (Results 1 – 1 of 1) sorted by relevance
663 u32 reg, clk_status_reg, trials = 0; in chip_wakeup() local693 g_wlan.hif_func.hif_read_reg(0xf1, &clk_status_reg); in chip_wakeup()698 while (((clk_status_reg & 0x1) == 0) && (((++trials) % 3) == 0)) { in chip_wakeup()704 g_wlan.hif_func.hif_read_reg(0xf1, &clk_status_reg); in chip_wakeup()706 if ((clk_status_reg & 0x1) == 0) in chip_wakeup()711 if ((clk_status_reg & 0x1) == 0) { in chip_wakeup()716 } while ((clk_status_reg & 0x1) == 0); in chip_wakeup()