Searched full:nop (Results 1 – 25 of 117) sorted by relevance
12345
/Zephyr-latest/arch/sparc/core/ |
D | switch.S | 52 nop 53 nop 54 nop 68 nop 82 nop 91 nop 92 nop 93 nop 104 nop 105 nop [all …]
|
D | interrupt_trap.S | 50 nop 61 nop 62 nop 63 nop 144 nop 145 nop 146 nop 150 nop 155 nop 164 nop [all …]
|
D | sw_trap_set_pil.S | 35 nop 36 nop 37 nop
|
D | fault_trap.S | 44 nop 55 nop 56 nop 57 nop 101 nop 102 nop 103 nop
|
D | reset_trap.S | 57 nop 61 nop 64 nop
|
D | window_trap.S | 41 nop 58 nop 59 nop 60 nop
|
D | trap_table_mvt.S | 38 nop; 47 nop; \ 48 nop; \ 49 nop;
|
/Zephyr-latest/dts/bindings/led_strip/ |
D | worldsemi,ws2812-gpio.yaml | 81 Number of NOP assembly operations to create a delay for a 1 bit, high 87 Number of NOP assembly operations to create a delay for a 1 bit, low 93 Number of NOP assembly operations to create a delay for a 0 bit, high 99 Number of NOP assembly operations to create a delay for a 0 bit, low
|
/Zephyr-latest/arch/mips/core/ |
D | reset.S | 44 nop /* delay slot */ 57 nop /* delay slot */
|
/Zephyr-latest/drivers/led_strip/ |
D | Kconfig.ws2812 | 60 …Number of NOP assembly operations to create a delay for a 1 bit, high voltage period (default 700 … 70 …Number of NOP assembly operations to create a delay for a 1 bit, low voltage period (default 600 n… 80 …Number of NOP assembly operations to create a delay for a 0 bit, high voltage period (default 350 … 90 …Number of NOP assembly operations to create a delay for a 0 bit, low voltage period (default 800 …
|
/Zephyr-latest/soc/ite/ec/it8xxx2/ |
D | __arithmetic.S | 10 * The workaround requires the nop instruction, please don't optimize it. 26 nop label
|
/Zephyr-latest/arch/arc/core/ |
D | thread_entry_wrapper.S | 37 nop 49 nop
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/ |
D | asm_ldo_management.h | 29 nop 72 nop 92 nop
|
D | power.c | 229 #define NOP4 __asm__ volatile("nop; nop; nop; nop"); in arch_cpu_idle()
|
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | multiprocessing.c | 55 #define NOP4 "nop; nop; nop; nop;"
|
/Zephyr-latest/tests/subsys/edac/ibecc_cov/src/ |
D | ibecc.c | 30 TC_PRINT("Simulate sys_out8() NOP\n"); in mock_sys_out8() 54 TC_PRINT("Simulate sys_write64() NOP\n"); in mock_sys_write64() 59 TC_PRINT("Simulate pcie_conf_write() NOP\n"); in mock_conf_write()
|
/Zephyr-latest/dts/bindings/phy/ |
D | usb-nop-xceiv.yaml | 8 compatible: "usb-nop-xceiv"
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | misc.h | 39 __asm__ volatile("nop"); in arch_nop()
|
/Zephyr-latest/arch/xtensa/core/ |
D | smp.c | 17 #define NOP1(_, __) __asm__ volatile("nop.n;"); in arch_spin_relax()
|
/Zephyr-latest/samples/subsys/llext/shell_loader/ |
D | README.rst | 116 1c: 46c0 nop ; (mov r8, r8) 121 26: 46c0 nop ; (mov r8, r8) 129 36: 46c0 nop ; (mov r8, r8)
|
/Zephyr-latest/dts/arm/st/l4/ |
D | stm32l452.dtsi | 29 compatible = "usb-nop-xceiv";
|
D | stm32l475.dtsi | 29 compatible = "usb-nop-xceiv";
|
/Zephyr-latest/dts/arm/st/u5/ |
D | stm32u575.dtsi | 30 compatible = "usb-nop-xceiv";
|
D | stm32u545.dtsi | 32 compatible = "usb-nop-xceiv";
|
/Zephyr-latest/kernel/ |
D | main_weak.c | 26 /* NOP default main() if the application does not provide one. */ in main()
|
12345