Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/cadence/
Dmacb.h743 #define MACB_CAPS_MACB_IS_GEM 0x80000000 macro
1378 return !!(bp->caps & MACB_CAPS_MACB_IS_GEM); in macb_is_gem()
Dmacb_main.c3901 bp->caps |= MACB_CAPS_MACB_IS_GEM; in macb_configure_caps()