Searched refs:wait_tab (Results 1 – 1 of 1) sorted by relevance
91 static u16 wait_tab[] = { 2, 3, 5, 15, 20, 40}; variable244 for (i = 0; i < ARRAY_SIZE(wait_tab) && r < 0; i++) { in st21nfca_hci_i2c_write()247 msleep(wait_tab[i]); in st21nfca_hci_i2c_write()378 for (i = 0; i < ARRAY_SIZE(wait_tab) && r <= 0; i++) { in st21nfca_hci_i2c_read()381 msleep(wait_tab[i]); in st21nfca_hci_i2c_read()461 } else if (r == -EBADMSG && phy->crc_trials < ARRAY_SIZE(wait_tab)) { in st21nfca_hci_irq_thread_fn()471 msleep(wait_tab[phy->crc_trials]); in st21nfca_hci_irq_thread_fn()