Searched refs:mdelay (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Ddelay.h54 mdelay(unsigned long msecs) function
/freebsd-current/sys/dev/drm2/
H A Ddrm_dp_helper.c116 mdelay(dpcd[DP_TRAINING_AUX_RD_INTERVAL] * 4);
124 mdelay(dpcd[DP_TRAINING_AUX_RD_INTERVAL] * 4);
H A Ddrm_os_freebsd.h114 #define mdelay(msecs) do { int loops = (msecs); \ macro
/freebsd-current/sys/dev/ppbus/
H A Dppb_msq.h149 #define MS_ADELAY(mdelay) { MS_OP_ADELAY, {{ (mdelay) }}}
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dpci.c219 mdelay(delay);
226 mdelay(delay);
245 mdelay(10);
251 mdelay(10);
280 mdelay(2);
342 mdelay(5);
357 mdelay(5);
382 mdelay(5);
387 mdelay(100);
H A Dmhi.c227 mdelay(10);
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-io.c155 mdelay(delay_ms);
454 mdelay(2);
519 mdelay(1);
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dusb_mac.c38 mdelay(5);
H A Dusb_mcu.c130 mdelay(20);
/freebsd-current/sys/dev/cxgbe/
H A Dosdep.h86 #define mdelay(x) DELAY((x) * 1000) macro
/freebsd-current/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h373 #define mdelay(msec) DELAY((msec) * 1000) macro
380 #define msleep(msec) mdelay(msec)
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans-gen2.c76 mdelay(1);
79 mdelay(5);
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dpci.c229 mdelay(delay);
236 mdelay(delay);
255 mdelay(10);
261 mdelay(10);
283 mdelay(5);
298 mdelay(5);
323 mdelay(5);
H A Dmhi.c220 mdelay(10);
/freebsd-current/contrib/ofed/libirdma/
H A Dosdep.h150 #define mdelay(x) DELAY((x) * 1000) macro
/freebsd-current/sys/dev/irdma/
H A Dosdep.h174 #define mdelay(x) DELAY((x) * 1000) macro
H A Dirdma_kcompat.c480 mdelay(1);
/freebsd-current/sys/contrib/dev/rtw88/
H A Dmac.c218 mdelay(cur_cmd->offset);
349 mdelay(2);
351 mdelay(2);
H A Drtw8723d.c813 mdelay(1);
943 mdelay(1);
969 mdelay(1);
988 mdelay(1);
1119 mdelay(1);
1243 mdelay(1);
1420 mdelay(1);
H A Drtw8822c.c495 mdelay(2);
497 mdelay(2);
500 mdelay(1);
503 mdelay(20);
508 mdelay(1);
594 mdelay(2);
596 mdelay(2);
599 mdelay(1);
602 mdelay(20);
607 mdelay(
[all...]
H A Dphy.c1715 mdelay(5);
1717 mdelay(1);
/freebsd-current/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h522 #define AGTIAPI_INIT_MDELAY(dly) mdelay(dly)
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dahb.c295 mdelay(1);
H A Dhtc.c69 mdelay(2);
/freebsd-current/sys/contrib/dev/rtw89/
H A Dphy.c846 mdelay(50);
848 mdelay(5);
850 mdelay(1);
1178 mdelay(50);
1180 mdelay(5);
1182 mdelay(1);

Completed in 360 milliseconds

12