Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Ddavinci_emac.c291 #define EMAC_DM646X_INTPRESCALE_MASK (0x7FF << 0) macro
445 addnl_dvdr = EMAC_DM646X_INTPRESCALE_MASK / prescale; in emac_set_coalesce()
462 int_ctrl &= (~EMAC_DM646X_INTPRESCALE_MASK); in emac_set_coalesce()
463 int_ctrl |= (prescale & EMAC_DM646X_INTPRESCALE_MASK); in emac_set_coalesce()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Ddavinci_emac.c290 #define EMAC_DM646X_INTPRESCALE_MASK (0x7FF << 0) macro
452 addnl_dvdr = EMAC_DM646X_INTPRESCALE_MASK / prescale; in emac_set_coalesce()
469 int_ctrl &= (~EMAC_DM646X_INTPRESCALE_MASK); in emac_set_coalesce()
470 int_ctrl |= (prescale & EMAC_DM646X_INTPRESCALE_MASK); in emac_set_coalesce()

Completed in 6 milliseconds