Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c397 umac_wl(intf, UMC_CMD_SW_RESET, UMC_CMD); in umac_reset()
421 if (reg & UMC_CMD_SW_RESET) in umac_enable_set()
671 if (reg & UMC_CMD_SW_RESET) { in bcmasp_adj_link()
672 reg &= ~UMC_CMD_SW_RESET; in bcmasp_adj_link()
1328 if (reg & UMC_CMD_SW_RESET) in bcmasp_suspend_to_wol()
1329 reg &= ~UMC_CMD_SW_RESET; in bcmasp_suspend_to_wol()
H A Dbcmasp_intf_defs.h23 #define UMC_CMD_SW_RESET BIT(13) macro