Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/uwb/
Dwhc-rc.c109 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()
/linux-4.1.27/include/linux/uwb/
Dwhci.h65 # define URCSTS_HALTED (1 << 16) /* RC halted */ macro