Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dlan91c96.c439 while (SMC_inw(dev, LAN91C96_MMU) & LAN91C96_MMUCR_NO_BUSY) in smc_send_packet()
456 while (SMC_inw(dev, LAN91C96_MMU) & LAN91C96_MMUCR_NO_BUSY) in smc_send_packet()
601 while (SMC_inw(dev, LAN91C96_MMU) & LAN91C96_MMUCR_NO_BUSY) in smc_rcv()
607 while (SMC_inw(dev, LAN91C96_MMU) & LAN91C96_MMUCR_NO_BUSY) in smc_rcv()
Dlan91c96.h373 #define LAN91C96_MMUCR_NO_BUSY (0x1U << 0) macro