Home
last modified time | relevance | path

Searched refs:O1 (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/arch/sparc/net/
Dbpf_jit_32.h24 #define O1 0x09 macro
34 #define r_A O1
Dbpf_jit_64.h13 #define O1 0x09 macro
Dbpf_jit_comp_64.c214 [BPF_REG_2] = O1,
832 emit_reg_move(I1, O1, ctx); in build_prologue()
/linux-5.19.10/tools/thermal/tmon/
DMakefile9 override CFLAGS+= $(call cc-option,-O3,-O1) ${WARNFLAGS}
/linux-5.19.10/arch/arm/boot/dts/
Dste-href-family-pinctrl.dtsi129 "GPIO167_B24", /* O1 */
155 "GPIO167_B24", /* O1 */
Dvf610-zii-dev-rev-c.dts289 * I/O1 - ESW1_RESETn
/linux-5.19.10/drivers/clk/
Dclk-vt8500.c393 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-5.19.10/tools/power/acpi/
DMakefile.config84 CFLAGS += -O1 -g -DDEBUG
/linux-5.19.10/Documentation/crypto/
Ddescore-readme.rst94 cc -O1 Sun 3/110 336 uS 436.6uS 399.3uS 19%
/linux-5.19.10/Documentation/kbuild/
Dmakefiles.rst693 ccflags-y := $(call cc-ifversion, -lt, 0402, -O1)
695 In this example, ccflags-y will be assigned the value -O1 if the