Lines Matching refs:tries
457 int tries = TCVR_READ_TRIES; in happy_meal_tcvr_read() local
473 while (!(hme_read32(hp, tregs + TCVR_FRAME) & 0x10000) && --tries) in happy_meal_tcvr_read()
475 if (!tries) { in happy_meal_tcvr_read()
490 int tries = TCVR_WRITE_TRIES; in happy_meal_tcvr_write() local
504 while (!(hme_read32(hp, tregs + TCVR_FRAME) & 0x10000) && --tries) in happy_meal_tcvr_write()
508 if (!tries) in happy_meal_tcvr_write()
874 int tries = TX_RESET_TRIES; in happy_meal_tx_reset() local
880 while ((hme_read32(hp, bregs + BMAC_TXSWRESET) & 1) && --tries) in happy_meal_tx_reset()
884 if (!tries) in happy_meal_tx_reset()
894 int tries = RX_RESET_TRIES; in happy_meal_rx_reset() local
900 while ((hme_read32(hp, bregs + BMAC_RXSWRESET) & 1) && --tries) in happy_meal_rx_reset()
904 if (!tries) in happy_meal_rx_reset()
916 int tries = STOP_TRIES; in happy_meal_stop() local
922 while (hme_read32(hp, gregs + GREG_SWRESET) && --tries) in happy_meal_stop()
926 if (!tries) in happy_meal_stop()
995 int result, tries = TCVR_RESET_TRIES; in happy_meal_tcvr_reset() local
1038 while (--tries) { in happy_meal_tcvr_reset()
1047 if (!tries) { in happy_meal_tcvr_reset()
1063 tries = TCVR_UNISOLATE_TRIES; in happy_meal_tcvr_reset()
1064 while (--tries) { in happy_meal_tcvr_reset()
1072 if (!tries) { in happy_meal_tcvr_reset()