Searched refs:supports (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/ |
H A D | ts78xx-setup.c | 43 /* .supports = ... - populated by ts78xx_fpga_supports() */ 100 if (ts78xx_fpga.supports.ts_rtc.init == 0) { in ts78xx_ts_rtc_load() 103 ts78xx_fpga.supports.ts_rtc.init = 1; in ts78xx_ts_rtc_load() 268 if (ts78xx_fpga.supports.ts_nand.init == 0) { in ts78xx_ts_nand_load() 271 ts78xx_fpga.supports.ts_nand.init = 1; in ts78xx_ts_nand_load() 311 if (ts78xx_fpga.supports.ts_rng.init == 0) { in ts78xx_ts_rng_load() 314 ts78xx_fpga.supports.ts_rng.init = 1; in ts78xx_ts_rng_load() 333 ts78xx_fpga.supports.ts_rtc.init = 0; in ts78xx_fpga_devices_zero_init() 334 ts78xx_fpga.supports.ts_nand.init = 0; in ts78xx_fpga_devices_zero_init() 335 ts78xx_fpga.supports in ts78xx_fpga_devices_zero_init() [all...] |
H A D | ts78xx-fpga.h | 41 struct fpga_devices supports; member
|
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/ |
H A D | ts78xx-setup.c | 40 /* .supports = ... - populated by ts78xx_fpga_supports() */ 97 if (ts78xx_fpga.supports.ts_rtc.init == 0) { in ts78xx_ts_rtc_load() 100 ts78xx_fpga.supports.ts_rtc.init = 1; in ts78xx_ts_rtc_load() 265 if (ts78xx_fpga.supports.ts_nand.init == 0) { in ts78xx_ts_nand_load() 268 ts78xx_fpga.supports.ts_nand.init = 1; in ts78xx_ts_nand_load() 308 if (ts78xx_fpga.supports.ts_rng.init == 0) { in ts78xx_ts_rng_load() 311 ts78xx_fpga.supports.ts_rng.init = 1; in ts78xx_ts_rng_load() 330 ts78xx_fpga.supports.ts_rtc.init = 0; in ts78xx_fpga_devices_zero_init() 331 ts78xx_fpga.supports.ts_nand.init = 0; in ts78xx_fpga_devices_zero_init() 332 ts78xx_fpga.supports in ts78xx_fpga_devices_zero_init() [all...] |
H A D | ts78xx-fpga.h | 41 struct fpga_devices supports; member
|
/kernel/linux/linux-5.10/tools/power/cpupower/ |
H A D | Makefile | 114 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)
|
/kernel/linux/linux-6.6/tools/power/cpupower/ |
H A D | Makefile | 114 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)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_uc.h | 73 __uc_state_checker(x, func, supports, supported) \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_uc.h | 85 __uc_state_checker(x, func, supports, supported) \
|
/kernel/linux/linux-5.10/arch/x86/realmode/rm/ |
H A D | trampoline_64.S | 55 call verify_cpu # Verify the cpu supports long mode 85 /* SEV-ES supports non-zero IP for entry points - no alignment needed */
|
/kernel/linux/linux-6.6/arch/x86/realmode/rm/ |
H A D | trampoline_64.S | 72 call verify_cpu # Verify the cpu supports long mode 102 /* SEV-ES supports non-zero IP for entry points - no alignment needed */
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_feat.pl | 614 It supports output data per architecture, per feature or a
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | Kconfig.x86 | 43 This driver also supports Intel Enhanced Speedstep and newer
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | Kconfig.x86 | 92 This driver also supports Intel Enhanced Speedstep and newer
|
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 142 #warning Typhoon only supports 32 entries in its SG list for TSO, disabling TSO
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 112 ## The code additionally supports aadLen of length 16 bytes.
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 112 ## The code additionally supports aadLen of length 16 bytes.
|
Completed in 13 milliseconds