Home
last modified time | relevance | path

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

/drivers/nfc/st21nfca/
A Di2c.c94 u16 wait_reboot[] = { 50, 300, 1000 }; in st21nfca_hci_platform_init() local
99 for (i = 0; i < ARRAY_SIZE(wait_reboot) && r < 0; i++) { in st21nfca_hci_platform_init()
103 msleep(wait_reboot[i]); in st21nfca_hci_platform_init()
111 for (i = 0; i < ARRAY_SIZE(wait_reboot) && r < 0; i++) { in st21nfca_hci_platform_init()
115 msleep(wait_reboot[i]); in st21nfca_hci_platform_init()

Completed in 3 milliseconds