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

/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c2769 #define TG3_GPIO_MSG_DRVR_PRES 0x00000001 macro
2771 #define TG3_GPIO_MSG_MASK (TG3_GPIO_MSG_DRVR_PRES | \
2774 ((TG3_GPIO_MSG_DRVR_PRES << 0) | \
2775 (TG3_GPIO_MSG_DRVR_PRES << 4) | \
2776 (TG3_GPIO_MSG_DRVR_PRES << 8) | \
2777 (TG3_GPIO_MSG_DRVR_PRES << 12))
2819 tg3_set_function_status(tp, TG3_GPIO_MSG_DRVR_PRES);

Completed in 135 milliseconds