Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dlan91c96.c171 while ((SMC_inw(dev, LAN91C96_INT_STATS) & mask) == 0) { in poll4int()
348 status = SMC_inb(dev, LAN91C96_INT_STATS); in smc_send_packet()
352 LAN91C96_INT_STATS); in smc_send_packet()
448 SMC_outw(dev, LAN91C96_IST_TX_INT, LAN91C96_INT_STATS); in smc_send_packet()
Dlan91c96.h364 #define LAN91C96_INT_STATS 12 /* Interrupt Status Register - RO */ macro