Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c2790 #define TG3_GPIO_MSG_NEED_VAUX 0x00000002 macro
2792 TG3_GPIO_MSG_NEED_VAUX)
2800 ((TG3_GPIO_MSG_NEED_VAUX << 0) | \
2801 (TG3_GPIO_MSG_NEED_VAUX << 4) | \
2802 (TG3_GPIO_MSG_NEED_VAUX << 8) | \
2803 (TG3_GPIO_MSG_NEED_VAUX << 12))
2963 msg = TG3_GPIO_MSG_NEED_VAUX; in tg3_frob_aux_power_5717()