Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dsmc9000.c652 if ( status & IM_ALLOC_INT ) { in smc9000_transmit()
654 _outb(IM_ALLOC_INT, nic->ioaddr + INTERRUPT); in smc9000_transmit()
659 if ((status & IM_ALLOC_INT) != 0 ) { in smc9000_transmit()
Dsmc9000.h180 #define IM_ALLOC_INT 0x8 macro