Searched refs:AXE_CMD_SW_PHY_SELECT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/net/ |
H A D | if_axe.c | 657 axe_cmd(sc, AXE_CMD_SW_PHY_SELECT, 0, 0, NULL); in axe_ax88178_init() 671 axe_cmd(sc, AXE_CMD_SW_PHY_SELECT, 0, 0x01, NULL); in axe_ax88772_init() 692 axe_cmd(sc, AXE_CMD_SW_PHY_SELECT, 0, 0x00, NULL); in axe_ax88772_init() 709 axe_cmd(sc, AXE_CMD_SW_PHY_SELECT, 0, AXE_SW_PHY_SELECT_SS_ENB | in axe_ax88772_phywake() 718 axe_cmd(sc, AXE_CMD_SW_PHY_SELECT, 0, AXE_SW_PHY_SELECT_SS_ENB | in axe_ax88772_phywake()
|
H A D | if_axereg.h | 93 #define AXE_CMD_SW_PHY_SELECT 0x0122 macro
|