Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 2121) sorted by relevance

12345678910>>...85

/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-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-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-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-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-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 …]
/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.h123 #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)))
133 #define EF4_EXTRACT64(element, min, max, low, high) \ argument
134 EF4_EXTRACT_NATIVE(le64_to_cpu(element), min, max, low, high)
140 #define EF4_EXTRACT32(element, min, max, low, high) \ argument
141 EF4_EXTRACT_NATIVE(le32_to_cpu(element), min, max, low, high)
143 #define EF4_EXTRACT_OWORD64(oword, low, high) \ argument
[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/arch/x86/include/asm/
H A Dmsr.h45 #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()
92 static __always_inline void __wrmsr(unsigned int msr, u32 low, u32 high) in __wrmsr() argument
[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/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/linux/drivers/net/ethernet/sfc/siena/
H A Dbitfield.h123 #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)))
133 #define EFX_EXTRACT64(element, min, max, low, high) \ argument
134 EFX_EXTRACT_NATIVE(le64_to_cpu(element), min, max, low, high)
140 #define EFX_EXTRACT32(element, min, max, low, high) \ argument
141 EFX_EXTRACT_NATIVE(le32_to_cpu(element), min, max, low, high)
143 #define EFX_EXTRACT_OWORD64(oword, low, high) \ argument
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dbitfield.h125 #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)))
135 #define EFX_EXTRACT64(element, min, max, low, high) \ argument
136 EFX_EXTRACT_NATIVE(le64_to_cpu(element), min, max, low, high)
142 #define EFX_EXTRACT32(element, min, max, low, high) \ argument
143 EFX_EXTRACT_NATIVE(le32_to_cpu(element), min, max, low, high)
145 #define EFX_EXTRACT_OWORD64(oword, 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
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()
104 orig = ((uint64_t)high << 32) | low; in stat64_min_slow()
[all …]
/openbmc/linux/arch/arm64/kvm/
H A Dstacktrace.c28 unsigned long low = (unsigned long)stacktrace_info->overflow_stack_base; in stackinfo_get_overflow() local
29 unsigned long high = low + OVERFLOW_STACK_SIZE; in stackinfo_get_overflow()
32 .low = low, in stackinfo_get_overflow()
39 unsigned long low = (unsigned long)this_cpu_ptr_nvhe_sym(overflow_stack); in stackinfo_get_overflow_kern_va() local
40 unsigned long high = low + OVERFLOW_STACK_SIZE; in stackinfo_get_overflow_kern_va()
43 .low = low, in stackinfo_get_overflow_kern_va()
52 unsigned long low = (unsigned long)stacktrace_info->stack_base; in stackinfo_get_hyp() local
53 unsigned long high = low + PAGE_SIZE; in stackinfo_get_hyp()
56 .low = low, in stackinfo_get_hyp()
63 unsigned long low = (unsigned long)*this_cpu_ptr(&kvm_arm_hyp_stack_page); in stackinfo_get_hyp_kern_va() local
[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/net/ethernet/intel/i40e/
H A Di40e_ptp.c67 low = 0, enumerator
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},
92 {out_A, in_B, off, high, low, high, high},
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_vdso.c26 static int search_proc_maps(char *needle, unsigned long *low, unsigned long *high) in search_proc_maps() argument
53 *low = start; in search_proc_maps()
74 unsigned long low, high, size; in test_sigreturn_vdso() local
85 assert(search_proc_maps("[vdso]", &low, &high) == 0); in test_sigreturn_vdso()
86 size = high - low + 1; in test_sigreturn_vdso()
87 printf("VDSO is at 0x%lx-0x%lx (%lu bytes)\n", low, high, size); in test_sigreturn_vdso()
96 assert(mremap((void *)low, size, size, MREMAP_MAYMOVE|MREMAP_FIXED, p) != MAP_FAILED); in test_sigreturn_vdso()
97 assert(search_proc_maps("[vdso]", &low, &high) == 0); in test_sigreturn_vdso()
98 size = high - low + 1; in test_sigreturn_vdso()
99 printf("VDSO moved to 0x%lx-0x%lx (%lu bytes)\n", low, high, size); in test_sigreturn_vdso()
[all …]
/openbmc/linux/drivers/rtc/
H A Drtc-max8925.c113 unsigned char high, low; in data_calc() local
119 low = (tm->tm_year + 1900) / 100; in data_calc()
120 low = low - high * 10; in data_calc()
121 buf[RTC_YEAR2] = (high << 4) + low; in data_calc()
123 low = tm->tm_year + 1900; in data_calc()
124 low = low - high * 10; in data_calc()
126 buf[RTC_YEAR1] = (high << 4) + low; in data_calc()
128 low = tm->tm_mon; in data_calc()
129 low = low - high * 10; in data_calc()
130 buf[RTC_MONTH] = (high << 4) + low; in data_calc()
[all …]
/openbmc/u-boot/include/zfs/
H A Dspa.h17 #define BF32_DECODE(x, low, len) P2PHASE((x) >> (low), 1U << (len)) argument
18 #define BF64_DECODE(x, low, len) P2PHASE((x) >> (low), 1ULL << (len)) argument
19 #define BF32_ENCODE(x, low, len) (P2PHASE((x), 1U << (len)) << (low)) argument
20 #define BF64_ENCODE(x, low, len) (P2PHASE((x), 1ULL << (len)) << (low)) argument
22 #define BF32_GET(x, low, len) BF32_DECODE(x, low, len) argument
23 #define BF64_GET(x, low, len) BF64_DECODE(x, low, len) argument
25 #define BF32_SET(x, low, len, val) \ argument
26 ((x) ^= BF32_ENCODE((x >> low) ^ (val), low, len))
27 #define BF64_SET(x, low, len, val) \ argument
28 ((x) ^= BF64_ENCODE((x >> low) ^ (val), low, len))
[all …]
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dcentaur.c12 unsigned long low; member
53 *size = -(centaur_mcr[reg].low & 0xfffff000) >> PAGE_SHIFT; in centaur_get_mcr()
56 if (centaur_mcr_type == 1 && ((centaur_mcr[reg].low & 31) & 2)) in centaur_get_mcr()
58 if (centaur_mcr_type == 1 && (centaur_mcr[reg].low & 31) == 25) in centaur_get_mcr()
60 if (centaur_mcr_type == 0 && (centaur_mcr[reg].low & 31) == 31) in centaur_get_mcr()
68 unsigned long low, high; in centaur_set_mcr() local
72 high = low = 0; in centaur_set_mcr()
77 low = -size << PAGE_SHIFT | 0x1f; in centaur_set_mcr()
80 low = -size << PAGE_SHIFT | 0x02; /* NC */ in centaur_set_mcr()
82 low = -size << PAGE_SHIFT | 0x09; /* WWO, WC */ in centaur_set_mcr()
[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 …]

12345678910>>...85