HomeSort by relevance Sort by last modified time
    Searched refs:LAN91C96_MMUCR_NO_BUSY (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/net/
lan91c96.c 439 while (SMC_inw(dev, LAN91C96_MMU) & LAN91C96_MMUCR_NO_BUSY)
456 while (SMC_inw(dev, LAN91C96_MMU) & LAN91C96_MMUCR_NO_BUSY)
601 while (SMC_inw(dev, LAN91C96_MMU) & LAN91C96_MMUCR_NO_BUSY)
607 while (SMC_inw(dev, LAN91C96_MMU) & LAN91C96_MMUCR_NO_BUSY)
lan91c96.h 373 #define LAN91C96_MMUCR_NO_BUSY (0x1U << 0)

Completed in 3062 milliseconds