Searched refs:temporary (Results 1 – 25 of 63) sorted by relevance
123
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | stv0367.c | 1526 u32 Errors = 0, tber = 0, temporary = 0; in stv0367ter_read_ber() local 1551 temporary = (Errors * 1000000000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1553 temporary = (Errors * 100000000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1554 temporary = temporary * 10; in stv0367ter_read_ber() 1556 temporary = (Errors * 10000000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1557 temporary = temporary * 100; in stv0367ter_read_ber() 1559 temporary = (Errors * 1000000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1560 temporary = temporary * 1000; in stv0367ter_read_ber() 1562 temporary = (Errors * 100000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1563 temporary = temporary * 10000; in stv0367ter_read_ber() [all …]
|
/Linux-v4.19/Documentation/scsi/ |
D | sd-parameters.txt | 20 "temporary " to the cache type string. E.g.: 22 # echo "temporary write back" > cache_type
|
D | lpfc.txt | 31 Cable pull and temporary device Loss:
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | fpsp.h | 100 .set FP_SCR1,LV+76 | room for a temporary float value 101 .set FP_SCR2,LV+92 | room for a temporary float value 102 .set L_SCR1,LV+108 | room for a temporary long value 103 .set L_SCR2,LV+112 | room for a temporary long value 109 .set UFLG_TMP,LV+121 | temporary for uflag errata 112 .set L_SCR3,LV+124 | room for a temporary long value 113 .set FP_SCR3,LV+128 | room for a temporary float value 114 .set FP_SCR4,LV+144 | room for a temporary float value 115 .set FP_SCR5,LV+160 | room for a temporary float value
|
/Linux-v4.19/Documentation/parisc/ |
D | registers | 35 SR0 temporary space register 37 SR1 temporary space register 43 SR0 temporary space register 44 SR1 temporary space register 110 r19-r22: these are generally regarded as temporary registers.
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | pids.txt | 57 sh: fork: Resource temporary unavailable 72 sh: fork: Resource temporary unavailable 81 sh: fork: Resource temporary unavailable 84 sh: fork: Resource temporary unavailable
|
/Linux-v4.19/Documentation/vm/ |
D | highmem.rst | 17 at all times. This means the kernel needs to start using temporary mappings of 42 temporary maps to access the rest of the physical memory - the actual direct 53 The kernel contains several ways of creating temporary mappings: 113 The cost of creating temporary mappings can be quite high. The arch has to 121 If CONFIG_MMU is not set, then there can be no temporary mappings and no
|
/Linux-v4.19/Documentation/media/kapi/ |
D | v4l2-clocks.rst | 6 This is a temporary API and it shall be replaced by the generic
|
/Linux-v4.19/Documentation/arm/OMAP/ |
D | omap_pm | 5 This document describes the temporary OMAP PM interface. Driver 54 The OMAP PM layer is intended to be temporary
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | dmx-qbuf.rst | 84 temporary problems like signal loss or CRC errors.
|
/Linux-v4.19/arch/arm/kernel/ |
D | head-common.S | 131 .long __bss_stop @ sp (temporary stack in .bss)
|
/Linux-v4.19/Documentation/acpi/ |
D | method-tracing.txt | 141 The temporary debug_layer used when the tracing feature is enabled. 146 The temporary debug_level used when the tracing feature is enabled.
|
/Linux-v4.19/arch/arm/mm/ |
D | proc-v7m.S | 134 str r1, [r12, #11 * 4] @ write the temporary SVC vector entry
|
/Linux-v4.19/tools/build/ |
D | Build.include | 26 # The temporary file to save gcc -MD generated dependencies must not
|
/Linux-v4.19/Documentation/networking/ |
D | de4x5.txt | 58 temporary directory. 125 I have added a temporary fix for interrupt problems when some SCSI cards
|
/Linux-v4.19/arch/arc/boot/dts/ |
D | hsdk.dts | 157 * So add temporary fix and change clock frequency
|
/Linux-v4.19/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 44 ! r0 = temporary
|
/Linux-v4.19/Documentation/crypto/ |
D | descore-readme.txt | 206 this will save 2 instructions and a temporary per use, 260 should never need more than one hidden temporary, 265 require declaring another temporary).
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-net-cdc_ncm | 35 attribute for temporary testing of a suspect device
|
/Linux-v4.19/scripts/ |
D | Kbuild.include | 18 # The temporary file to save gcc -MD generated dependencies must not 88 # Exit code chooses option. "$$TMP" serves as a temporary file and is
|
/Linux-v4.19/Documentation/power/ |
D | swsusp.txt | 301 During suspend a temporary key is created and this key is used to 303 read back into memory the temporary key is destroyed which simply 308 boot. This asserts that any temporary key from an oopsed suspend or
|
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-devbus.txt | 118 This address window handling is done in this mvebu-devbus only as a temporary
|
/Linux-v4.19/Documentation/security/ |
D | self-protection.rst | 53 temporary exceptions to this rule to support things like instruction 88 will need another infrastructure (similar to the temporary exceptions
|
/Linux-v4.19/Documentation/filesystems/ |
D | fscrypt.rst | 510 O_TMPFILE temporary file be created in an encrypted directory. All 582 temporary buffer or "bounce page", then write out the temporary 583 buffer. Some filesystems, such as UBIFS, already use temporary
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-qbuf.rst | 140 temporary problems like signal loss.
|
123