Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dfw.h179 #define WIL_FW_GW_CTL_BUSY BIT(29) /* gateway busy performing operation */ macro
H A Dfw_inc.c411 } while (readl(gwa_ctl) & WIL_FW_GW_CTL_BUSY); /* gw done? */ in gw_write()