Searched refs:UMC_CMD_SW_RESET (Results 1 – 2 of 2) sorted by relevance
393 umac_wl(intf, UMC_CMD_SW_RESET, UMC_CMD); in umac_reset()417 if (reg & UMC_CMD_SW_RESET) in umac_enable_set()667 if (reg & UMC_CMD_SW_RESET) { in bcmasp_adj_link()668 reg &= ~UMC_CMD_SW_RESET; in bcmasp_adj_link()1337 if (reg & UMC_CMD_SW_RESET) in bcmasp_suspend_to_wol()1338 reg &= ~UMC_CMD_SW_RESET; in bcmasp_suspend_to_wol()
23 #define UMC_CMD_SW_RESET BIT(13) macro