Home
last modified time | relevance | path

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

12345678910>>...191

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-srggb10-ipu3.rst39 - B\ :sub:`0000low`
40 - G\ :sub:`0001low`\ (bits 7--2)
43 - B\ :sub:`0002low`\ (bits 7--4)
46 - G\ :sub:`0003low`\ (bits 7--6)
51 - B\ :sub:`0004low`
52 - G\ :sub:`0005low`\ (bits 7--2)
55 - B\ :sub:`0006low`\ (bits 7--4)
59 - G\ :sub:`0007low`\ (bits 7--6)
63 - B\ :sub:`0008low`
64 - G\ :sub:`0009low`\ (bits 7--2)
[all …]
H A Dpixfmt-tch-tu16.rst32 - R'\ :sub:`00low`
34 - R'\ :sub:`01low`
36 - R'\ :sub:`02low`
38 - R'\ :sub:`03low`
41 - R'\ :sub:`10low`
43 - R'\ :sub:`11low`
45 - R'\ :sub:`12low`
47 - R'\ :sub:`13low`
50 - R'\ :sub:`20low`
52 - R'\ :sub:`21low`
[all …]
H A Dpixfmt-z16.rst32 - Z\ :sub:`00low`
34 - Z\ :sub:`01low`
36 - Z\ :sub:`02low`
38 - Z\ :sub:`03low`
41 - Z\ :sub:`10low`
43 - Z\ :sub:`11low`
45 - Z\ :sub:`12low`
47 - Z\ :sub:`13low`
50 - Z\ :sub:`20low`
52 - Z\ :sub:`21low`
[all …]
H A Dpixfmt-tch-td16.rst33 - D'\ :sub:`00low`
35 - D'\ :sub:`01low`
37 - D'\ :sub:`02low`
39 - D'\ :sub:`03low`
42 - D'\ :sub:`10low`
44 - D'\ :sub:`11low`
46 - D'\ :sub:`12low`
48 - D'\ :sub:`13low`
51 - D'\ :sub:`20low`
53 - D'\ :sub:`21low`
[all …]
H A Dpixfmt-srggb14p.rst63 - G\ :sub:`01low bits 1--0`\ (bits 7--6)
65 B\ :sub:`00low bits 5--0`\ (bits 5--0)
67 - B\ :sub:`02low bits 3--0`\ (bits 7--4)
69 G\ :sub:`01low bits 5--2`\ (bits 3--0)
71 - G\ :sub:`03low bits 5--0`\ (bits 7--2)
73 B\ :sub:`02low bits 5--4`\ (bits 1--0)
87 - R\ :sub:`11low bits 1--0`\ (bits 7--6)
89 G\ :sub:`10low bits 5--0`\ (bits 5--0)
91 - G\ :sub:`12low bits 3--0`\ (bits 7--4)
93 R\ :sub:`11low bits 5--2`\ (bits 3--0)
[all …]
H A Dpixfmt-srggb16.rst37 - B\ :sub:`00low`
39 - G\ :sub:`01low`
41 - B\ :sub:`02low`
43 - G\ :sub:`03low`
46 - G\ :sub:`10low`
48 - R\ :sub:`11low`
50 - G\ :sub:`12low`
52 - R\ :sub:`13low`
55 - B\ :sub:`20low`
57 - G\ :sub:`21low`
[all …]
H A Dpixfmt-srggb12.rst43 - B\ :sub:`00low`
45 - G\ :sub:`01low`
47 - B\ :sub:`02low`
49 - G\ :sub:`03low`
52 - G\ :sub:`10low`
54 - R\ :sub:`11low`
56 - G\ :sub:`12low`
58 - R\ :sub:`13low`
61 - B\ :sub:`20low`
63 - G\ :sub:`21low`
[all …]
H A Dpixfmt-srggb10.rst42 - B\ :sub:`00low`
44 - G\ :sub:`01low`
46 - B\ :sub:`02low`
48 - G\ :sub:`03low`
51 - G\ :sub:`10low`
53 - R\ :sub:`11low`
55 - G\ :sub:`12low`
57 - R\ :sub:`13low`
60 - B\ :sub:`20low`
62 - G\ :sub:`21low`
[all …]
/openbmc/linux/arch/arm/
H A DKconfig.debug115 bool "Kernel low-level debugging functions (read help!)"
128 prompt "Kernel low-level debugging port"
132 bool "Kernel low-level debugging messages via Alpine UART0"
136 Say Y here if you want kernel low-level debugging support
140 bool "Kernel low-level debugging via asm9260 UART"
161 bool "Kernel low-level debugging on AT91RM9200, AT91SAM9, SAM9X60 DBGU"
165 Say Y here if you want kernel low-level debugging support
171 bool "Kernel low-level debugging on AT91SAM{9263,9G45,A5D3} DBGU"
175 Say Y here if you want kernel low-level debugging support
181 bool "Kernel low-level debugging on SAMA5D2 UART1"
[all …]
/openbmc/linux/arch/arm64/include/asm/
H A Dstacktrace.h27 unsigned long low = (unsigned long)raw_cpu_read(irq_stack_ptr); in stackinfo_get_irq() local
28 unsigned long high = low + IRQ_STACK_SIZE; in stackinfo_get_irq()
31 .low = low, in stackinfo_get_irq()
44 unsigned long low = (unsigned long)task_stack_page(tsk); in stackinfo_get_task() local
45 unsigned long high = low + THREAD_SIZE; in stackinfo_get_task()
48 .low = low, in stackinfo_get_task()
67 unsigned long low = (unsigned long)raw_cpu_ptr(overflow_stack); in stackinfo_get_overflow() local
68 unsigned long high = low + OVERFLOW_STACK_SIZE; in stackinfo_get_overflow()
71 .low = low, in stackinfo_get_overflow()
85 unsigned long low = (unsigned long)raw_cpu_read(sdei_stack_normal_ptr); in stackinfo_get_sdei_normal() local
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dbitfield.h46 /* Low bit number of the specified field */
109 * Extract bit field portion [low,high) from the native-endian element
121 * [0,high-low), with garbage in bits [high-low+1,...).
123 #define EF4_EXTRACT_NATIVE(native_element, min, max, low, high) \ argument
124 ((low) > (max) || (high) < (min) ? 0 : \
125 (low) > (min) ? \
126 (native_element) >> ((low) - (min)) : \
127 (native_element) << ((min) - (low)))
130 * Extract bit field portion [low,high) from the 64-bit little-endian
133 #define EF4_EXTRACT64(element, min, max, low, high) \ argument
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dbitfield.h46 /* Low bit number of the specified field */
109 * Extract bit field portion [low,high) from the native-endian element
121 * [0,high-low), with garbage in bits [high-low+1,...).
123 #define EFX_EXTRACT_NATIVE(native_element, min, max, low, high) \ argument
124 ((low) > (max) || (high) < (min) ? 0 : \
125 (low) > (min) ? \
126 (native_element) >> ((low) - (min)) : \
127 (native_element) << ((min) - (low)))
130 * Extract bit field portion [low,high) from the 64-bit little-endian
133 #define EFX_EXTRACT64(element, min, max, low, high) \ argument
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dbitfield.h48 /* Low bit number of the specified field */
111 * Extract bit field portion [low,high) from the native-endian element
123 * [0,high-low), with garbage in bits [high-low+1,...).
125 #define EFX_EXTRACT_NATIVE(native_element, min, max, low, high) \ argument
126 ((low) > (max) || (high) < (min) ? 0 : \
127 (low) > (min) ? \
128 (native_element) >> ((low) - (min)) : \
129 (native_element) << ((min) - (low)))
132 * Extract bit field portion [low,high) from the 64-bit little-endian
135 #define EFX_EXTRACT64(element, min, max, low, high) \ argument
[all …]
/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/linux/arch/x86/include/asm/
H A Dmsr.h44 /* Using 64-bit values saves one instruction clearing the high half of low */
45 #define DECLARE_ARGS(val, low, high) unsigned long low, high argument
46 #define EAX_EDX_VAL(val, low, high) ((low) | (high) << 32) argument
47 #define EAX_EDX_RET(val, low, high) "=a" (low), "=d" (high) argument
49 #define DECLARE_ARGS(val, low, high) unsigned long long val argument
50 #define EAX_EDX_VAL(val, low, high) (val) argument
51 #define EAX_EDX_RET(val, low, high) "=A" (val) argument
82 DECLARE_ARGS(val, low, high); in __rdmsr()
87 : EAX_EDX_RET(val, low, high) : "c" (msr)); in __rdmsr()
89 return EAX_EDX_VAL(val, low, high); in __rdmsr()
[all …]
/openbmc/linux/arch/alpha/kernel/
H A Dmachvec_impl.h75 #define IO_LITE(UP,low) \ argument
78 .mv_ioread8 = CAT(low,_ioread8), \
79 .mv_ioread16 = CAT(low,_ioread16), \
80 .mv_ioread32 = CAT(low,_ioread32), \
81 .mv_ioread64 = CAT(low,_ioread64), \
82 .mv_iowrite8 = CAT(low,_iowrite8), \
83 .mv_iowrite16 = CAT(low,_iowrite16), \
84 .mv_iowrite32 = CAT(low,_iowrite32), \
85 .mv_iowrite64 = CAT(low,_iowrite64), \
86 .mv_readb = CAT(low,_readb), \
[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/Documentation/arch/arm64/
H A Dkdump.rst21 large chunk of memomy can be found. The low memory reservation needs to
26 - crashkernel=size,high crashkernel=size,low
28 Low memory and high memory
31 For kdump reservations, low memory is the memory area under a specific
34 vmcore dumping can be ignored. On arm64, the low memory upper bound is
37 whole system RAM is low memory. Outside of the low memory described
56 Firstly, the kernel searches the low memory area for an available region
59 If searching for low memory fails, the kernel falls back to searching
62 the low memory will be done. Currently the default size is 128M,
63 sufficient for the low memory needs of the kdump kernel.
[all …]
/openbmc/linux/drivers/thermal/intel/
H A Dintel_tcc.c22 u32 low, high; in intel_tcc_get_tjmax() local
26 err = rdmsr_safe(MSR_IA32_TEMPERATURE_TARGET, &low, &high); in intel_tcc_get_tjmax()
28 err = rdmsr_safe_on_cpu(cpu, MSR_IA32_TEMPERATURE_TARGET, &low, &high); in intel_tcc_get_tjmax()
32 val = (low >> 16) & 0xff; in intel_tcc_get_tjmax()
49 u32 low, high; in intel_tcc_get_offset() local
53 err = rdmsr_safe(MSR_IA32_TEMPERATURE_TARGET, &low, &high); in intel_tcc_get_offset()
55 err = rdmsr_safe_on_cpu(cpu, MSR_IA32_TEMPERATURE_TARGET, &low, &high); in intel_tcc_get_offset()
59 return (low >> 24) & 0x3f; in intel_tcc_get_offset()
76 u32 low, high; in intel_tcc_set_offset() local
83 err = rdmsr_safe(MSR_IA32_TEMPERATURE_TARGET, &low, &high); in intel_tcc_set_offset()
[all …]
/openbmc/linux/Documentation/devicetree/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.
45 active-low;
50 active-low;
55 active-low;
60 active-low;
71 brcm,pol-low;
76 active-low;
81 active-low;
91 active-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/
H A Dethtool-coalesce.sh30 ["rx-frames-low"]="rx-frame-low"
31 ["tx-frames-low"]="tx-frame-low"
43 ["pkt-rate-low"]="pkt-rate-low"
44 ["rx-usecs-low"]="rx-usecs-low"
45 ["tx-usecs-low"]="tx-usecs-low"
53 ["rx-frames-low"]=""
54 ["tx-frames-low"]=""
66 ["pkt-rate-low"]=""
67 ["rx-usecs-low"]=""
68 ["tx-usecs-low"]=""
[all …]
/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/pinctrl/qcom/
H A DKconfig59 Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
60 (Low Power Island) found on the Qualcomm Technologies Inc SoCs.
68 Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
69 (Low Power Island) found on the Qualcomm Technologies Inc SC7280 platform.
77 Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
78 (Low Power Island) found on the Qualcomm Technologies Inc SM6115 platform.
86 Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
87 (Low Power Island) found on the Qualcomm Technologies Inc SM8250 platform.
95 Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
96 (Low Power Island) found on the Qualcomm Technologies Inc SM8350
[all …]

12345678910>>...191