Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
Dif_mskreg.h837 #define Y2_IS_IRQ_MAC2 BIT_11 /* Interrupt from MAC 2 */ macro
857 #define Y2_IS_PORT_B (Y2_IS_IRQ_PHY2 | Y2_IS_IRQ_MAC2 | Y2_IS_CHK_TXA2 | Y2_…
Dif_msk.c2383 if ((Status & Y2_IS_IRQ_MAC2) != 0 && sc_if1 != NULL) { in msk_intr()