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

/drivers/net/ethernet/dlink/
H A Ddl2k.h229 ResetBusy = 0x0400, enumerator in enum:ASICCtrl_HiWord_bits
H A Dsundance.c308 ResetBusy = 0x0400, enumerator in enum:ASICCtrl_HiWord_bit
453 while (ioread32 (ioaddr) & (ResetBusy << 16)) {
1794 if ((ioread16(ioaddr + ASIC_HI_WORD(ASICCtrl)) & ResetBusy) == 0)
H A Ddl2k.c787 /* Wait for ResetBusy bit clear */
789 if ((readw (ioaddr + ASICCtrl + 2) & ResetBusy) == 0)
809 if ((readw (ioaddr + ASICCtrl + 2) & ResetBusy) == 0)

Completed in 41 milliseconds