Searched refs:GREG_IMASK (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/sun/
H A Dsunhme.h17 #define GREG_IMASK 0x10cUL /* Interrupt Mask */ macro
H A Dsungem.c191 writel(GREG_STAT_TXDONE, gp->regs + GREG_IMASK);
197 writel(GREG_STAT_NAPI | GREG_STAT_TXDONE, gp->regs + GREG_IMASK);
198 (void)readl(gp->regs + GREG_IMASK); /* write posting */
1187 writel(0xffffffff, gp->regs + GREG_IMASK);
H A Dsungem.h14 #define GREG_IMASK 0x0010UL /* Interrupt Mask Register */ macro
66 /* The layout of GREG_IMASK and GREG_IACK is identical to GREG_STAT.
67 * Bits set in GREG_IMASK will prevent that interrupt type from being
H A Dsunhme.c1617 hme_write32(hp, gregs + GREG_IMASK,

Completed in 2512 milliseconds