Searched refs:emac_ctrl_write (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/net/ethernet/ti/ |
| H A D | davinci_emac.c | 425 emac_ctrl_write(EMAC_DM646X_CMINTCTRL, 0); in emac_set_coalesce() 428 emac_ctrl_write(EMAC_CTRL_EWINTTCNT, 0); in emac_set_coalesce() 469 emac_ctrl_write(EMAC_DM646X_CMINTCTRL, int_ctrl); in emac_set_coalesce() 471 emac_ctrl_write(EMAC_DM646X_CMRXINTMAX, num_interrupts); in emac_set_coalesce() 472 emac_ctrl_write(EMAC_DM646X_CMTXINTMAX, num_interrupts); in emac_set_coalesce() 796 emac_ctrl_write(EMAC_DM646X_CMRXINTEN, 0x0); in emac_int_disable() 797 emac_ctrl_write(EMAC_DM646X_CMTXINTEN, 0x0); in emac_int_disable() 816 emac_ctrl_write(EMAC_CTRL_EWCTL, 0x0); in emac_int_disable() 833 emac_ctrl_write(EMAC_DM646X_CMRXINTEN, 0xff); in emac_int_enable() 834 emac_ctrl_write(EMAC_DM646X_CMTXINTEN, 0xff); in emac_int_enable() [all …]
|