Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wlan.c663 u32 reg, clk_status_reg, trials = 0; in chip_wakeup() local
693 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()