Home
last modified time | relevance | path

Searched refs:mac_enable_int (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/via/
Dvia-velocity.c2167 mac_enable_int(vptr->mac_regs); in velocity_poll()
2250 mac_enable_int(vptr->mac_regs); in velocity_open()
2348 mac_enable_int(vptr->mac_regs); in velocity_change_mtu()
3237 mac_enable_int(vptr->mac_regs); in velocity_resume()
3575 mac_enable_int(vptr->mac_regs); in velocity_set_coalesce()
Dvia-velocity.h1163 #define mac_enable_int(regs) writel(CR0_GINTMSK1,&((regs)->CR0Set)) macro