Searched refs:emac_ctrl_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | davinci_emac.c | 380 #define emac_ctrl_write(reg, val) iowrite32(val, (priv->ctrl_base + (reg))) macro 595 emac_ctrl_write(EMAC_DM646X_CMINTCTRL, int_ctrl); in emac_set_coalesce() 597 emac_ctrl_write(EMAC_DM646X_CMRXINTMAX, num_interrupts); in emac_set_coalesce() 598 emac_ctrl_write(EMAC_DM646X_CMTXINTMAX, num_interrupts); in emac_set_coalesce() 609 emac_ctrl_write(EMAC_CTRL_EWINTTCNT, (int_ctrl | prescale)); in emac_set_coalesce() 921 emac_ctrl_write(EMAC_DM646X_CMRXINTEN, 0x0); in emac_int_disable() 922 emac_ctrl_write(EMAC_DM646X_CMTXINTEN, 0x0); in emac_int_disable() 941 emac_ctrl_write(EMAC_CTRL_EWCTL, 0x0); in emac_int_disable() 958 emac_ctrl_write(EMAC_DM646X_CMRXINTEN, 0xff); in emac_int_enable() 959 emac_ctrl_write(EMAC_DM646X_CMTXINTEN, 0xff); in emac_int_enable() [all …]
|