Home
last modified time | relevance | path

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

/Linux-v4.19/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,
/Linux-v4.19/tools/thermal/tmon/
DMakefile9 CFLAGS+= -O1 ${WARNFLAGS}
/Linux-v4.19/fs/reiserfs/
DMakefile35 ccflags-$(CONFIG_PPC32) := $(call cc-ifversion, -lt, 0400, -O1)
/Linux-v4.19/drivers/clk/
Dclk-vt8500.c402 unsigned long O1, min_err, rate_err; in wm8650_find_pll_bits() local
415 O1 = rate * *divisor1 * (1 << (*divisor2)); in wm8650_find_pll_bits()
416 rate_err = O1 % parent_rate; in wm8650_find_pll_bits()
418 *multiplier = O1 / parent_rate; in wm8650_find_pll_bits()
/Linux-v4.19/tools/power/acpi/
DMakefile.config87 CFLAGS += -O1 -g -DDEBUG
/Linux-v4.19/arch/arm/boot/dts/
Dste-href-family-pinctrl.dtsi662 "GPIO167_B24", /* O1 */
688 "GPIO167_B24", /* O1 */
Dvf610-zii-dev-rev-c.dts305 * I/O1 - ESW1_RESETn
/Linux-v4.19/scripts/
DKbuild.include153 # Usage: EXTRA_CFLAGS += $(call cc-ifversion, -lt, 0402, -O1)
/Linux-v4.19/Documentation/crypto/
Ddescore-readme.txt76 cc -O1 Sun 3/110 336 uS 436.6uS 399.3uS 19%
/Linux-v4.19/Documentation/kbuild/
Dmakefiles.txt531 ccflags-y := $(call cc-ifversion, -lt, 0402, -O1)
533 In this example, ccflags-y will be assigned the value -O1 if the