Searched refs:URCSTS_HALTED (Results 1 – 2 of 2) sorted by relevance
109 if (le_readl(whcrc->rc_base + URCSTS) & URCSTS_HALTED) { in whcrc_cmd()317 if (whci_wait_for(dev, whcrc->rc_base + URCSTS, URCSTS_HALTED, 0, in whcrc_start_rc()344 URCSTS_HALTED, URCSTS_HALTED, 100, "radio controller stop"); in whcrc_stop_rc()
65 # define URCSTS_HALTED (1 << 16) /* RC halted */ macro