/openbmc/linux/drivers/input/misc/ |
H A D | hp_sdc_rtc.c | 270 #define YN(bit) ("no") in hp_sdc_rtc_proc_show() macro 332 YN(RTC_DST_EN), in hp_sdc_rtc_proc_show() 334 YN(RTC_24H), in hp_sdc_rtc_proc_show() 335 YN(RTC_SQWE), in hp_sdc_rtc_proc_show() 336 YN(RTC_AIE), in hp_sdc_rtc_proc_show() 337 YN(RTC_UIE), in hp_sdc_rtc_proc_show() 338 YN(RTC_PIE), in hp_sdc_rtc_proc_show() 343 #undef YN in hp_sdc_rtc_proc_show()
|
/openbmc/linux/arch/mips/ |
H A D | Makefile | 60 ifeq ($(call cc-option-yn,-mmcount-ra-address), y) 237 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips) 241 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips) 245 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa) 248 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt) 254 toolchain-xpa := $(call cc-option-yn,$(xpa-cflags-y) -mxpa) 256 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc) 258 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp) 260 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv) 302 KBUILD_SYM32 = $(call cc-option-yn, -msym32)
|
/openbmc/linux/scripts/ |
H A D | Makefile.compiler | 54 # cc-option-yn 55 # Usage: flag := $(call cc-option-yn,-march=winchip-c6) 56 cc-option-yn = $(call try-run,\
|
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | fsl,imx25-gcq.yaml | 70 3: yn 97 1: YN ground reference
|
/openbmc/linux/tools/net/ynl/ |
H A D | ethtool.py | 42 fields and the optional type (bool/yn). 55 if tp == 'yn': 349 print_field(ours, ('Pause', 'Supported pause frame use', 'yn')) 350 print_field(ours, ('Autoneg', 'Supports auto-negotiation', 'yn'))
|
/openbmc/linux/include/linux/input/ |
H A D | as5011.h | 14 char yp, yn; /* threshold for y axis */ member
|
/openbmc/linux/include/dt-bindings/iio/adc/ |
H A D | fsl-imx25-gcq.h | 15 #define MX25_ADC_REFN_YN 1 /* YN ground reference */
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | flamegraph.py | 168 …plate from cdn.jsdelivr.net? (this warning can be suppressed with --allow-download) [yn] ").lower() 193 continue?[yn] """).lower()
|
/openbmc/u-boot/scripts/ |
H A D | Kbuild.include | 119 # cc-option-yn 120 # Usage: flag := $(call cc-option-yn,-march=winchip-c6) 121 cc-option-yn = $(call try-run,\
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | ti,am3359-tsc.yaml | 42 and so on until AIN7 = 7. XP = 0, XN = 1, YP = 2, YN = 3.
|
/openbmc/linux/arch/x86/ |
H A D | Makefile_32.cpu | 3 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML.
|
/openbmc/linux/arch/powerpc/ |
H A D | Makefile | 13 HAS_BIARCH := $(call cc-option-yn, -m32) 99 ifeq ($(call cc-option-yn,-mcmodel=medium),y)
|
/openbmc/linux/drivers/input/joystick/ |
H A D | as5011.c | 199 error = as5011_i2c_write(client, AS5011_YN, plat_dat->yn); in as5011_configure_chip()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ingenic-adc.c | 138 /* Fourth channel (INGENIC_ADC_TOUCH_YN): sample YN vs. GND */ in ingenic_adc_set_adcmd() 152 /* Sixth channel (INGENIC_ADC_TOUCH_YD): sample YP vs. YN */ in ingenic_adc_set_adcmd()
|
H A D | fsl-imx25-gcq.c | 67 MX25_CQG_CHAN(MX25_CFG_YN, "yn"),
|
/openbmc/linux/Documentation/kbuild/ |
H A D | makefiles.rst | 580 cc-option-yn 581 cc-option-yn is used to check if gcc supports a given option 587 biarch := $(call cc-option-yn, -m32) 596 Note: cc-option-yn uses KBUILD_CFLAGS for $(CC) options
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 399 vpaddd ONE(%rip), %xmm9, %xmm9 # INCR CNT to get Yn 403 ENCRYPT_SINGLE_BLOCK \REP, %xmm9 # E(K, Yn) 443 vpxor %xmm1, %xmm9, %xmm9 # Plaintext XOR E(K, Yn) 453 vpxor %xmm1, %xmm9, %xmm9 # Plaintext XOR E(K, Yn) 750 pxor %xmm1, %xmm9 # Cyphertext XOR E(K, Yn) 786 vpxor %xmm1, %xmm9, %xmm9 # Plaintext XOR E(K, Yn)
|
H A D | aesni-intel_asm.S | 342 paddd ONE(%rip), %xmm0 # INCR CNT to get Yn 347 ENCRYPT_SINGLE_BLOCK %xmm0, %xmm1 # Encrypt(K, Yn) 384 pxor %xmm1, %xmm0 # XOR Encrypt(K, Yn) 669 pxor %xmm1, %xmm9 # Cyphertext XOR E(K, Yn) 705 pxor %xmm1, %xmm9 # Plaintext XOR E(K, Yn)
|
/openbmc/qemu/scripts/ |
H A D | minikconf.py | 693 m = re.match(r'^(CONFIG_[A-Z0-9_]+)=([yn]?)$', arg)
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | Makefile | 97 ifeq ($(call cc-option-yn, -fstack-protector),y)
|
/openbmc/u-boot/include/ |
H A D | capitalization.h | 602 { 0xA65E, /* CYRILLIC CAPITAL LETTER YN */ \ 603 0xA65F, /* CYRILLIC SMALL LETTER YN */ }, \ 750 { 0x10C7, /* GEORGIAN CAPITAL LETTER YN */ \ 751 0x2D27, /* GEORGIAN SMALL LETTER YN */ }, \
|
/openbmc/linux/ |
H A D | Makefile | 902 ifeq ($(call cc-option-yn, -mnop-mcount),y) 921 ifeq ($(call cc-option-yn, -mfentry),y)
|
/openbmc/linux/drivers/scsi/ |
H A D | dc395x.c | 4436 #define YESNO(YN) \ argument 4437 if (YN) seq_printf(m, " Yes ");\
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-2.0.3.min.js | 6 …yn=0,vn={};e.ActiveXObject&&x(e).on("unload",function(){for(var e in vn)vn[e]();vn=undefined}),x.s… variable
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | explanation.txt | 1016 Z0 ->rf Y1 ->rmw Z1 ->rf ... ->rf Yn ->rmw Zn,
|