Searched refs:emac_ctrl_write (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/ti/ | 
| D | davinci_emac.c | 365 #define emac_ctrl_write(reg, val) iowrite32(val, (priv->ctrl_base + (reg)))  macro 460 		emac_ctrl_write(EMAC_DM646X_CMINTCTRL, int_ctrl);  in emac_set_coalesce() 462 		emac_ctrl_write(EMAC_DM646X_CMRXINTMAX, num_interrupts);  in emac_set_coalesce() 463 		emac_ctrl_write(EMAC_DM646X_CMTXINTMAX, num_interrupts);  in emac_set_coalesce() 474 		emac_ctrl_write(EMAC_CTRL_EWINTTCNT, (int_ctrl | prescale));  in emac_set_coalesce() 787 		emac_ctrl_write(EMAC_DM646X_CMRXINTEN, 0x0);  in emac_int_disable() 788 		emac_ctrl_write(EMAC_DM646X_CMTXINTEN, 0x0);  in emac_int_disable() 807 		emac_ctrl_write(EMAC_CTRL_EWCTL, 0x0);  in emac_int_disable() 824 		emac_ctrl_write(EMAC_DM646X_CMRXINTEN, 0xff);  in emac_int_enable() 825 		emac_ctrl_write(EMAC_DM646X_CMTXINTEN, 0xff);  in emac_int_enable() [all …] 
 |