Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/cadence/
Dmacb.h728 #define MACB_CAPS_MACB_IS_GEM 0x80000000 macro
1376 return !!(bp->caps & MACB_CAPS_MACB_IS_GEM); in macb_is_gem()
Dmacb_main.c3802 bp->caps |= MACB_CAPS_MACB_IS_GEM; in macb_configure_caps()