Home
last modified time | relevance | path

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

12345678910>>...150

/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-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-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-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/arch/arm/
H A DKconfig.debug112 bool "Kernel low-level debugging functions (read help!)"
125 prompt "Kernel low-level debugging port"
129 bool "Kernel low-level debugging messages via Alpine UART0"
133 Say Y here if you want kernel low-level debugging support
137 bool "Kernel low-level debugging via asm9260 UART"
158 bool "Kernel low-level debugging on AT91RM9200, AT91SAM9, SAM9X60 DBGU"
162 Say Y here if you want kernel low-level debugging support
168 bool "Kernel low-level debugging on AT91SAM{9263,9G45,A5D3} DBGU"
172 Say Y here if you want kernel low-level debugging support
178 bool "Kernel low-level debugging on SAMA5D2 UART1"
[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,high) from the 64-bit little-endian
133 #define EF4_EXTRACT64(element, min, max, low, high) \ argument
[all …]
/linux/drivers/gpu/drm/msm/registers/display/
H A Dmdp5.xml14 <bitfield name="STEP" low="0" high="15" type="uint"/>
15 <bitfield name="MINOR" low="16" high="27" type="uint"/>
16 <bitfield name="MAJOR" low="28" high="31" type="uint"/>
142 <bitfield name="CLIENT0" low="0" high="7" type="uint"/>
143 <bitfield name="CLIENT1" low="8" high="15" type="uint"/>
144 <bitfield name="CLIENT2" low="16" high="23" type="uint"/>
148 <bitfield name="STEP" low="0" high="15" type="uint"/>
149 <bitfield name="MINOR" low="16" high="27" type="uint"/>
150 <bitfield name="MAJOR" low="28" high="31" type="uint"/>
154 <bitfield name="INTF0" low="0" high="7" type="mdp5_intf_type"/>
[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="0" high="11" type="uint"/>
[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()
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 …]
/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 …]
/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 …]
/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,_readb), \
[all …]
/linux/arch/x86/include/asm/
H A Dmsr.h46 /* Using 64-bit values saves one instruction clearing the high half of low */
47 #define DECLARE_ARGS(val, low, high) unsigned long low, high argument
48 #define EAX_EDX_VAL(val, low, high) ((low) | (high) << 32) argument
49 #define EAX_EDX_RET(val, low, high) "=a" (low), "=d" (high) argument
51 #define DECLARE_ARGS(val, low, high) unsigned long long val argument
52 #define EAX_EDX_VAL(val, low, high) (val) argument
53 #define EAX_EDX_RET(val, low, hig argument
94 __wrmsr(unsigned int msr,u32 low,u32 high) __wrmsr() argument
106 __wrmsrns(u32 msr,u32 low,u32 high) __wrmsrns() argument
122 native_wrmsr(msr,low,high) global() argument
158 native_write_msr(unsigned int msr,u32 low,u32 high) native_write_msr() argument
168 native_write_msr_safe(unsigned int msr,u32 low,u32 high) native_write_msr_safe() argument
260 rdmsr(msr,low,high) global() argument
267 wrmsr(unsigned int msr,u32 low,u32 high) wrmsr() argument
281 wrmsr_safe(unsigned int msr,u32 low,u32 high) wrmsr_safe() argument
287 rdmsr_safe(msr,low,high) global() argument
304 rdpmc(counter,low,high) global() argument
[all...]
/linux/drivers/gpu/drm/msm/registers/adreno/
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="12" high="15"/>
[all …]
H A Dadreno_pm4.xml686 <bitfield name="DST_OFF" low="0" high="15" type="uint"/>
687 <bitfield name="STATE_SRC" low="16" high="18" type="adreno_state_src"/>
688 <bitfield name="STATE_BLOCK" low="19" high="21" type="adreno_state_block"/>
689 <bitfield name="NUM_UNIT" low="22" high="31" type="uint"/>
692 <bitfield name="STATE_TYPE" low="0" high="1" type="adreno_state_type"/>
693 <bitfield name="EXT_SRC_ADDR" low="2" high="31" shr="2"/>
766 <bitfield name="DST_OFF" low="0" high="13" type="uint"/>
767 <bitfield name="STATE_SRC" low="16" high="17" type="a4xx_state_src"/>
768 <bitfield name="STATE_BLOCK" low="18" high="21" type="a4xx_state_block"/>
769 <bitfield name="NUM_UNIT" low="22" high="31" type="uint"/>
[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="0" high="5" type="a4xx_color_fmt"/>
[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 memory will be done. Currently the default size is 128M,
63 sufficient for the low memory needs of the kdump kernel.
[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 Power Island) found on the Qualcomm Technologies Inc SM8250 platform.
[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"
53 ["rx-frames-low"]=""
54 ["tx-frames-low"]=""
66 ["pkt-rate-low"]=""
67 ["rx-usecs-low"]=""
68 ["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;
98 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 = 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 …]

12345678910>>...150