Home
last modified time | relevance | path

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

12345678910>>...207

/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`\ (bit
[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 bit
[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...]
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...]
/linux/drivers/gpu/drm/msm/registers/display/
H A Dmdp5.xml126 <bitfield name="CLIENT0" low="0" high="7" type="uint"/>
127 <bitfield name="CLIENT1" low="8" high="15" type="uint"/>
128 <bitfield name="CLIENT2" low="16" high="23" type="uint"/>
132 <bitfield name="STEP" low="0" high="15" type="uint"/>
133 <bitfield name="MINOR" low="16" high="27" type="uint"/>
134 <bitfield name="MAJOR" low="28" high="31" type="uint"/>
138 <bitfield name="INTF0" low="0" high="7" type="mdp5_intf_type"/>
139 <bitfield name="INTF1" low="8" high="15" type="mdp5_intf_type"/>
140 <bitfield name="INTF2" low="16" high="23" type="mdp5_intf_type"/>
141 <bitfield name="INTF3" low
[all...]
H A Ddsi.xml89 <bitfield name="MAJOR" low="28" high="31" type="uint"/>
90 <bitfield name="MINOR" low="16" high="27" type="uint"/>
91 <bitfield name="STEP" low="0" high="15" type="uint"/>
144 <bitfield name="VIRT_CHANNEL" low="0" high="1" type="uint"/> <!-- always zero? -->
145 <bitfield name="DST_FORMAT" low="4" high="5" type="dsi_vid_dst_format"/>
146 <bitfield name="TRAFFIC_MODE" low="8" high="9" type="dsi_traffic_mode"/>
159 <bitfield name="RGB_SWAP" low="12" high="14" type="dsi_rgb_swap"/>
162 <bitfield name="START" low="0" high="11" type="uint"/>
163 <bitfield name="END" low="16" high="27" type="uint"/>
166 <bitfield name="START" low
[all...]
/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,hig
133 EF4_EXTRACT64(element,min,max,low,high) global() argument
140 EF4_EXTRACT32(element,min,max,low,high) global() argument
143 EF4_EXTRACT_OWORD64(oword,low,high) global() argument
148 EF4_EXTRACT_QWORD64(qword,low,high) global() argument
152 EF4_EXTRACT_OWORD32(oword,low,high) global() argument
159 EF4_EXTRACT_QWORD32(qword,low,high) global() argument
164 EF4_EXTRACT_DWORD(dword,low,high) global() argument
242 EF4_INSERT_NATIVE64(min,max,low,high,value) global() argument
248 EF4_INSERT_NATIVE32(min,max,low,high,value) global() argument
254 EF4_INSERT_NATIVE(min,max,low,high,value) global() argument
439 EF4_INSERT64(min,max,low,high,value) global() argument
442 EF4_INSERT32(min,max,low,high,value) global() argument
445 EF4_INPLACE_MASK64(min,max,low,high) global() argument
448 EF4_INPLACE_MASK32(min,max,low,high) global() argument
451 EF4_SET_OWORD64(oword,low,high,value) global() argument
460 EF4_SET_QWORD64(qword,low,high,value) global() argument
466 EF4_SET_OWORD32(oword,low,high,value) global() argument
481 EF4_SET_QWORD32(qword,low,high,value) global() argument
490 EF4_SET_DWORD32(dword,low,high,value) global() argument
[all...]
/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()
66 unsigned long low = (unsigned long)raw_cpu_ptr(overflow_stack); in stackinfo_get_overflow() local
67 unsigned long high = low in stackinfo_get_overflow()
81 unsigned long low = (unsigned long)raw_cpu_read(sdei_stack_normal_ptr); stackinfo_get_sdei_normal() local
92 unsigned long low = (unsigned long)raw_cpu_read(sdei_stack_critical_ptr); stackinfo_get_sdei_critical() local
111 unsigned long low = high - THREAD_SIZE; stackinfo_get_efi() local
[all...]
/linux/drivers/gpu/drm/msm/registers/adreno/
H A Da6xx_descriptors.xml47 <bitfield name="XY_MAG" low="1" high="2" type="a6xx_tex_filter"/>
48 <bitfield name="XY_MIN" low="3" high="4" type="a6xx_tex_filter"/>
49 <bitfield name="WRAP_S" low="5" high="7" type="a6xx_tex_clamp"/>
50 <bitfield name="WRAP_T" low="8" high="10" type="a6xx_tex_clamp"/>
51 <bitfield name="WRAP_R" low="11" high="13" type="a6xx_tex_clamp"/>
52 <bitfield name="ANISO" low="14" high="16" type="a6xx_tex_aniso"/>
53 <bitfield name="LOD_BIAS" low="19" high="31" type="fixed" radix="8"/><!-- no idea how many bits for real -->
63 <bitfield name="COMPARE_FUNC" low="1" high="3" type="adreno_compare_func"/>
67 <bitfield name="MAX_LOD" low="8" high="19" type="ufixed" radix="8"/>
68 <bitfield name="MIN_LOD" low
[all...]
H A Da6xx.xml129 <bitfield name="MRB_START" low="0" high="7" shr="2"/>
130 <bitfield name="VSD_START" low="8" high="15" shr="2"/>
131 <bitfield name="IB1_START" low="16" high="23" shr="2"/>
132 <bitfield name="IB2_START" low="24" high="31" shr="2"/>
136 low bits identify where CP_SET_DRAW_STATE stateobj
146 <bitfield name="SDS_START" low="0" high="8" shr="2"/>
148 <bitfield name="ROQ_SIZE" low="16" high="31" shr="2"/>
169 <bitfield name="LEVEL" low="6" high="7"/>
210 <bitfield name="RPTR" low="0" high="9"/>
211 <bitfield name="WPTR" low
[all...]
H A Da3xx.xml799 <bitfield name="NUM_USER_CLIP_PLANES" low="26" high="28" type="uint"/>
802 <bitfield name="HORZ" low="0" high="9" type="uint"/>
803 <bitfield name="VERT" low="10" high="19" type="uint"/>
812 <bitfield name="MIN" low="0" high="15" type="ufixed" radix="4"/>
813 <bitfield name="MAX" low="16" high="31" type="ufixed" radix="4"/>
817 <bitfield name="VAL" low="0" high="23" type="fixed" radix="20"/>
827 <bitfield name="LINEHALFWIDTH" low="3" high="10" radix="2" type="fixed"/>
832 <bitfield name="RENDER_MODE" low="4" high="7" type="a3xx_render_mode"/>
833 <bitfield name="MSAA_SAMPLES" low="8" high="11" type="a3xx_msaa_samples"/>
834 <bitfield name="RASTER_MODE" low
[all...]
H A Dadreno_pm4.xml698 <bitfield name="DST_OFF" low="0" high="15" type="uint"/>
699 <bitfield name="STATE_SRC" low="16" high="18" type="adreno_state_src"/>
700 <bitfield name="STATE_BLOCK" low="19" high="21" type="adreno_state_block"/>
701 <bitfield name="NUM_UNIT" low="22" high="31" type="uint"/>
704 <bitfield name="STATE_TYPE" low="0" high="1" type="adreno_state_type"/>
705 <bitfield name="EXT_SRC_ADDR" low="2" high="31" shr="2"/>
778 <bitfield name="DST_OFF" low="0" high="13" type="uint"/>
779 <bitfield name="STATE_SRC" low="16" high="17" type="a4xx_state_src"/>
780 <bitfield name="STATE_BLOCK" low="18" high="21" type="a4xx_state_block"/>
781 <bitfield name="NUM_UNIT" low
[all...]
H A Da4xx.xml879 <bitfield name="WIDTH" low="0" high="13" type="uint"/>
880 <bitfield name="HEIGHT" low="16" high="29" type="uint"/>
893 <bitfield name="WIDTH" low="0" high="5" shr="5" type="uint"/>
894 <bitfield name="HEIGHT" low="8" high="13" shr="5" type="uint"/>
905 <bitfield name="SAMPLES" low="13" high="15" type="uint"/>
908 <bitfield name="COORD_MASK" low="0" high="3" type="hex"/>
912 <bitfield name="MSAA_SAMPLES" low="7" high="9" type="uint"/>
929 <bitfield name="ROP_CODE" low="8" high="11" type="a3xx_rop_code"/>
930 <bitfield name="COMPONENT_ENABLE" low="24" high="27" type="hex"/>
933 <bitfield name="COLOR_FORMAT" low
[all...]
/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,hig
133 EFX_EXTRACT64(element,min,max,low,high) global() argument
140 EFX_EXTRACT32(element,min,max,low,high) global() argument
143 EFX_EXTRACT_OWORD64(oword,low,high) global() argument
148 EFX_EXTRACT_QWORD64(qword,low,high) global() argument
152 EFX_EXTRACT_OWORD32(oword,low,high) global() argument
159 EFX_EXTRACT_QWORD32(qword,low,high) global() argument
164 EFX_EXTRACT_DWORD(dword,low,high) global() argument
242 EFX_INSERT_NATIVE64(min,max,low,high,value) global() argument
248 EFX_INSERT_NATIVE32(min,max,low,high,value) global() argument
254 EFX_INSERT_NATIVE(min,max,low,high,value) global() argument
514 EFX_INSERT64(min,max,low,high,value) global() argument
517 EFX_INSERT32(min,max,low,high,value) global() argument
520 EFX_INPLACE_MASK64(min,max,low,high) global() argument
523 EFX_INPLACE_MASK32(min,max,low,high) global() argument
526 EFX_SET_OWORD64(oword,low,high,value) global() argument
535 EFX_SET_QWORD64(qword,low,high,value) global() argument
541 EFX_SET_OWORD32(oword,low,high,value) global() argument
556 EFX_SET_QWORD32(qword,low,high,value) global() argument
565 EFX_SET_DWORD32(dword,low,high,value) global() argument
[all...]
/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,hig
135 EFX_EXTRACT64(element,min,max,low,high) global() argument
142 EFX_EXTRACT32(element,min,max,low,high) global() argument
145 EFX_EXTRACT_OWORD64(oword,low,high) global() argument
150 EFX_EXTRACT_QWORD64(qword,low,high) global() argument
154 EFX_EXTRACT_OWORD32(oword,low,high) global() argument
161 EFX_EXTRACT_QWORD32(qword,low,high) global() argument
166 EFX_EXTRACT_DWORD(dword,low,high) global() argument
244 EFX_INSERT_NATIVE64(min,max,low,high,value) global() argument
250 EFX_INSERT_NATIVE32(min,max,low,high,value) global() argument
256 EFX_INSERT_NATIVE(min,max,low,high,value) global() argument
516 EFX_INSERT64(min,max,low,high,value) global() argument
519 EFX_INSERT32(min,max,low,high,value) global() argument
522 EFX_INPLACE_MASK64(min,max,low,high) global() argument
525 EFX_INPLACE_MASK32(min,max,low,high) global() argument
528 EFX_SET_OWORD64(oword,low,high,value) global() argument
537 EFX_SET_QWORD64(qword,low,high,value) global() argument
543 EFX_SET_OWORD32(oword,low,high,value) global() argument
558 EFX_SET_QWORD32(qword,low,high,value) global() argument
567 EFX_SET_DWORD32(dword,low,high,value) global() argument
[all...]
/linux/arch/alpha/kernel/
H A Dmachvec_impl.h56 #define IO_LITE(UP,low) \ argument
59 .mv_ioread8 = CAT(low,_ioread8), \
60 .mv_ioread16 = CAT(low,_ioread16), \
61 .mv_ioread32 = CAT(low,_ioread32), \
62 .mv_ioread64 = CAT(low,_ioread64), \
63 .mv_iowrite8 = CAT(low,_iowrite8), \
64 .mv_iowrite16 = CAT(low,_iowrite16), \
65 .mv_iowrite32 = CAT(low,_iowrite32), \
66 .mv_iowrite64 = CAT(low,_iowrite64), \
67 .mv_readb = CAT(low,_read
81 IO(UP,low) global() argument
[all...]
/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 memor
[all...]
/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 SM4250 platform.
86 Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
87 (Low Power Island) found on the Qualcomm Technologies Inc SM6115 platform.
95 Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
96 (Low Powe
[all...]
/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"
[all...]
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-bcm6358.txt18 - brcm,clk-dat-low : Boolean, makes clock and data signals active low.
43 active-low;
48 active-low;
53 active-low;
58 active-low;
69 brcm,pol-low;
74 active-low;
79 active-low;
89 active-low;
[all...]
/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 in data_calc()
[all...]

12345678910>>...207