Searched refs:assume (Results 1 – 25 of 206) sorted by relevance
123456789
/Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
D | tps62360-regulator.txt | 15 If this property is missing, then assume that there is no GPIO 18 If this property is missing, then assume that there is no GPIO 21 If this property is missing, then assume the state as low (0). 23 If this property is missing, then assume the state as low (0).
|
D | act8945a-regulator.txt | 8 If this property is missing, assume the VSEL pin is set to logic-low.
|
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | assume.h | 7 #define assume(x) \ macro 14 #define assume(x) __CPROVER_assume(x) macro
|
D | simple_sync_srcu.c | 46 assume(try_check_zero(sp, idx, trycount)); in synchronize_srcu() 50 assume(try_check_zero(sp, idx^1, trycount)); in synchronize_srcu()
|
D | preempt.c | 66 assume(thread_cpu_id >= 0); in preempt_disable() 67 assume(thread_cpu_id < NR_CPUS); in preempt_disable()
|
D | locks.h | 85 assume(lock_impl_trylock(lock)); in lock_impl_lock() 194 assume(prev_count); in wait_for_completion()
|
D | misc.h | 25 #define udelay(x) assume(0)
|
/Linux-v4.19/arch/m68k/ifpsp060/ |
D | os.S | 152 clr.l %d1 | assume success 187 clr.l %d1 | assume success 223 clr.l %d1 | assume success 245 clr.l %d1 | assume success 267 clr.l %d1 | assume success 291 clr.l %d1 | assume success
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | debug-macro.S | 54 @ However, now we assume UART0 is active: epip4d 55 @ We assume r1 and r2 can be clobbered.
|
/Linux-v4.19/Documentation/device-mapper/ |
D | zero.txt | 20 desired size of the sparse device. For this example, we'll assume a 10TB 28 space available to the sparse device. For this example, we'll assume /dev/sdb1
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-firmware-gsmi | 42 "factory defaults". Callers should assume that 57 Callers should assume that a reboot is needed
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | hisilicon-hns-nic.txt | 27 LAN Switch while the CPU side assume itself have one single NIC connect to 54 ports connected to a LAN Switch while the CPU side assume itself have one
|
/Linux-v4.19/arch/mips/kernel/ |
D | r2300_fpu.S | 126 li v0, 0 # assume success 160 li v0, 0 # assume success
|
/Linux-v4.19/Documentation/driver-model/ |
D | design-patterns.txt | 16 While the kernel contains a few device drivers that assume that they will 17 only be probed() once on a certain system (singletons), it is custom to assume
|
/Linux-v4.19/Documentation/devicetree/bindings/net/wireless/ |
D | ti,wlcore.txt | 26 Note: the *-clock-frequency properties assume internal clocks. In case of external
|
/Linux-v4.19/arch/arm/include/debug/ |
D | sa1100.S | 29 @ We assume r1 can be clobbered.
|
/Linux-v4.19/Documentation/devicetree/bindings/gpio/ |
D | gpio-mm-lantiq.txt | 19 - lantiq,shadow : The default value that we shall assume as already set on the
|
D | gpio-stp-xway.txt | 18 - lantiq,shadow : The default value that we shall assume as already set on the
|
/Linux-v4.19/Documentation/crypto/ |
D | crypto_engine.rst | 22 so it must assume that crypto_engine_ctx is at start of it.
|
D | descore-readme.txt | 182 1) i assume everything is byte addressable, although i don't actually 184 i assume word pointers can be freely cast to and from char pointers. 189 i assume sizeof(word) == 4 EVERYWHERE. 238 i assume that the use of a constant is more expensive than using a register: 250 i assume that indexing is cheaper or equivalent to auto increment/decrement, 254 i assume that addresses can be cheaply formed from two registers,
|
/Linux-v4.19/drivers/memstick/core/ |
D | Kconfig | 10 If you say Y here, the MemoryStick layer will assume that all
|
/Linux-v4.19/arch/arm/kernel/ |
D | head.S | 509 bne __fixup_smp_on_up @ no, assume UP 517 reteq lr @ yes, assume SMP 522 bne __fixup_smp_on_up @ no, assume UP
|
/Linux-v4.19/Documentation/devicetree/bindings/usb/ |
D | usb3503.txt | 25 REFCLK signal and assume that a value from the primary reference
|
/Linux-v4.19/Documentation/devicetree/bindings/pmem/ |
D | pmem-region.txt | 40 If this property is absent then the OS must assume that the region
|
/Linux-v4.19/Documentation/devicetree/bindings/mmc/ |
D | synopsys-dw-mshc.txt | 33 we'd assume that the write protect is hooked up directly to the 54 ciu clock is missing we'll just assume that the clock is running at
|
123456789