/haiku/src/add-ons/accelerants/common/ |
H A D | i2c.c | 83 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 D | dpms.cpp | 97 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 D | FlexibleDisplayInterface.cpp | 66 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 D | game_mode.c | 19 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 D | laplinkll.cpp | 81 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 D | io.c | 88 spin(1); in auvia_codec_waitready() 104 spin(1); in auvia_codec_waitvalid()
|
/haiku/src/system/boot/platform/efi/arch/arm/ |
H A D | arch_cpu.cpp | 28 spin(bigtime_t microseconds) in spin() function
|
/haiku/data/catalogs/apps/cortex/addons/LoggingConsumer/ |
H A D | da.catkeys | 7 CPU spin percentage CortexAddOnsLoggingConsumer Procent af CPU-spin
|
H A D | pt.catkeys | 4 CPU spin percentage CortexAddOnsLoggingConsumer Percentagem de rotação da CPU
|
H A D | uk.catkeys | 7 CPU spin percentage CortexAddOnsLoggingConsumer Використати CPU (%)
|
H A D | pt_BR.catkeys | 5 CPU spin percentage CortexAddOnsLoggingConsumer Porcentagem de rotação da CPU
|
H A D | el.catkeys | 7 CPU spin percentage CortexAddOnsLoggingConsumer Ποσοστο περιστροφών ΚΜΕ
|
H A D | ru.catkeys | 7 CPU spin percentage CortexAddOnsLoggingConsumer Процент спин-блокировок ЦПУ
|
/haiku/src/system/boot/arch/arm64/ |
H A D | arch_cpu.cpp | 52 spin(bigtime_t microseconds) in spin() function
|
/haiku/src/system/boot/arch/riscv64/ |
H A D | arch_cpu.cpp | 68 spin(bigtime_t microseconds) in spin() function
|
/haiku/headers/private/kernel/boot/arch/arm/ |
H A D | arch_cpu.h | 21 void spin(bigtime_t microseconds);
|
/haiku/src/system/boot/platform/next_m68k/ |
H A D | cpu.cpp | 70 spin(bigtime_t microseconds) in spin() function
|
/haiku/src/add-ons/accelerants/radeon_hd/ |
H A D | accelerant_protos.h | 23 void spin(bigtime_t delay);
|
/haiku/src/system/boot/platform/amiga_m68k/ |
H A D | cpu.cpp | 89 spin(bigtime_t microseconds) in spin() function
|
H A D | start.cpp | 143 spin(750000); in _start()
|
/haiku/src/system/boot/platform/efi/arch/x86/ |
H A D | arch_smp.cpp | 290 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 D | buslogic.c | 190 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 D | 53c8xx.c | 630 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 D | start.cpp | 161 spin(750000); in _start()
|
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/ |
H A D | io.c | 71 spin(1); in es1370_codec_wait()
|