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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsundance.c310 ResetBusy = 0x0400, enumerator in enum:ASICCtrl_HiWord_bit
442 while (ioread32 (ioaddr) & (ResetBusy << 16)) {
1680 if ((ioread16(ioaddr + ASICCtrl +2) & ResetBusy) == 0)
H A Ddl2k.h228 ResetBusy = 0x0400, enumerator in enum:ASICCtrl_HiWord_bits
H A Ddl2k.c765 /* Wait for ResetBusy bit clear */
767 if ((readw (ioaddr + ASICCtrl + 2) & ResetBusy) == 0)
787 if ((readw (ioaddr + ASICCtrl + 2) & ResetBusy) == 0)

Completed in 57 milliseconds