| /f-stack/freebsd/mips/nlm/ |
| H A D | tick.c | 200 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 D | tick.c | 199 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 D | dlb2_osdep.h | 55 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 D | dlb_osdep.h | 58 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 D | ads7846.txt | 28 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 D | cros-ec.txt | 26 clock rate. This property specifies the delay, in usecs, between the 32 specifies the delay, in usecs, introduced between transactions to account
|
| H A D | google,cros-ec.yaml | 35 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 D | orion-nand.txt | 13 registers in usecs
|
| /f-stack/freebsd/contrib/ncsw/inc/ |
| H A D | xx_ext.h | 505 void XX_UDelay(uint32_t usecs);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_fail.c | 556 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 D | xx.c | 558 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 D | at91sam9261ek.dts | 165 ti,vref-delay-usecs = /bits/ 16 <450>;
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_misc.c | 82 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 D | ecore_mcp.c | 704 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 D | bbr.c | 524 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 D | efx.h | 2605 __in unsigned int usecs,
|