Home
last modified time | relevance | path

Searched full:high (Results 1 – 25 of 5439) sorted by relevance

12345678910>>...218

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-srggb10-ipu3.rst42 B\ :sub:`0000high`\ (bits 1--0)
45 G\ :sub:`0001high`\ (bits 3--0)
48 B\ :sub:`0002high`\ (bits 5--0)
50 - G\ :sub:`0003high`
54 B\ :sub:`0004high`\ (bits 1--0)
57 G\ :sub:`0005high`\ (bits 3--0)
61 B\ :sub:`0006high`\ (bits 5--0)
62 - G\ :sub:`0007high`
66 B\ :sub:`0008high`\ (bits 1--0)
70 G\ :sub:`0009high`\ (bits 3--0)
[all …]
H A Dpixfmt-tch-tu16.rst33 - R'\ :sub:`00high`
35 - R'\ :sub:`01high`
37 - R'\ :sub:`02high`
39 - R'\ :sub:`03high`
42 - R'\ :sub:`10high`
44 - R'\ :sub:`11high`
46 - R'\ :sub:`12high`
48 - R'\ :sub:`13high`
51 - R'\ :sub:`20high`
53 - R'\ :sub:`21high`
[all …]
H A Dpixfmt-z16.rst33 - Z\ :sub:`00high`
35 - Z\ :sub:`01high`
37 - Z\ :sub:`02high`
39 - Z\ :sub:`03high`
42 - Z\ :sub:`10high`
44 - Z\ :sub:`11high`
46 - Z\ :sub:`12high`
48 - Z\ :sub:`13high`
51 - Z\ :sub:`20high`
53 - Z\ :sub:`21high`
[all …]
H A Dpixfmt-tch-td16.rst34 - D'\ :sub:`00high`
36 - D'\ :sub:`01high`
38 - D'\ :sub:`02high`
40 - D'\ :sub:`03high`
43 - D'\ :sub:`10high`
45 - D'\ :sub:`11high`
47 - D'\ :sub:`12high`
49 - D'\ :sub:`13high`
52 - D'\ :sub:`20high`
54 - D'\ :sub:`21high`
[all …]
H A Dpixfmt-srggb12.rst25 high bits filled with zeros. Each n-pixel row contains n/2 green samples
32 Each cell is one byte, the 4 most significant bits in the high bytes are
44 - B\ :sub:`00high`
46 - G\ :sub:`01high`
48 - B\ :sub:`02high`
50 - G\ :sub:`03high`
53 - G\ :sub:`10high`
55 - R\ :sub:`11high`
57 - G\ :sub:`12high`
59 - R\ :sub:`13high`
[all …]
H A Dpixfmt-srggb10.rst24 high bits filled with zeros. Each n-pixel row contains n/2 green samples and
31 Each cell is one byte, the 6 most significant bits in the high bytes
43 - B\ :sub:`00high`
45 - G\ :sub:`01high`
47 - B\ :sub:`02high`
49 - G\ :sub:`03high`
52 - G\ :sub:`10high`
54 - R\ :sub:`11high`
56 - G\ :sub:`12high`
58 - R\ :sub:`13high`
[all …]
H A Dpixfmt-srggb14.rst23 colour. Each sample is stored in a 16-bit word, with two unused high
31 Each cell is one byte, the two most significant bits in the high bytes are
44 - B\ :sub:`00high`
46 - G\ :sub:`01high`
48 - B\ :sub:`02high`
50 - G\ :sub:`03high`
53 - G\ :sub:`10high`
55 - R\ :sub:`11high`
57 - G\ :sub:`12high`
59 - R\ :sub:`13high`
[all …]
H A Dpixfmt-srggb16.rst38 - B\ :sub:`00high`
40 - G\ :sub:`01high`
42 - B\ :sub:`02high`
44 - G\ :sub:`03high`
47 - G\ :sub:`10high`
49 - R\ :sub:`11high`
51 - G\ :sub:`12high`
53 - R\ :sub:`13high`
56 - B\ :sub:`20high`
58 - G\ :sub:`21high`
[all …]
H A Dpixfmt-srggb10p.rst24 bytes. Each of the first 4 bytes contain the 8 high order bits
44 - B\ :sub:`00high`
45 - G\ :sub:`01high`
46 - B\ :sub:`02high`
47 - G\ :sub:`03high`
52 - G\ :sub:`10high`
53 - R\ :sub:`11high`
54 - G\ :sub:`12high`
55 - R\ :sub:`13high`
60 - B\ :sub:`20high`
[all …]
H A Dpixfmt-srggb12p.rst22 bytes. Each of the first two bytes contain the 8 high order bits of
44 - B\ :sub:`00high`
45 - G\ :sub:`01high`
49 - B\ :sub:`02high`
50 - G\ :sub:`03high`
56 - G\ :sub:`10high`
57 - R\ :sub:`11high`
61 - G\ :sub:`12high`
62 - R\ :sub:`13high`
67 - B\ :sub:`20high`
[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
84 high = value >> 32; in stat64_add()
87 if (high) { in stat64_add()
88 qatomic_add(&s->high, high); in stat64_add()
98 if (result < low || high) { in stat64_add()
99 /* If the high part is affected, take the lock. */ in stat64_add()
100 if (stat64_add32_carry(s, low, high)) { in stat64_add()
[all …]
/openbmc/linux/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-npcm750-pincfg-evb.dtsi11 pin9_output_high: pin9-output-high {
14 output-high;
21 pin11_output_high: pin11-output-high {
24 output-high;
31 pin24_output_high: pin24-output-high {
34 output-high;
41 pin32_output_high: pin32-output-high {
44 output-high;
46 pin61_output_high: pin61-output-high {
49 output-high;
[all …]
/openbmc/qemu/util/
H A Dstats64.c46 uint32_t high, low; in stat64_get() local
53 high = qatomic_read(&s->high); in stat64_get()
57 return ((uint64_t)high << 32) | low; in stat64_get()
66 qatomic_set(&s->high, val >> 32); in stat64_set()
71 bool stat64_add32_carry(Stat64 *s, uint32_t low, uint32_t high) in stat64_add32_carry() argument
82 * whether we have to carry into s->high. in stat64_add32_carry()
85 high += (old + low) < old; in stat64_add32_carry()
86 qatomic_add(&s->high, high); in stat64_add32_carry()
93 uint32_t high, low; in stat64_min_slow() local
101 high = qatomic_read(&s->high); in stat64_min_slow()
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dbitfield.h50 /* High bit number of the specified field */
109 * Extract bit field portion [low,high) from the native-endian element
112 * For example, suppose "element" represents the high 32 bits of a
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 : \
130 * Extract bit field portion [low,high) from the 64-bit little-endian
133 #define EF4_EXTRACT64(element, min, max, low, high) \ argument
134 EF4_EXTRACT_NATIVE(le64_to_cpu(element), min, max, low, high)
137 * Extract bit field portion [low,high) from the 32-bit little-endian
[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/arm64/include/asm/
H A Dstacktrace.h28 unsigned long high = low + IRQ_STACK_SIZE; in stackinfo_get_irq() local
32 .high = high, in stackinfo_get_irq()
45 unsigned long high = low + THREAD_SIZE; in stackinfo_get_task() local
49 .high = high, in stackinfo_get_task()
68 unsigned long high = low + OVERFLOW_STACK_SIZE; in stackinfo_get_overflow() local
72 .high = high, in stackinfo_get_overflow()
86 unsigned long high = low + SDEI_STACK_SIZE; in stackinfo_get_sdei_normal() local
90 .high = high, in stackinfo_get_sdei_normal()
97 unsigned long high = low + SDEI_STACK_SIZE; in stackinfo_get_sdei_critical() local
101 .high = high, in stackinfo_get_sdei_critical()
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dbitfield.h50 /* High bit number of the specified field */
109 * Extract bit field portion [low,high) from the native-endian element
112 * For example, suppose "element" represents the high 32 bits of a
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 : \
130 * Extract bit field portion [low,high) from the 64-bit little-endian
133 #define EFX_EXTRACT64(element, min, max, low, high) \ argument
134 EFX_EXTRACT_NATIVE(le64_to_cpu(element), min, max, low, high)
137 * Extract bit field portion [low,high) from the 32-bit little-endian
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dbitfield.h52 /* High bit number of the specified field */
111 * Extract bit field portion [low,high) from the native-endian element
114 * For example, suppose "element" represents the high 32 bits of a
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 : \
132 * Extract bit field portion [low,high) from the 64-bit little-endian
135 #define EFX_EXTRACT64(element, min, max, low, high) \ argument
136 EFX_EXTRACT_NATIVE(le64_to_cpu(element), min, max, low, high)
139 * Extract bit field portion [low,high) from the 32-bit little-endian
[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/intel/i40e/
H A Di40e_ptp.c68 high, enumerator
83 {off, off, off, high, high, high, high},
84 {off, in_A, off, high, high, high, low},
85 {off, out_A, off, high, low, high, high},
86 {off, in_B, off, high, high, high, low},
87 {off, out_B, off, high, low, high, high},
88 {in_A, off, off, high, high, high, low},
89 {in_A, in_B, off, high, high, high, low},
90 {in_A, out_B, off, high, low, high, high},
91 {out_A, off, off, high, low, high, high},
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-coalesce.sh32 ["rx-frames-high"]="rx-frame-high"
33 ["tx-frames-high"]="tx-frame-high"
46 ["pkt-rate-high"]="pkt-rate-high"
47 ["rx-usecs-high"]="rx-usecs-high"
48 ["tx-usecs-high"]="tx-usecs-high"
55 ["rx-frames-high"]=""
56 ["tx-frames-high"]=""
69 ["pkt-rate-high"]=""
70 ["rx-usecs-high"]=""
71 ["tx-usecs-high"]=""
[all …]
/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_ptp.c10 u32 high; in tsnep_get_system_time() local
12 /* read high dword twice to detect overrun */ in tsnep_get_system_time()
13 high = ioread32(adapter->addr + ECM_SYSTEM_TIME_HIGH); in tsnep_get_system_time()
16 high_before = high; in tsnep_get_system_time()
17 high = ioread32(adapter->addr + ECM_SYSTEM_TIME_HIGH); in tsnep_get_system_time()
18 } while (high != high_before); in tsnep_get_system_time()
19 *time = (((u64)high) << 32) | ((u64)low); in tsnep_get_system_time()
117 /* high dword is buffered in hardware and synchronously written to in tsnep_ptp_adjtime()
137 u32 high; in tsnep_ptp_gettimex64() local
140 /* read high dword twice to detect overrun */ in tsnep_ptp_gettimex64()
[all …]
/openbmc/u-boot/arch/nios2/lib/
H A Dlibgcc.c24 struct DWstruct { Wtype low, high;}; member
63 w.s.high = (UWtype) uu.s.low << -bm; in __ashldi3()
70 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3()
88 /* w.s.high = 1..1 or 0..0 */ in __ashrdi3()
89 w.s.high = uu.s.high >> (sizeof (Wtype) * BITS_PER_UNIT - 1); in __ashrdi3()
90 w.s.low = uu.s.high >> -bm; in __ashrdi3()
94 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3()
96 w.s.high = uu.s.high >> b; in __ashrdi3()
115 w.s.high = 0; in __lshrdi3()
116 w.s.low = (UWtype) uu.s.high >> -bm; in __lshrdi3()
[all …]
/openbmc/u-boot/arch/arc/lib/
H A Dlibgcc2.c20 w.s.high = (UWtype)uu.s.low << -bm; in __ashldi3()
25 w.s.high = ((UWtype)uu.s.high << b) | carries; in __ashldi3()
42 /* w.s.high = 1..1 or 0..0 */ in __ashrdi3()
43 w.s.high = uu.s.high >> (W_TYPE_SIZE - 1); in __ashrdi3()
44 w.s.low = uu.s.high >> -bm; in __ashrdi3()
46 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3()
48 w.s.high = uu.s.high >> b; in __ashrdi3()
66 w.s.high = 0; in __lshrdi3()
67 w.s.low = (UWtype)uu.s.high >> -bm; in __lshrdi3()
69 const UWtype carries = (UWtype)uu.s.high << bm; in __lshrdi3()
[all …]
/openbmc/linux/include/linux/mfd/
H A Dac100.h84 /* ADC digital audio processing (high pass filter & auto gain control */
91 #define AC100_ADC_DAP_L_H_A_C 0x86 /* Left High Avg. Coef */
93 #define AC100_ADC_DAP_R_H_A_C 0x88 /* Right High Avg. Coef */
100 #define AC100_ADC_DAP_L_H_N_A_C 0x8f /* Left High Noise Avg. Coef */
102 #define AC100_ADC_DAP_R_H_N_A_C 0x91 /* Right High Noise Avg. Coef */
104 #define AC100_ADC_DAP_H_HPF_C 0x93 /* High High-Pass-Filter Coef */
105 #define AC100_ADC_DAP_L_HPF_C 0x94 /* Low High-Pass-Filter Coef */
108 /* DAC digital audio processing (high pass filter & dynamic range control) */
110 #define AC100_DAC_DAP_H_HPF_C 0xa1 /* High High-Pass-Filter Coef */
111 #define AC100_DAC_DAP_L_HPF_C 0xa2 /* Low High-Pass-Filter Coef */
[all …]

12345678910>>...218