| /kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
| D | nand_ids.c | 29 {"TC58NVG0S3E 1G 3.3V 8-bit", 31 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512), }, 32 {"TC58NVG2S0F 4G 3.3V 8-bit", 34 SZ_4K, SZ_512, SZ_256K, 0, 8, 224, NAND_ECC_INFO(4, SZ_512) }, 35 {"TC58NVG2S0H 4G 3.3V 8-bit", 37 SZ_4K, SZ_512, SZ_256K, 0, 8, 256, NAND_ECC_INFO(8, SZ_512) }, 38 {"TC58NVG3S0F 8G 3.3V 8-bit", 40 SZ_4K, SZ_1K, SZ_256K, 0, 8, 232, NAND_ECC_INFO(4, SZ_512) }, 41 {"TC58NVG5D2 32G 3.3V 8-bit", 43 SZ_8K, SZ_4K, SZ_1M, 0, 8, 640, NAND_ECC_INFO(40, SZ_1K) }, [all …]
|
| /kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
| D | nand_ids.c | 29 {"TC58NVG0S3E 1G 3.3V 8-bit", 31 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512), }, 32 {"TC58NVG2S0F 4G 3.3V 8-bit", 34 SZ_4K, SZ_512, SZ_256K, 0, 8, 224, NAND_ECC_INFO(4, SZ_512) }, 35 {"TC58NVG2S0H 4G 3.3V 8-bit", 37 SZ_4K, SZ_512, SZ_256K, 0, 8, 256, NAND_ECC_INFO(8, SZ_512) }, 38 {"TC58NVG3S0F 8G 3.3V 8-bit", 40 SZ_4K, SZ_1K, SZ_256K, 0, 8, 232, NAND_ECC_INFO(4, SZ_512) }, 41 {"TC58NVG5D2 32G 3.3V 8-bit", 43 SZ_8K, SZ_4K, SZ_1M, 0, 8, 640, NAND_ECC_INFO(40, SZ_1K) }, [all …]
|
| /kernel/linux/linux-5.10/arch/microblaze/lib/ |
| D | fastcopy.S | 82 lwi r11, r6, 8 /* t3 = *(s + 8) */ 86 swi r11, r5, 8 /* *(d + 8) = t3 */ 115 lwi r12, r8, 4 /* v = *(as + 4) */ 116 bsrli r9, r12, 8 /* t1 = v >> 8 */ 119 bslli r11, r12, 24 /* h = v << 24 */ 120 lwi r12, r8, 8 /* v = *(as + 8) */ 121 bsrli r9, r12, 8 /* t1 = v >> 8 */ 124 bslli r11, r12, 24 /* h = v << 24 */ 125 lwi r12, r8, 12 /* v = *(as + 12) */ 126 bsrli r9, r12, 8 /* t1 = v >> 8 */ [all …]
|
| /kernel/linux/linux-6.6/arch/microblaze/lib/ |
| D | fastcopy.S | 82 lwi r11, r6, 8 /* t3 = *(s + 8) */ 86 swi r11, r5, 8 /* *(d + 8) = t3 */ 115 lwi r12, r8, 4 /* v = *(as + 4) */ 116 bsrli r9, r12, 8 /* t1 = v >> 8 */ 119 bslli r11, r12, 24 /* h = v << 24 */ 120 lwi r12, r8, 8 /* v = *(as + 8) */ 121 bsrli r9, r12, 8 /* t1 = v >> 8 */ 124 bslli r11, r12, 24 /* h = v << 24 */ 125 lwi r12, r8, 12 /* v = *(as + 12) */ 126 bsrli r9, r12, 8 /* t1 = v >> 8 */ [all …]
|
| /kernel/linux/linux-5.10/lib/crypto/ |
| D | blake2s-generic.c | 21 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 22 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 23 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 24 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 25 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, 26 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 }, 27 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 }, 28 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 }, 29 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 }, 30 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0 }, [all …]
|
| /kernel/linux/linux-6.6/lib/crypto/ |
| D | blake2s-generic.c | 20 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 21 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 22 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 23 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 24 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, 25 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 }, 26 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 }, 27 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 }, 28 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 }, 29 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0 }, [all …]
|
| /kernel/linux/linux-6.6/arch/arm/crypto/ |
| D | blake2s-core.S | 100 // d = ror32(d ^ a, 8); 105 add \c0, \c0, \d0, ror#8 106 add \c1, \c1, \d1, ror#8 113 // Execute one round of BLAKE2s by updating the state matrix v[0..15]. v[0..9] 114 // are in r0..r9. The stack pointer points to 8 bytes of scratch space for 115 // spilling v[8..9], then to v[9..15], then to the message block. r10-r12 and 127 // that they end up as (7, 8) after every round. 132 // (v[0], v[4], v[8], v[12]) and (v[1], v[5], v[9], v[13]). 133 __ldrd r10, r11, sp, 16 // load v[12] and v[13] 140 // (v[2], v[6], v[10], v[14]) and (v[3], v[7], v[11], v[15]). [all …]
|
| D | blake2b-neon-core.S | 48 // Tables for computing ror64(x, 24) and ror64(x, 16) using the vtbl.8 63 // Execute one round of BLAKE2b by updating the state matrix v[0..15] in the 73 // (v[0], v[4], v[8], v[12]), (v[1], v[5], v[9], v[13]), 74 // (v[2], v[6], v[10], v[14]), and (v[3], v[7], v[11], v[15]). 95 vld1.8 {M_0}, [ROR24_TABLE, :64] 98 vtbl.8 d4, {d4}, M_0 99 vtbl.8 d5, {d5}, M_0 100 vtbl.8 d6, {d6}, M_0 101 vtbl.8 d7, {d7}, M_0 109 vld1.8 {M_0}, [sp, :64] [all …]
|
| /kernel/linux/linux-6.6/crypto/ |
| D | blake2b_generic.c | 26 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 27 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 28 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 29 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 30 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, 31 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 }, 32 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 }, 33 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 }, 34 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 }, 35 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0 }, [all …]
|
| /kernel/linux/linux-6.6/arch/alpha/kernel/ |
| D | entry.S | 26 .cfi_rel_offset 64, 8 52 stq $1, 8($sp) 58 .cfi_rel_offset $1, 8 67 stq $8, 64($sp) 85 .cfi_rel_offset $8, 64 100 ldq $1, 8($sp) 110 ldq $8, 64($sp) 134 .cfi_restore $8 152 .cfi_rel_offset $10, 8 178 lda $8, 0x3fff [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/media/sunxi/cedrus/ |
| D | cedrus_regs.h | 13 #define SHIFT_AND_MASK_BITS(v, h, l) \ argument 14 (((unsigned long)(v) << (l)) & GENMASK(h, l)) 96 #define VE_DEC_MPEG_MP12HDR_F_CODE_SHIFT(x, y) (24 - 4 * (y) - 8 * (x)) 103 SHIFT_AND_MASK_BITS(s, 9, 8) 104 #define VE_DEC_MPEG_MP12HDR_TOP_FIELD_FIRST(v) \ argument 105 ((v) ? BIT(7) : 0) 106 #define VE_DEC_MPEG_MP12HDR_FRAME_PRED_FRAME_DCT(v) \ argument 107 ((v) ? BIT(6) : 0) 108 #define VE_DEC_MPEG_MP12HDR_CONCEALMENT_MOTION_VECTORS(v) \ argument 109 ((v) ? BIT(5) : 0) [all …]
|
| /kernel/linux/linux-6.6/arch/sh/mm/ |
| D | flush-sh4.c | 16 reg_size_t aligned_start, v, cnt, end; in sh4__flush_wback_region() local 19 v = aligned_start & ~(L1_CACHE_BYTES-1); in sh4__flush_wback_region() 22 cnt = (end - v) / L1_CACHE_BYTES; in sh4__flush_wback_region() 24 while (cnt >= 8) { in sh4__flush_wback_region() 25 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 26 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 27 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 28 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 29 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 30 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() [all …]
|
| /kernel/linux/linux-5.10/arch/sh/mm/ |
| D | flush-sh4.c | 16 reg_size_t aligned_start, v, cnt, end; in sh4__flush_wback_region() local 19 v = aligned_start & ~(L1_CACHE_BYTES-1); in sh4__flush_wback_region() 22 cnt = (end - v) / L1_CACHE_BYTES; in sh4__flush_wback_region() 24 while (cnt >= 8) { in sh4__flush_wback_region() 25 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 26 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 27 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 28 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 29 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 30 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/ |
| D | cedrus_regs.h | 13 #define SHIFT_AND_MASK_BITS(v, h, l) \ argument 14 (((unsigned long)(v) << (l)) & GENMASK(h, l)) 96 #define VE_DEC_MPEG_MP12HDR_F_CODE_SHIFT(x, y) (24 - 4 * (y) - 8 * (x)) 103 SHIFT_AND_MASK_BITS(s, 9, 8) 104 #define VE_DEC_MPEG_MP12HDR_TOP_FIELD_FIRST(v) \ argument 105 ((v) ? BIT(7) : 0) 106 #define VE_DEC_MPEG_MP12HDR_FRAME_PRED_FRAME_DCT(v) \ argument 107 ((v) ? BIT(6) : 0) 108 #define VE_DEC_MPEG_MP12HDR_CONCEALMENT_MOTION_VECTORS(v) \ argument 109 ((v) ? BIT(5) : 0) [all …]
|
| /kernel/linux/linux-5.10/crypto/ |
| D | blake2b_generic.c | 28 #define BLAKE2B_160_DIGEST_SIZE (160 / 8) 29 #define BLAKE2B_256_DIGEST_SIZE (256 / 8) 30 #define BLAKE2B_384_DIGEST_SIZE (384 / 8) 31 #define BLAKE2B_512_DIGEST_SIZE (512 / 8) 39 u64 h[8]; 46 static const u64 blake2b_IV[8] = { 54 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 55 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 56 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 57 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, [all …]
|
| /kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun6i-csi/ |
| D | sun6i_csi_reg.h | 18 #define SUN6I_CSI_EN_PTN_CYCLE(v) (((v) << 16) & GENMASK(23, 16)) argument 19 #define SUN6I_CSI_EN_SRAM_PWDN BIT(8) 29 #define SUN6I_CSI_IF_CFG_FIELD_DT_PCLK_SHIFT(v) (((v) << 24) & GENMASK(27, 24)) argument 44 #define SUN6I_CSI_IF_CFG_DATA_WIDTH_8 (0 << 8) 45 #define SUN6I_CSI_IF_CFG_DATA_WIDTH_10 (1 << 8) 46 #define SUN6I_CSI_IF_CFG_DATA_WIDTH_12 (2 << 8) 47 #define SUN6I_CSI_IF_CFG_DATA_WIDTH_8_PLUS_2 (3 << 8) 48 #define SUN6I_CSI_IF_CFG_DATA_WIDTH_2_TIMES_8 (4 << 8) 57 #define SUN6I_CSI_CAP_MASK(v) (((v) << 2) & GENMASK(5, 2)) argument 70 #define SUN6I_CSI_CH_CFG_PAD_VAL(v) (((v) << 24) & GENMASK(31, 24)) argument [all …]
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
| D | drm_fourcc.h | 12 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ 15 #define DRM_FORMAT_C8 fourcc_code('C', '8', ' ', ' ') 16 #define DRM_FORMAT_R8 fourcc_code('R', '8', ' ', ' ') 18 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') 19 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') 22 #define DRM_FORMAT_RGB332 fourcc_code('R', 'G', 'B', '8') 23 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') 60 #define DRM_FORMAT_YUYV fourcc_code('Y', 'U', 'Y', 'V') 61 #define DRM_FORMAT_YVYU fourcc_code('Y', 'V', 'Y', 'U') 62 #define DRM_FORMAT_UYVY fourcc_code('U', 'Y', 'V', 'Y') [all …]
|
| /kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun8i-di/ |
| D | sun8i-di.h | 34 #define DEINTERLACE_AGTH_SEL_LINEBUF BIT(8) 43 #define DEINTERLACE_FIELD_CTRL_FIELD_CNT(v) ((v) & 0xff) argument 55 #define DEINTERLACE_IN_FMT_PS(v) ((v) & 3) argument 56 #define DEINTERLACE_IN_FMT_FMT(v) (((v) & 7) << 4) argument 57 #define DEINTERLACE_IN_FMT_MOD(v) (((v) & 7) << 8) argument 64 #define DEINTERLACE_OUT_FMT_FMT(v) ((v) & 0xf) argument 65 #define DEINTERLACE_OUT_FMT_PS(v) (((v) & 3) << 5) argument 81 #define DEINTERLACE_CTRL_FLAG_OUT_EN BIT(8) 90 #define DEINTERLACE_DIAG_INTP_TH0(v) ((v) & 0x7f) argument 92 #define DEINTERLACE_DIAG_INTP_TH1(v) (((v) & 0x7f) << 8) argument [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun8i-di/ |
| D | sun8i-di.h | 34 #define DEINTERLACE_AGTH_SEL_LINEBUF BIT(8) 43 #define DEINTERLACE_FIELD_CTRL_FIELD_CNT(v) ((v) & 0xff) argument 55 #define DEINTERLACE_IN_FMT_PS(v) ((v) & 3) argument 56 #define DEINTERLACE_IN_FMT_FMT(v) (((v) & 7) << 4) argument 57 #define DEINTERLACE_IN_FMT_MOD(v) (((v) & 7) << 8) argument 64 #define DEINTERLACE_OUT_FMT_FMT(v) ((v) & 0xf) argument 65 #define DEINTERLACE_OUT_FMT_PS(v) (((v) & 3) << 5) argument 81 #define DEINTERLACE_CTRL_FLAG_OUT_EN BIT(8) 90 #define DEINTERLACE_DIAG_INTP_TH0(v) ((v) & 0x7f) argument 92 #define DEINTERLACE_DIAG_INTP_TH1(v) (((v) & 0x7f) << 8) argument [all …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | subdev-formats.rst | 164 on parallel busses for transferring an 8 bits per sample BGR data, whereas on 200 8-bit samples per pixel with the most significant bits (padding, red and 256 - 8 1762 - r\ :sub:`8` 1772 - g\ :sub:`8` 1782 - b\ :sub:`8` 1848 - 8 1947 - r\ :sub:`8` 1959 - g\ :sub:`8` 1971 - b\ :sub:`8` [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | subdev-formats.rst | 160 on parallel busses for transferring an 8 bits per sample BGR data, whereas on 196 8-bit samples per pixel with the most significant bits (padding, red and 252 - 8 1573 - r\ :sub:`8` 1583 - g\ :sub:`8` 1593 - b\ :sub:`8` 1659 - 8 1676 - r\ :sub:`8` 1688 - g\ :sub:`8` 1700 - b\ :sub:`8` [all …]
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| D | atafb_iplan2p8.c | 3 * interleaved bitplanes à la Atari (8 20 #define BPL 8 24 /* Copies a 8 plane column from 's', height 'h', to 'd'. */ 26 /* This expands a 8 bit color into two longs for two movepl (8 plane) 57 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() 58 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() 63 width -= 8; in atafb_iplan2p8_copyarea() 79 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p8_copyarea() 82 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() 83 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() [all …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | atafb_iplan2p8.c | 3 * interleaved bitplanes à la Atari (8 20 #define BPL 8 24 /* Copies a 8 plane column from 's', height 'h', to 'd'. */ 26 /* This expands a 8 bit color into two longs for two movepl (8 plane) 57 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() 58 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() 63 width -= 8; in atafb_iplan2p8_copyarea() 79 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p8_copyarea() 82 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() 83 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
| D | regs-scaler.h | 57 * 2 80 84 88 8c 160 164 168 16c 63 * 8 e0 e4 e8 ec 1c0 1c4 1c8 1cc 77 * 8 130 134 210 214 143 #define SCALER_CFG_16_BURST_MODE (1 << 8) 165 #define SCALER_INT_EN_ILLEGAL_SRC_YV_POS (1 << 8) 193 #define SCALER_INT_STATUS_ILLEGAL_SRC_YV_POS (1 << 8) 206 #define SCALER_SRC_CFG_SET_BYTE_SWAP(v) SCALER_SET(v, 6, 5) argument 208 #define SCALER_SRC_CFG_SET_COLOR_FORMAT(v) SCALER_SET(v, 4, 0) argument 232 #define SCALER_SRC_SPAN_SET_C_SPAN(v) SCALER_SET(v, 29, 16) argument 234 #define SCALER_SRC_SPAN_SET_Y_SPAN(v) SCALER_SET(v, 13, 0) argument [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
| D | regs-scaler.h | 57 * 2 80 84 88 8c 160 164 168 16c 63 * 8 e0 e4 e8 ec 1c0 1c4 1c8 1cc 77 * 8 130 134 210 214 143 #define SCALER_CFG_16_BURST_MODE (1 << 8) 165 #define SCALER_INT_EN_ILLEGAL_SRC_YV_POS (1 << 8) 193 #define SCALER_INT_STATUS_ILLEGAL_SRC_YV_POS (1 << 8) 206 #define SCALER_SRC_CFG_SET_BYTE_SWAP(v) SCALER_SET(v, 6, 5) argument 208 #define SCALER_SRC_CFG_SET_COLOR_FORMAT(v) SCALER_SET(v, 4, 0) argument 232 #define SCALER_SRC_SPAN_SET_C_SPAN(v) SCALER_SET(v, 29, 16) argument 234 #define SCALER_SRC_SPAN_SET_Y_SPAN(v) SCALER_SET(v, 13, 0) argument [all …]
|