Searched refs:O1 (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/arch/sparc/net/ |
D | bpf_jit_32.h | 24 #define O1 0x09 macro 34 #define r_A O1
|
D | bpf_jit_64.h | 13 #define O1 0x09 macro
|
D | bpf_jit_comp_64.c | 214 [BPF_REG_2] = O1, 832 emit_reg_move(I1, O1, ctx); in build_prologue()
|
/Linux-v5.15/tools/thermal/tmon/ |
D | Makefile | 9 override CFLAGS+= $(call cc-option,-O3,-O1) ${WARNFLAGS}
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | ste-href-family-pinctrl.dtsi | 129 "GPIO167_B24", /* O1 */ 155 "GPIO167_B24", /* O1 */
|
D | vf610-zii-dev-rev-c.dts | 289 * I/O1 - ESW1_RESETn
|
/Linux-v5.15/drivers/clk/ |
D | clk-vt8500.c | 393 unsigned long O1, min_err, rate_err; in wm8650_find_pll_bits() local 406 O1 = rate * *divisor1 * (1 << (*divisor2)); in wm8650_find_pll_bits() 407 rate_err = O1 % parent_rate; in wm8650_find_pll_bits() 409 *multiplier = O1 / parent_rate; in wm8650_find_pll_bits()
|
/Linux-v5.15/tools/power/acpi/ |
D | Makefile.config | 83 CFLAGS += -O1 -g -DDEBUG
|
/Linux-v5.15/drivers/staging/r8188eu/ |
D | Makefile | 3 EXTRA_CFLAGS += -O1
|
/Linux-v5.15/Documentation/crypto/ |
D | descore-readme.rst | 94 cc -O1 Sun 3/110 336 uS 436.6uS 399.3uS 19%
|
/Linux-v5.15/Documentation/kbuild/ |
D | makefiles.rst | 693 ccflags-y := $(call cc-ifversion, -lt, 0402, -O1) 695 In this example, ccflags-y will be assigned the value -O1 if the
|