Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/misc/
Dhpilo.h25 #define WAIT_TIME 10 macro
27 #define MAX_WAIT (MAX_WAIT_TIME / WAIT_TIME)
Dhpilo.c241 udelay(WAIT_TIME); in ilo_ccb_close()
356 udelay(WAIT_TIME); in ilo_ccb_verify()
/linux-3.4.99/drivers/staging/sep/
Dsep_driver_config.h249 #define WAIT_TIME 10 macro
Dsep_crypto.c1557 end_time = jiffies + (WAIT_TIME * HZ); in sep_crypto_block()
1595 end_time = jiffies + (WAIT_TIME * HZ); in sep_crypto_block()
2188 end_time = jiffies + (WAIT_TIME * HZ); in sep_hash_init()
2376 end_time = jiffies + (WAIT_TIME * HZ); in sep_hash_update()
2430 end_time = jiffies + (WAIT_TIME * HZ); in sep_hash_final()
2582 end_time = jiffies + (WAIT_TIME * HZ); in sep_hash_digest()
Dsep_main.c3272 end_time = jiffies + (WAIT_TIME * HZ); in sep_reconfig_shared_area()
/linux-3.4.99/drivers/staging/rts_pstor/
Drtsx_transport.h30 #define WAIT_TIME 2000 macro
Drtsx_card.c783 retval = rtsx_send_cmd(chip, 0, WAIT_TIME); in switch_ssc_clock()