Searched refs:ch2 (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/scripts/ |
| H A D | compress.sh | 17 ch2=`printf "%08x\n" $dec_size | sed 's/\(..\)/\1 /g' | awk '{ printf $2 }'` 18 ch2=`printf '%03o' $((0x$ch2))` 22 (cat ${FILE} | ${ALGO} -9 -k -f && printf \\$ch0\\$ch1\\$ch2\\$ch3) > ${FILE}.${ALGO}
|
| H A D | Makefile.lib | 424 for ch in $$ch3 $$ch2 $$ch1 $$ch0; do \
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rv1103b-pinctrl.dtsi | 359 pwm0m0_ch2_pins: pwm0m0-ch2-pins { 380 pwm0m1_ch2_pins: pwm0m1-ch2-pins { 396 pwm0m2_ch2_pins: pwm0m2-ch2-pins { 414 pwm1m0_ch2_pins: pwm1m0-ch2-pins { 435 pwm1m1_ch2_pins: pwm1m1-ch2-pins { 458 pwm2m0_ch2_pins: pwm2m0-ch2-pins { 479 pwm2m1_ch2_pins: pwm2m1-ch2-pins {
|
| H A D | stih407-clock.dtsi | 127 "clk-s-c0-fs0-ch2", 209 "clk-s-d0-fs0-ch2", 243 "clk-s-d2-fs0-ch2", 297 "clk-s-d3-fs0-ch2",
|
| H A D | stih410-clock.dtsi | 132 "clk-s-c0-fs0-ch2", 228 "clk-s-d0-fs0-ch2", 264 "clk-s-d2-fs0-ch2", 318 "clk-s-d3-fs0-ch2",
|
| H A D | rv1126b-pinctrl.dtsi | 849 pwm0m0_ch2_pins: pwm0m0-ch2-pins { 890 pwm0m1_ch2_pins: pwm0m1-ch2-pins { 931 pwm0m2_ch2_pins: pwm0m2-ch2-pins { 974 pwm1m0_ch2_pins: pwm1m0-ch2-pins { 995 pwm1m1_ch2_pins: pwm1m1-ch2-pins { 1016 pwm1m2_ch2_pins: pwm1m2-ch2-pins { 1039 pwm2m0_ch2_pins: pwm2m0-ch2-pins { 1080 pwm2m1_ch2_pins: pwm2m1-ch2-pins { 1121 pwm2m2_ch2_pins: pwm2m2-ch2-pins { 1144 pwm3m0_ch2_pins: pwm3m0-ch2-pins { [all …]
|
| H A D | rk3506-pinctrl-rmio.dtsi | 136 rm_io0_pwm0_ch2: rm-io0-pwm0-ch2 { 152 rm_io0_pwm1_ch2: rm-io0-pwm1-ch2 { 531 rm_io1_pwm0_ch2: rm-io1-pwm0-ch2 { 547 rm_io1_pwm1_ch2: rm-io1-pwm1-ch2 { 926 rm_io2_pwm0_ch2: rm-io2-pwm0-ch2 { 942 rm_io2_pwm1_ch2: rm-io2-pwm1-ch2 { 1321 rm_io3_pwm0_ch2: rm-io3-pwm0-ch2 { 1337 rm_io3_pwm1_ch2: rm-io3-pwm1-ch2 { 1716 rm_io4_pwm0_ch2: rm-io4-pwm0-ch2 { 1732 rm_io4_pwm1_ch2: rm-io4-pwm1-ch2 { [all …]
|
| H A D | r8a7796.dtsi | 573 interrupt-names = "ch0", "ch1", "ch2", "ch3", 858 "ch0", "ch1", "ch2", "ch3", 892 "ch0", "ch1", "ch2", "ch3", 926 "ch0", "ch1", "ch2", "ch3",
|
| H A D | r8a7795.dtsi | 448 "ch0", "ch1", "ch2", "ch3", 482 "ch0", "ch1", "ch2", "ch3", 516 "ch0", "ch1", "ch2", "ch3", 550 "ch0", "ch1", "ch2", "ch3", 584 "ch0", "ch1", "ch2", "ch3", 625 interrupt-names = "ch0", "ch1", "ch2", "ch3", 1477 dma-names = "ch0", "ch1", "ch2", "ch3";
|
| H A D | rk3576-pinctrl.dtsi | 2347 pwm1m0_ch2: pwm1m0-ch2 { 2383 pwm1m1_ch2: pwm1m1-ch2 { 2419 pwm1m2_ch2: pwm1m2-ch2 { 2455 pwm1m3_ch2: pwm1m3-ch2 { 2493 pwm2m0_ch2: pwm2m0-ch2 { 2541 pwm2m1_ch2: pwm2m1-ch2 { 2589 pwm2m2_ch2: pwm2m2-ch2 { 2637 pwm2m3_ch2: pwm2m3-ch2 {
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | stb_truetype.h | 700 STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2); 1513 STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2) in stbtt_GetCodepointKernAdvance() argument 1517 …rn stbtt_GetGlyphKernAdvance(info, stbtt_FindGlyphIndex(info,ch1), stbtt_FindGlyphIndex(info,ch2)); in stbtt_GetCodepointKernAdvance() 3060 stbtt_uint16 ch2 = s2[2]*256 + s2[3]; in stbtt__CompareUTF8toUTF16_bigendian_prefix() local 3062 c = ((ch - 0xd800) << 10) + (ch2 - 0xdc00) + 0x10000; in stbtt__CompareUTF8toUTF16_bigendian_prefix()
|