Searched refs:GMAC_DCFGR_DRBS_Pos (Results 1 – 2 of 2) sorted by relevance
254 #define GMAC_DCFGR_DRBS_Pos 16 macro255 #define GMAC_DCFGR_DRBS_Msk ( 0xffu << GMAC_DCFGR_DRBS_Pos ) /**< \brief (GMAC_DCFGR) DM…256 #define GMAC_DCFGR_DRBS( value ) ( ( GMAC_DCFGR_DRBS_Msk & ( ( value ) << GMAC_DCFGR_DRBS_Pos ) …
459 ulValue |= ( GMAC_RX_UNITSIZE / 64 ) << GMAC_DCFGR_DRBS_Pos; in gmac_dev_init()