Searched refs:time_us (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/neta/
H A Dif_mvneta.c3373 int err, time_us; local
3393 time_us = ((uint64_t)time_mvtclk * 1000ULL * 1000ULL) / sc->clk_freq;
3397 err = sysctl_handle_int(oidp, &time_us, 0, req);
3405 if (time_us < 0 || time_us > (1000 * 1000)) {
3410 time_mvtclk = sc->clk_freq * (uint64_t)time_us / (1000ULL * 1000ULL);
/freebsd-current/sys/contrib/dev/rtw89/
H A Dphy.c3229 static u16 rtw89_phy_ccx_us_to_idx(struct rtw89_dev *rtwdev, u32 time_us) argument
3233 return time_us >> (ilog2(CCX_US_BASE_RATIO) + env->ccx_unit_idx);

Completed in 128 milliseconds