Searched refs:emac_ctrl_write (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/ti/ |
| D | davinci_emac.c | 379 #define emac_ctrl_write(reg, val) iowrite32(val, (priv->ctrl_base + (reg))) macro 466 emac_ctrl_write(EMAC_DM646X_CMINTCTRL, int_ctrl); in emac_set_coalesce() 468 emac_ctrl_write(EMAC_DM646X_CMRXINTMAX, num_interrupts); in emac_set_coalesce() 469 emac_ctrl_write(EMAC_DM646X_CMTXINTMAX, num_interrupts); in emac_set_coalesce() 480 emac_ctrl_write(EMAC_CTRL_EWINTTCNT, (int_ctrl | prescale)); in emac_set_coalesce() 792 emac_ctrl_write(EMAC_DM646X_CMRXINTEN, 0x0); in emac_int_disable() 793 emac_ctrl_write(EMAC_DM646X_CMTXINTEN, 0x0); in emac_int_disable() 812 emac_ctrl_write(EMAC_CTRL_EWCTL, 0x0); in emac_int_disable() 829 emac_ctrl_write(EMAC_DM646X_CMRXINTEN, 0xff); in emac_int_enable() 830 emac_ctrl_write(EMAC_DM646X_CMTXINTEN, 0xff); in emac_int_enable() [all …]
|