Searched refs:supports (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/arm/mach-orion5x/
H A Dts78xx-setup.c40 /* .supports = ... - populated by ts78xx_fpga_supports() */
97 if (ts78xx_fpga.supports.ts_rtc.init == 0) {
100 ts78xx_fpga.supports.ts_rtc.init = 1;
265 if (ts78xx_fpga.supports.ts_nand.init == 0) {
268 ts78xx_fpga.supports.ts_nand.init = 1;
308 if (ts78xx_fpga.supports.ts_rng.init == 0) {
311 ts78xx_fpga.supports.ts_rng.init = 1;
330 ts78xx_fpga.supports.ts_rtc.init = 0;
331 ts78xx_fpga.supports.ts_nand.init = 0;
332 ts78xx_fpga.supports
[all...]
H A Dts78xx-fpga.h41 struct fpga_devices supports; member in struct:ts78xx_fpga_data
/linux-master/tools/power/acpi/
H A DMakefile.config59 cc-supports = ${shell if $(CC) ${1} -S -o /dev/null -x c /dev/null > /dev/null 2>&1; then echo "$(1)"; fi;}
62 OPTIMIZATION := $(call cc-supports,-Os,-O2)
65 WARNINGS += $(call cc-supports,-Wstrict-prototypes)
66 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
/linux-master/tools/power/cpupower/
H A DMakefile114 cc-supports = ${shell if $(CC) ${1} -S -o /dev/null -x c /dev/null > /dev/null 2>&1; then echo "$(1)"; fi;}
117 OPTIMIZATION := $(call cc-supports,-Os,-O2)
120 WARNINGS += $(call cc-supports,-Wno-pointer-sign)
121 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.h85 __uc_state_checker(x, func, supports, supported) \
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_64.S74 call verify_cpu # Verify the cpu supports long mode
104 /* SEV-ES supports non-zero IP for entry points - no alignment needed */
/linux-master/scripts/
H A Dget_feat.pl614 It supports output data per architecture, per feature or a
/linux-master/drivers/cpufreq/
H A DKconfig.x8692 This driver also supports Intel Enhanced Speedstep and newer
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S112 ## The code additionally supports aadLen of length 16 bytes.

Completed in 135 milliseconds