Home
last modified time | relevance | path

Searched refs:spin (Results 1 – 25 of 85) sorted by relevance

1234

/haiku/src/add-ons/accelerants/common/
H A Di2c.c83 spin(bigtime_t delay) in spin() function
99 spin(bus->timing.r); in wait_for_clk()
115 spin(bus->timing.r); in wait_for_clk()
134 spin(bus->timing.su_sta); in send_start_condition()
136 spin(bus->timing.hd_sta); in send_start_condition()
138 spin(bus->timing.f); in send_start_condition()
151 spin(bus->timing.r); in send_stop_condition()
162 spin(bus->timing.su_sto); in send_stop_condition()
164 spin(bus->timing.buf); in send_stop_condition()
179 spin(bus->timing.su_dat); in send_bit()
[all …]
/haiku/src/add-ons/accelerants/intel_extreme/
H A Ddpms.cpp97 spin(150); in set_display_power_mode()
100 spin(150); in set_display_power_mode()
103 spin(150); in set_display_power_mode()
111 spin(150); in set_display_power_mode()
114 spin(150); in set_display_power_mode()
117 spin(150); in set_display_power_mode()
168 spin(150); in set_display_power_mode()
H A DFlexibleDisplayInterface.cpp66 spin(150); in Enable()
79 spin(150); in Disable()
112 spin(100); // warmup 10us + dmi delay 20us, be generous in EnablePLL()
128 spin(100); in DisablePLL()
156 spin(150); in Enable()
169 spin(150); in Disable()
207 spin(200); // warmup 10us + dmi delay 20us, be generous in EnablePLL()
218 spin(100); in DisablePLL()
230 spin(200); in SwitchClock()
314 spin(100); in PreTrain()
[all …]
/haiku/src/tests/kits/opengl/glut/game_mode/
H A Dgame_mode.c19 float spin = 0; variable
29 glRotatef(spin, 0, 0, 1); in draw_cube()
30 glRotatef(spin, 1, 0.6, 0); in draw_cube()
84 spin += 0.5; in idle()
85 if (spin > 360.0) in idle()
86 spin = 0.0; in idle()
/haiku/src/add-ons/kernel/debugger/laplinkll/
H A Dlaplinkll.cpp81 spin(LPTSPIN); in ll_send_sof()
133 spin(10); in ll_send_lnibble()
140 spin(LPTSPIN); in ll_send_lnibble()
158 spin(10); in ll_send_mnibble()
165 spin(LPTSPIN); in ll_send_mnibble()
183 spin(LPTSPIN); in ll_wait_lnibble()
205 spin(LPTSPIN); in ll_wait_mnibble()
254 spin(LPTSPIN); in ll_wait_byte()
369 spin(LPTSPIN); in ll_wait_frame()
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dio.c88 spin(1); in auvia_codec_waitready()
104 spin(1); in auvia_codec_waitvalid()
/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_cpu.cpp28 spin(bigtime_t microseconds) in spin() function
/haiku/data/catalogs/apps/cortex/addons/LoggingConsumer/
H A Dda.catkeys7 CPU spin percentage CortexAddOnsLoggingConsumer Procent af CPU-spin
H A Dpt.catkeys4 CPU spin percentage CortexAddOnsLoggingConsumer Percentagem de rotação da CPU
H A Duk.catkeys7 CPU spin percentage CortexAddOnsLoggingConsumer Використати CPU (%)
H A Dpt_BR.catkeys5 CPU spin percentage CortexAddOnsLoggingConsumer Porcentagem de rotação da CPU
H A Del.catkeys7 CPU spin percentage CortexAddOnsLoggingConsumer Ποσοστο περιστροφών ΚΜΕ
H A Dru.catkeys7 CPU spin percentage CortexAddOnsLoggingConsumer Процент спин-блокировок ЦПУ
/haiku/src/system/boot/arch/arm64/
H A Darch_cpu.cpp52 spin(bigtime_t microseconds) in spin() function
/haiku/src/system/boot/arch/riscv64/
H A Darch_cpu.cpp68 spin(bigtime_t microseconds) in spin() function
/haiku/headers/private/kernel/boot/arch/arm/
H A Darch_cpu.h21 void spin(bigtime_t microseconds);
/haiku/src/system/boot/platform/next_m68k/
H A Dcpu.cpp70 spin(bigtime_t microseconds) in spin() function
/haiku/src/add-ons/accelerants/radeon_hd/
H A Daccelerant_protos.h23 void spin(bigtime_t delay);
/haiku/src/system/boot/platform/amiga_m68k/
H A Dcpu.cpp89 spin(bigtime_t microseconds) in spin() function
H A Dstart.cpp143 spin(750000); in _start()
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_smp.cpp290 spin(10000); in arch_smp_boot_other_cpus()
309 spin(200); in arch_smp_boot_other_cpus()
319 spin(1000); in arch_smp_boot_other_cpus()
/haiku/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.c190 spin(100); in bl_execute()
220 spin(100); in bl_execute()
235 spin(100); in bl_execute()
255 spin(10000); /* give the controller some time to settle down from reset */ in init_buslogic()
258 spin(100000); in init_buslogic()
332 spin(10000); in init_buslogic()
334 spin(1000000); in init_buslogic()
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A D53c8xx.c630 spin(10); in scsi_int_dispatch()
727 spin(25); in init_symbios()
729 spin(250000); in init_symbios()
776 spin(10000); in init_symbios()
1045 spin(10000); /* let it all settle for 10ms */ in sym_readclock()
1137 spin(10000); in create_cardinfo()
1139 spin(10000); in create_cardinfo()
1174 spin(200); /* wait 20us */ in create_cardinfo()
1180 spin(3000); in create_cardinfo()
1190 spin(200); /* wait 20us */ in create_cardinfo()
[all …]
/haiku/src/system/boot/platform/atari_m68k/
H A Dstart.cpp161 spin(750000); in _start()
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dio.c71 spin(1); in es1370_codec_wait()

1234