Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Deepro100.c280 #define INTERRUPT_MASK ( SCBMaskEarlyRx | SCBMaskFlowCtl ) macro
297 outw ( enable ? INTERRUPT_MASK : SCBMaskAll, ioaddr + SCBCmd ); in ifec_net_irq()
421 if ( ( intr_status & ( ~INTERRUPT_MASK ) ) == 0 ) in ifec_net_poll()