Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/
H A Dtick.c200 uint32_t cur, last, delta, usecs; in DELAY() local
208 delta = usecs = 0; in DELAY()
210 while (n > usecs) { in DELAY()
222 usecs += delta / cycles_per_usec; in DELAY()
/f-stack/freebsd/mips/mips/
H A Dtick.c199 uint32_t cur, last, delta, usecs; in DELAY() local
207 delta = usecs = 0; in DELAY()
209 while (n > usecs) { in DELAY()
221 usecs += delta / cycles_per_usec; in DELAY()
/f-stack/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_osdep.h55 static inline void os_udelay(int usecs) in os_udelay() argument
57 rte_delay_us(usecs); in os_udelay()
/f-stack/dpdk/drivers/event/dlb/pf/base/
H A Ddlb_osdep.h58 static inline void os_udelay(int usecs) in os_udelay() argument
60 rte_delay_us(usecs); in os_udelay()
/f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/
H A Dads7846.txt28 ti,vref-delay-usecs vref supply delay in usecs, 0 for
41 ti,penirq-recheck-delay-usecs If set to non-zero, after samples are
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dcros-ec.txt26 clock rate. This property specifies the delay, in usecs, between the
32 specifies the delay, in usecs, introduced between transactions to account
H A Dgoogle,cros-ec.yaml35 This property specifies the delay in usecs between the
44 This property specifies the delay in usecs between messages.
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dorion-nand.txt13 registers in usecs
/f-stack/freebsd/contrib/ncsw/inc/
H A Dxx_ext.h505 void XX_UDelay(uint32_t usecs);
/f-stack/freebsd/kern/
H A Dkern_fail.c556 int usecs; in fail_point_eval_nontrivial() local
640 usecs = ent->fe_arg; in fail_point_eval_nontrivial()
641 DELAY(usecs); in fail_point_eval_nontrivial()
/f-stack/freebsd/contrib/ncsw/user/env/
H A Dxx.c558 XX_UDelay(uint32_t usecs) in XX_UDelay() argument
560 DELAY(usecs); in XX_UDelay()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dat91sam9261ek.dts165 ti,vref-delay-usecs = /bits/ 16 <450>;
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c82 ar9300_mac_to_clks(struct ath_hal *ah, u_int usecs) in ar9300_mac_to_clks() argument
88 return (ath_hal_mac_clks(ah, usecs) * 2); in ar9300_mac_to_clks()
90 return (ath_hal_mac_clks(ah, usecs)); in ar9300_mac_to_clks()
93 return (ath_hal_mac_clks(ah, usecs)); in ar9300_mac_to_clks()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_mcp.c704 u32 usecs = ECORE_MCP_RESP_ITER_US; in ecore_mcp_cmd_and_union() local
712 usecs = ECORE_EMUL_MCP_RESP_ITER_US; in ecore_mcp_cmd_and_union()
717 usecs *= 1000; in ecore_mcp_cmd_and_union()
743 usecs); in ecore_mcp_cmd_and_union()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c524 uint32_t cts, uint32_t usecs, uint64_t bw, uint32_t override, int mod);
2473 uint32_t cts, uint32_t usecs, uint64_t bw, uint32_t override, int mod) in bbr_log_pacing_delay_calc() argument
2479 log.u_bbr.flex1 = usecs; in bbr_log_pacing_delay_calc()
3559 uint32_t usecs, srtt, over = 0; in bbr_get_pacing_delay() local
3592 usecs = (uint32_t)res; in bbr_get_pacing_delay()
3596 (usecs > ((srtt * bbr_hptsi_max_mul) / bbr_hptsi_max_div))) { in bbr_get_pacing_delay()
3601 over = usecs = (srtt * bbr_hptsi_max_mul) / bbr_hptsi_max_div; in bbr_get_pacing_delay()
3605 bbr_log_pacing_delay_calc(bbr, gain, len, cts, usecs, bw, over, 1); in bbr_get_pacing_delay()
3606 return (usecs); in bbr_get_pacing_delay()
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx.h2605 __in unsigned int usecs,