Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c2771 #define TG3_GPIO_MSG_NEED_VAUX 0x00000002 macro
2773 TG3_GPIO_MSG_NEED_VAUX)
2781 ((TG3_GPIO_MSG_NEED_VAUX << 0) | \
2782 (TG3_GPIO_MSG_NEED_VAUX << 4) | \
2783 (TG3_GPIO_MSG_NEED_VAUX << 8) | \
2784 (TG3_GPIO_MSG_NEED_VAUX << 12))
2944 msg = TG3_GPIO_MSG_NEED_VAUX; in tg3_frob_aux_power_5717()