Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/macintosh/
Dmediabay.c118 #define MS_TO_HZ(ms) ((ms * HZ) / 1000) macro
397 bay->timer = MS_TO_HZ(MB_POWER_DELAY); in set_mb_power()
407 && ++bay->value_count >= MS_TO_HZ(MB_STABLE_DELAY)) { in poll_media_bay()
521 bay->timer = MS_TO_HZ(MB_RESET_DELAY); in media_bay_step()
527 bay->timer = MS_TO_HZ(MB_SETUP_DELAY); in media_bay_step()
541 bay->timer = MS_TO_HZ(MB_IDE_WAIT); in media_bay_step()
551 bay->timer = MS_TO_HZ(MB_IDE_TIMEOUT); in media_bay_step()
684 bay->value_count = MS_TO_HZ(MB_STABLE_DELAY); in mb_notify_sleep()
685 bay->timer = MS_TO_HZ(MB_POWER_DELAY); in mb_notify_sleep()
809 bay->value_count = MS_TO_HZ(MB_STABLE_DELAY); in media_bay_init()