Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c1026 intf_mask |= ASP_CTRL_CLOCK_CTRL_ASP_TX_DISABLE | in bcmasp_core_clock_set_intf()
1033 intf_mask |= ASP_CTRL_CLOCK_CTRL_ASP_TX_DISABLE | in bcmasp_core_clock_set_intf()
1385 bcmasp_core_clock_set(priv, 0, ASP_CTRL_CLOCK_CTRL_ASP_TX_DISABLE); in bcmasp_suspend()
H A Dbcmasp.h147 #define ASP_CTRL_CLOCK_CTRL_ASP_TX_DISABLE BIT(0) macro