Home
last modified time | relevance | path

Searched full:yn (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/drivers/input/misc/
H A Dhp_sdc_rtc.c270 #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 DMakefile60 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 DMakefile.compiler54 # 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 Dfsl,imx25-gcq.yaml70 3: yn
97 1: YN ground reference
/openbmc/linux/tools/net/ynl/
H A Dethtool.py42 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 Das5011.h14 char yp, yn; /* threshold for y axis */ member
/openbmc/linux/include/dt-bindings/iio/adc/
H A Dfsl-imx25-gcq.h15 #define MX25_ADC_REFN_YN 1 /* YN ground reference */
/openbmc/linux/tools/perf/scripts/python/
H A Dflamegraph.py168 …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 DKbuild.include119 # 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 Dti,am3359-tsc.yaml42 and so on until AIN7 = 7. XP = 0, XN = 1, YP = 2, YN = 3.
/openbmc/linux/arch/x86/
H A DMakefile_32.cpu3 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML.
/openbmc/linux/arch/powerpc/
H A DMakefile13 HAS_BIARCH := $(call cc-option-yn, -m32)
99 ifeq ($(call cc-option-yn,-mcmodel=medium),y)
/openbmc/linux/drivers/input/joystick/
H A Das5011.c199 error = as5011_i2c_write(client, AS5011_YN, plat_dat->yn); in as5011_configure_chip()
/openbmc/linux/drivers/iio/adc/
H A Dingenic-adc.c138 /* 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 Dfsl-imx25-gcq.c67 MX25_CQG_CHAN(MX25_CFG_YN, "yn"),
/openbmc/linux/Documentation/kbuild/
H A Dmakefiles.rst580 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 Daesni-intel_avx-x86_64.S399 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 Daesni-intel_asm.S342 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 Dminikconf.py693 m = re.match(r'^(CONFIG_[A-Z0-9_]+)=([yn]?)$', arg)
/openbmc/linux/arch/powerpc/boot/
H A DMakefile97 ifeq ($(call cc-option-yn, -fstack-protector),y)
/openbmc/u-boot/include/
H A Dcapitalization.h602 { 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 DMakefile902 ifeq ($(call cc-option-yn, -mnop-mcount),y)
921 ifeq ($(call cc-option-yn, -mfentry),y)
/openbmc/linux/drivers/scsi/
H A Ddc395x.c4436 #define YESNO(YN) \ argument
4437 if (YN) seq_printf(m, " Yes ");\
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-2.0.3.min.js6yn=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 Dexplanation.txt1016 Z0 ->rf Y1 ->rmw Z1 ->rf ... ->rf Yn ->rmw Zn,

12