Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
D3c90x.c238 INT_TXCOMPLETE | INT_UPCOMPLETE); in a3c90x_reset()
588 if (int_status & INT_TXCOMPLETE) in a3c90x_poll()
646 INT_TXCOMPLETE | in a3c90x_irq()
784 INT_TXCOMPLETE | INT_UPCOMPLETE); in a3c90x_hw_start()
787 INT_TXCOMPLETE | INT_UPCOMPLETE); in a3c90x_hw_start()
D3c90x.h246 #define INT_TXCOMPLETE (1<<2) macro