Home
last modified time | relevance | path

Searched refs:ResetBusy (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/dlink/
H A Ddl2k.h208 ResetBusy = 0x0400, enumerator
H A Dsundance.c301 ResetBusy = 0x0400, enumerator
456 while (ioread32 (ioaddr) & (ResetBusy << 16)) { in sundance_reset()
1860 if ((ioread16(ioaddr + ASIC_HI_WORD(ASICCtrl)) & ResetBusy) == 0) in netdev_close()
H A Ddl2k.c879 if (!(dr16(ASICCtrl + 2) & ResetBusy)) in tx_error()
899 if (!(dr16(ASICCtrl + 2) & ResetBusy)) in tx_error()