Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/cadence/
H A Dmacb.h665 #define MACB_CAPS_MACB_IS_GEM 0x80000000 macro
1296 return !!(bp->caps & MACB_CAPS_MACB_IS_GEM); in macb_is_gem()
H A Dmacb_main.c3563 bp->caps |= MACB_CAPS_MACB_IS_GEM; in macb_configure_caps()