/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-srggb10-ipu3.rst | 39 - 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 D | pixfmt-z16.rst | 32 - 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 D | pixfmt-tch-tu16.rst | 32 - 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 D | pixfmt-tch-td16.rst | 33 - 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 D | pixfmt-srggb10.rst | 42 - 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 D | pixfmt-srggb16.rst | 37 - 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 D | pixfmt-srggb12.rst | 43 - 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 D | pixfmt-srggb14.rst | 43 - 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 D | pixfmt-srggb10p.rst | 48 - G\ :sub:`03low`\ (bits 7--6) B\ :sub:`02low`\ (bits 5--4) 50 G\ :sub:`01low`\ (bits 3--2) B\ :sub:`00low`\ (bits 1--0) 56 - R\ :sub:`13low`\ (bits 7--6) G\ :sub:`12low`\ (bits 5--4) 58 R\ :sub:`11low`\ (bits 3--2) G\ :sub:`10low`\ (bits 1--0) 64 - G\ :sub:`23low`\ (bits 7--6) B\ :sub:`22low`\ (bits 5--4) 66 G\ :sub:`21low`\ (bits 3--2) B\ :sub:`20low`\ (bits 1--0) 72 - R\ :sub:`33low`\ (bits 7--6) G\ :sub:`32low`\ (bits 5--4) 74 R\ :sub:`31low`\ (bits 3--2) G\ :sub:`30low`\ (bits 1--0)
|
/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | bitfield.h | 46 /* 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/arch/arm64/include/asm/ |
H A D | stacktrace.h | 27 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 + OVERFLOW_STACK_SIZE; in stackinfo_get_overflow() 70 .low = low, in stackinfo_get_overflow() 81 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 D | bitfield.h | 48 /* 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 D | bitfield.h | 46 /* 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/drivers/gpu/drm/msm/registers/display/ |
H A D | dsi.xml | 89 <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="15" type="uint"/> 163 <bitfield name="END" low="16" high="31" type="uint"/> 166 <bitfield name="START" low="0" high="15" type="uint"/> [all …]
|
H A D | mdp4.xml | 66 <bitfield name="PIPE0" low="0" high="2" type="mdp_mixer_stage_id"/> 68 <bitfield name="PIPE1" low="4" high="6" type="mdp_mixer_stage_id"/> 70 <bitfield name="PIPE2" low="8" high="10" type="mdp_mixer_stage_id"/> 72 <bitfield name="PIPE3" low="12" high="14" type="mdp_mixer_stage_id"/> 74 <bitfield name="PIPE4" low="16" high="18" type="mdp_mixer_stage_id"/> 76 <bitfield name="PIPE5" low="20" high="22" type="mdp_mixer_stage_id"/> 78 <bitfield name="PIPE6" low="24" high="26" type="mdp_mixer_stage_id"/> 80 <bitfield name="PIPE7" low="28" high="30" type="mdp_mixer_stage_id"/> 108 <bitfield name="MINOR" low="16" high="23" type="uint"/> 109 <bitfield name="MAJOR" low="24" high="31" type="uint"/> [all …]
|
/linux/arch/alpha/kernel/ |
H A D | machvec_impl.h | 56 #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/drivers/gpu/drm/msm/registers/adreno/ |
H A D | a3xx.xml | 799 <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 D | a4xx.xml | 879 <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 …]
|
H A D | a2xx.xml | 1031 <bitfield name="COLUMN" low="0" high="2" type="uint"/> 1032 <bitfield name="ROW" low="3" high="5" type="uint"/> 1033 <bitfield name="GUARD_BAND_MASK" low="6" high="8" type="uint"/> 1057 <bitfield name="RB_W_CLNT_BEHAVIOR" low="4" high="5" type="adreno_mmu_clnt_beh"/> 1058 <bitfield name="CP_W_CLNT_BEHAVIOR" low="6" high="7" type="adreno_mmu_clnt_beh"/> 1059 <bitfield name="CP_R0_CLNT_BEHAVIOR" low="8" high="9" type="adreno_mmu_clnt_beh"/> 1060 <bitfield name="CP_R1_CLNT_BEHAVIOR" low="10" high="11" type="adreno_mmu_clnt_beh"/> 1061 <bitfield name="CP_R2_CLNT_BEHAVIOR" low="12" high="13" type="adreno_mmu_clnt_beh"/> 1062 <bitfield name="CP_R3_CLNT_BEHAVIOR" low="14" high="15" type="adreno_mmu_clnt_beh"/> 1063 <bitfield name="CP_R4_CLNT_BEHAVIOR" low="16" high="17" type="adreno_mmu_clnt_beh"/> [all …]
|
/linux/Documentation/arch/arm64/ |
H A D | kdump.rst | 21 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/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | ethtool-coalesce.sh | 30 ["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 D | leds-bcm6358.txt | 18 - 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 D | rtc-max8925.c | 113 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 …]
|
/linux/arch/arm/boot/dts/nuvoton/ |
H A D | nuvoton-npcm750-runbmc-olympus-pincfg.dtsi | 9 output-low; 14 output-low; 19 output-low; 24 output-low; 49 output-low; 64 output-low; 69 output-low; 74 output-low; 79 output-low; 189 output-low; [all …]
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ptp.c | 67 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 …]
|