Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/ti/
Ddavinci_emac.c288 #define EMAC_DM646X_INTPRESCALE_MASK (0x7FF << 0) macro
450 addnl_dvdr = EMAC_DM646X_INTPRESCALE_MASK / prescale; in emac_set_coalesce()
467 int_ctrl &= (~EMAC_DM646X_INTPRESCALE_MASK); in emac_set_coalesce()
468 int_ctrl |= (prescale & EMAC_DM646X_INTPRESCALE_MASK); in emac_set_coalesce()