Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c2789 #define TG3_GPIO_MSG_DRVR_PRES 0x00000001 macro
2791 #define TG3_GPIO_MSG_MASK (TG3_GPIO_MSG_DRVR_PRES | \
2794 ((TG3_GPIO_MSG_DRVR_PRES << 0) | \
2795 (TG3_GPIO_MSG_DRVR_PRES << 4) | \
2796 (TG3_GPIO_MSG_DRVR_PRES << 8) | \
2797 (TG3_GPIO_MSG_DRVR_PRES << 12))
2839 tg3_set_function_status(tp, TG3_GPIO_MSG_DRVR_PRES); in tg3_pwrsrc_switch_to_vmain()