Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/broadcom/asp2/
Dbcmasp_intf_defs.h9 #define UMC_CMD_RX_EN BIT(1) macro
Dbcmasp_intf.c902 umac_enable_set(intf, UMC_CMD_RX_EN, 0); in bcmasp_netif_deinit()
1062 umac_enable_set(intf, (UMC_CMD_RX_EN | UMC_CMD_TX_EN), 0); in bcmasp_netif_init()
1084 umac_enable_set(intf, (UMC_CMD_RX_EN | UMC_CMD_TX_EN), 1); in bcmasp_netif_init()
1322 umac_enable_set(intf, UMC_CMD_RX_EN, 1); in bcmasp_suspend_to_wol()