Home
last modified time | relevance | path

Searched refs:IS_TIMINT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dskfbiinc.h22 #define IMASK_FAST (IS_PLINT1 | IS_PLINT2 | IS_TIMINT | IS_TOKEN | \
H A Dskfbi.h305 #define IS_TIMINT (1L<<22) /* Bit 22: IRQ_TIMER */ macro
/openbmc/linux/drivers/net/fddi/skfp/
H A Dhwt.c167 if ((tr > smc->hw.t_start) || (is & IS_TIMINT)) { in hwt_read()
H A Dhwmtm.c197 #define IMASK_SLOW (IS_PLINT1 | IS_PLINT2 | IS_TIMINT | IS_TOKEN | \
765 if (is & IS_TIMINT) { /* Timer 82C54-2 */ in fddi_isr()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dskge.h177 IS_TIMINT = 1<<22, /* IRQ from Timer */ enumerator