Searched refs:USEC_TO_NSEC (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/sys/dev/dt/ |
| D | dt_prov_profile.c | 79 if (nsecs < USEC_TO_NSEC(200) || nsecs > SEC_TO_NSEC(UINT32_MAX)) in dt_prov_profile_alloc()
|
| /openbsd/src/sys/dev/sbus/ |
| D | stp4020.c | 845 if (USEC_TO_NSEC(usecs) > SEC_TO_NSEC(60)) in stp4020_delay() 848 tsleep_nsec(&chan, 0, "stp4020_delay", USEC_TO_NSEC(usecs)); in stp4020_delay()
|
| /openbsd/src/sys/dev/ic/ |
| D | iosf.c | 273 tsleep_nsec(&nowake, PRIBIO, "iosfsem", USEC_TO_NSEC(usec)); in iosf_sem_wait()
|
| /openbsd/src/sys/dev/pv/ |
| D | if_hvn.c | 1044 USEC_TO_NSEC(1000)); in hvn_nvs_cmd() 1067 USEC_TO_NSEC(1000)); in hvn_nvs_cmd() 1366 USEC_TO_NSEC(100)); in hvn_rndis_cmd() 1390 USEC_TO_NSEC(1000)); in hvn_rndis_cmd()
|
| D | hyperv.c | 574 USEC_TO_NSEC(delays[i])); in hv_start() 638 USEC_TO_NSEC(1000)); in hv_wait()
|
| D | xbf.c | 739 tsleep_nsec(xs, PRIBIO, "xbfpoll", USEC_TO_NSEC(10)); in xbf_poll_cmd()
|
| /openbsd/src/sys/sys/ |
| D | time.h | 422 USEC_TO_NSEC(uint64_t microseconds) in USEC_TO_NSEC() function
|
| /openbsd/src/sys/dev/sdmmc/ |
| D | sdmmc.c | 607 tsleep_nsec(&sdmmc_delay, PWAIT, "mmcdly", USEC_TO_NSEC(usecs)); in sdmmc_delay()
|
| /openbsd/src/sys/dev/pci/ |
| D | if_ice.c | 379 tsleep_nsec(&sleep, 0, "icedly", USEC_TO_NSEC(time)); in ice_usec_delay() 13310 USEC_TO_NSEC(1)); in ice_flush_rxq_interrupts() 13365 USEC_TO_NSEC(1)); in ice_flush_txq_interrupts()
|