Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dlan91c96.c349 if (status & LAN91C96_IST_ALLOC_INT) { in smc_send_packet()
351 SMC_outb(dev, LAN91C96_IST_ALLOC_INT, in smc_send_packet()
H A Dlan91c96.h451 #define LAN91C96_IST_ALLOC_INT (0x1U << 3) macro