Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/amd/
Damd8111e.c379 writel(VAL0|STINTEN, mmio+INTEN0); in amd8111e_set_coalesce()
393 writel(VAL0|STINTEN,mmio+INTEN0); in amd8111e_set_coalesce()
400 writel(STINTEN, mmio+INTEN0); in amd8111e_set_coalesce()
407 writel(VAL0|STINTEN, mmio+INTEN0); in amd8111e_set_coalesce()
444 SPNDINTEN | MPINTEN | SINTEN | STINTEN, mmio + INTEN0); in amd8111e_restart()
446 writel(VAL3 | LCINTEN | VAL1 | TINTEN0 | VAL0 | RINTEN0, mmio + INTEN0); in amd8111e_restart()
541 writel( INTEN0_CLEAR, mmio + INTEN0); in amd8111e_init_hw_default()
779 writel(VAL0|RINTEN0, mmio + INTEN0); in amd8111e_rx_poll()
1099 intren0 = readl(mmio + INTEN0); in amd8111e_interrupt()
1115 writel(RINTEN0, mmio + INTEN0); in amd8111e_interrupt()
[all …]
Damd8111e.h45 #define INTEN0 0x40 /* Interrupt0 enable register*/ macro