Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A Dasix.h137 #define AX_RX_CTL_AB 0x0008 macro
146 #define AX_DEFAULT_RX_CTL (AX_RX_CTL_SO | AX_RX_CTL_AB)
H A Dax88179_178a.c60 #define AX_RX_CTL_AB 0x0008 macro
878 data->rxctl = (AX_RX_CTL_START | AX_RX_CTL_AB | AX_RX_CTL_IPE); in ax88179_set_multicast()
1637 AX_RX_CTL_AP | AX_RX_CTL_AMALL | AX_RX_CTL_AB; in ax88179_reset()
/openbmc/u-boot/drivers/usb/eth/
H A Dasix88179.c63 #define AX_RX_CTL_AB (1 << 3) macro
339 AX_RX_CTL_AP | AX_RX_CTL_AMALL | AX_RX_CTL_AB; in asix_basic_reset()
407 AX_RX_CTL_AP | AX_RX_CTL_AMALL | AX_RX_CTL_AB; in asix_init_common()
H A Dasix.c70 #define AX_RX_CTL_AB 0x0008 macro
73 (AX_RX_CTL_SO | AX_RX_CTL_AB)