Home
last modified time | relevance | path

Searched full:low (Results 1 – 25 of 3420) sorted by relevance

12345678910>>...137

/openbmc/linux/Documentation/userspace-api/media/v4l/
Dpixfmt-srggb10-ipu3.rst
Dpixfmt-tch-tu16.rst
Dpixfmt-z16.rst
Dpixfmt-tch-td16.rst
Dpixfmt-srggb14p.rst
Dpixfmt-srggb16.rst
Dpixfmt-srggb12.rst
Dpixfmt-srggb10.rst
Dpixfmt-srggb14.rst
Dpixfmt-srggb10p.rst
/openbmc/linux/arch/arm64/include/asm/
Dstacktrace.h
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
Dbitfield.h
/openbmc/qemu/util/
H A Dstats64.c46 uint32_t high, low; in stat64_get() local
54 low = qatomic_read(&s->low); in stat64_get()
57 return ((uint64_t)high << 32) | low; in stat64_get()
67 qatomic_set(&s->low, val); in stat64_set()
71 bool stat64_add32_carry(Stat64 *s, uint32_t low, uint32_t high) in stat64_add32_carry() argument
81 * order of our update. By updating s->low first, we can check in stat64_add32_carry()
84 old = qatomic_fetch_add(&s->low, low); in stat64_add32_carry()
85 high += (old + low) < old; in stat64_add32_carry()
93 uint32_t high, low; in stat64_min_slow() local
102 low = qatomic_read(&s->low); in stat64_min_slow()
[all …]
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr.h50 unsigned long low, high; in native_read_tscp() local
52 : "=a" (low), "=d" (high), "=c" (*aux)); in native_read_tscp()
53 return low | ((u64)high << 32); in native_read_tscp()
63 #define DECLARE_ARGS(val, low, high) unsigned low, high argument
64 #define EAX_EDX_VAL(val, low, high) ((low) | ((u64)(high) << 32)) argument
65 #define EAX_EDX_ARGS(val, low, high) "a" (low), "d" (high) argument
66 #define EAX_EDX_RET(val, low, high) "=a" (low), "=d" (high) argument
68 #define DECLARE_ARGS(val, low, high) unsigned long long val argument
69 #define EAX_EDX_VAL(val, low, high) (val) argument
70 #define EAX_EDX_ARGS(val, low, high) "A" (val) argument
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/siena/
Dbitfield.h
/openbmc/linux/drivers/net/ethernet/sfc/
Dbitfield.h
/openbmc/linux/Documentation/arch/arm64/
Dkdump.rst
/openbmc/entity-manager/configurations/meta/ventura/
H A Dventura_scm.json602 "Polarity": "Low",
610 "Polarity": "Low",
618 "Polarity": "Low",
626 "Polarity": "Low",
634 "Polarity": "Low",
642 "Polarity": "Low",
650 "Polarity": "Low",
658 "Polarity": "Low",
666 "Polarity": "Low",
674 "Polarity": "Low",
[all …]
/openbmc/u-boot/doc/device-tree-bindings/leds/
H A Dleds-bcm6358.txt18 - brcm,clk-dat-low : Boolean, makes clock and data signals active low.
28 - active-low : Boolean, makes LED active low.
41 active-low;
46 active-low;
51 active-low;
56 active-low;
67 brcm,pol-low;
72 active-low;
77 active-low;
87 active-low;
[all …]
H A Dleds-bcm6328.txt24 - brcm,serial-clk-low : Boolean, makes clock signal active low.
26 - brcm,serial-dat-low : Boolean, makes data signal active low.
38 - active-low : Boolean, makes LED active low.
51 active-low;
56 active-low;
61 active-low;
73 brcm,serial-dat-low;
78 active-low;
83 active-low;
88 active-low;
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
Dethtool-coalesce.sh
/openbmc/qemu/include/qemu/
H A Dstats64.h26 uint32_t low, high;
73 bool stat64_add32_carry(Stat64 *s, uint32_t low, uint32_t high);
78 *s = (Stat64) { .low = value, .high = value >> 32, .lock = 0 }; in stat64_init()
83 uint32_t low, high; in stat64_add() local
85 low = (uint32_t) value; in stat64_add()
86 if (!low) { in stat64_add()
94 uint32_t orig = s->low; in stat64_add()
95 uint32_t result = orig + low; in stat64_add()
98 if (result < low || high) { in stat64_add()
100 if (stat64_add32_carry(s, low, high)) { in stat64_add()
[all …]
/openbmc/linux/drivers/rtc/
Drtc-max8925.c
/openbmc/linux/Documentation/infiniband/
Dcore_locking.rst
/openbmc/linux/tools/testing/selftests/powerpc/signal/
Dsigreturn_vdso.c

12345678910>>...137