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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/chelsio/
H A Dsubr.c808 adapter->slow_intr_mask |= F_PL_INTR_EXT | F_PL_INTR_PCIX;
809 pl_intr |= F_PL_INTR_EXT | F_PL_INTR_PCIX;
860 writel(pl_intr | F_PL_INTR_EXT | F_PL_INTR_PCIX,
886 if (cause & F_PL_INTR_EXT)
H A Dcxgb2.c938 adapter->slow_intr_mask |= F_PL_INTR_EXT;
939 writel(F_PL_INTR_EXT, adapter->regs + A_PL_CAUSE);
955 adapter->slow_intr_mask &= ~F_PL_INTR_EXT;
H A Dpm3393.c157 pl_intr |= F_PL_INTR_EXT;
239 pl_intr |= F_PL_INTR_EXT;
H A Dregs.h1793 #define F_PL_INTR_EXT V_PL_INTR_EXT(1U) macro

Completed in 49 milliseconds