Searched refs:present (Results 1 - 25 of 204) sorted by path

123456789

/linux-master/arch/arm/mach-orion5x/
H A Dts78xx-fpga.h26 unsigned present:1; member in struct:fpga_device
H A Dts78xx-setup.c348 ts78xx_fpga.supports.ts_rtc.present = 1;
349 ts78xx_fpga.supports.ts_nand.present = 1;
350 ts78xx_fpga.supports.ts_rng.present = 1;
358 ts78xx_fpga.supports.ts_rtc.present = 1;
359 ts78xx_fpga.supports.ts_nand.present = 1;
360 ts78xx_fpga.supports.ts_rng.present = 1;
363 ts78xx_fpga.supports.ts_rtc.present = 0;
364 ts78xx_fpga.supports.ts_nand.present = 0;
365 ts78xx_fpga.supports.ts_rng.present = 0;
374 if (ts78xx_fpga.supports.ts_rtc.present
[all...]
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S71 | is present. The routine below should point to the operating system handler
90 | is present. The routine below should point to the operating system handler
108 | is present. The routine below should point to the operating system handler
127 | is present. The routine below should point to the operating system handler
146 | is present. The routine below should point to the operating system handler
165 | is present. The routine below should point to the operating system handler
184 | is present. The routine below should point to the operating system handler
/linux-master/arch/x86/um/asm/
H A Dprocessor_32.h18 unsigned present:1; member in struct:uml_tls_struct
30 { .present = 0, .flushed = 0 } }, \
/linux-master/drivers/bcma/
H A Ddriver_chipcommon_pflash.c38 pflash->present = true;
H A Ddriver_chipcommon_sflash.c152 sflash->present = true;
/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_trng.c31 int busy, i, present = 0; local
37 present = 1;
42 return present;
/linux-master/drivers/media/usb/gspca/
H A Dconex.c791 if (!gspca_dev->present)
H A Dspca505.c680 if (!gspca_dev->present)
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h38 int present; member in struct:bios_struct
52 int present; member in struct:flash_struct
/linux-master/drivers/ssb/
H A Ddriver_chipcommon_sflash.c152 sflash->present = true;
/linux-master/drivers/video/fbdev/riva/
H A Dnv_driver.c56 Bool present; local
74 present = (NV_RD32(PRAMDAC, 0x0608) & (1 << 28)) ? TRUE : FALSE;
82 return present;
/linux-master/include/linux/ssb/
H A Dssb_driver_mips.h18 bool present; member in struct:ssb_pflash
26 bool present; member in struct:ssb_sflash
/linux-master/include/media/i2c/
H A Dadv7511.h17 int present; member in struct:adv7511_monitor_detect
21 int present; member in struct:adv7511_edid_detect
/linux-master/include/pcmcia/
H A Dss.h212 /* non-zero if PCMCIA card is present */
213 atomic_t present; member in struct:pcmcia_socket
/linux-master/tools/testing/selftests/cpufreq/
H A Dcpufreq.sh18 printf "Warning: No cpufreq directory present for $1\n"
25 printf "Warning: cpufreq directory present for $1\n"
226 present=$(cat $SYSFS/power/state | grep $filename)
228 if [ -z "$present" ]; then
229 printf "Tried to $1 but $filename isn't present in $SYSFS/power/state\n"
/linux-master/arch/arc/kernel/
H A Dsetup.c82 int atomic = 0, be, present; local
145 present = fpu_dp.ver; /* SP has no arch visible regs */
146 CHK_OPT_STRICT(CONFIG_ARC_FPU_SAVE_RESTORE, present);
157 int dual_issue = 0, dual_enb = 0, mpy_opt, present; local
281 present = fpu.sp | fpu.dp | mpy.dsp; /* DSP and/or FPU */
282 CHK_OPT_STRICT(CONFIG_ARC_HAS_ACCL_REGS, present);
370 panic("Disable %s, hardware NOT present\n", opt_name);
376 panic("Disable %s, hardware NOT present\n", opt_name);
385 panic("Timer0 is not present!\n");
388 panic("Timer1 is not present!\
[all...]
/linux-master/arch/arm/boot/compressed/
H A Dhead.S552 * r5 = appended dtb size (0 if not present)
1302 teq r3, r9 @ cache ID register present?
/linux-master/arch/arm/kernel/
H A Dentry-ftrace.S32 bic \rd, \rn, #1 @ clear the Thumb bit if present
/linux-master/arch/arm/mach-tegra/
H A Dreset-handler.S127 * R7 = CPU present (to the OS) mask
189 tst r7, r11 @ if !present
190 bleq __die @ CPU not present (to OS)
/linux-master/arch/arm/mm/
H A Dproc-macros.S141 .long 0x00 @ L_PTE_MT_MINICACHE (not present)
221 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
266 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
H A Dproc-v7.S327 teq r3, #0x00100000 @ only present in r1p*
333 teq r6, #0x20 @ only present in r2p0
340 teq r6, #0x20 @ only present in r2p0
350 cmp r6, #0x22 @ only present up to r2p2
356 teq r6, #0x20 @ present in r2p0
357 teqne r6, #0x21 @ present in r2p1
358 teqne r6, #0x22 @ present in r2p2
365 teq r3, #0x00200000 @ only present in r2p*
371 ALT_SMP(cmp r6, #0x30) @ present prior to r3p0
382 cmp r6, #0x4 @ only present u
[all...]
H A Dproc-xsc3.S382 .long 0x00 @ L_PTE_MT_MINICACHE (not present)
383 .long PTE_EXT_TEX(5) | PTE_CACHEABLE | PTE_BUFFERABLE @ L_PTE_MT_WRITEALLOC (not present?)
469 mrc p15, 1, r0, c0, c0, 1 @ get L2 present information
471 orrne r6, r6, #(1 << 26) @ enable L2 if present
/linux-master/arch/arm/vfp/
H A Dvfphw.S45 VFPFMXR FPINST2, r3 @ FPINST2 if needed (and present)
63 VFPFMRX r12, FPINST2 @ FPINST2 if needed (and present)
/linux-master/arch/mips/mm/
H A Dc-r4k.c445 * Otherwise we need to worry about all present CPUs.
945 int present = 0; local
959 present = 1;
965 present = 1;
973 return present;

Completed in 516 milliseconds

123456789