Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A Dax88179_178a.c22 #define AX_INT_PPLS_LINK ((u32)BIT(16)) macro
325 link = (((__force u32)event->intdata1) & AX_INT_PPLS_LINK) >> 16; in ax88179_status()
/openbmc/u-boot/drivers/usb/eth/
H A Dasix88179.c24 #define AX_INT_PPLS_LINK (1 << 16) macro