| /OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf530x/ |
| H A D | cpu_init.c | 40 csm_t *csm = (csm_t *)(MMAP_CSM); in init_csm() local 44 out_be16(&csm->csar0, CONFIG_SYS_CS0_BASE); in init_csm() 45 out_be32(&csm->csmr0, CONFIG_SYS_CS0_MASK); in init_csm() 46 out_be16(&csm->cscr0, CONFIG_SYS_CS0_CTRL); in init_csm() 47 MCF5307_SP_ERR_FIX(CONFIG_SYS_CS0_BASE, csm->csmr0); in init_csm() 53 out_be16(&csm->csar1, CONFIG_SYS_CS1_BASE); in init_csm() 54 out_be32(&csm->csmr1, CONFIG_SYS_CS1_MASK); in init_csm() 55 out_be16(&csm->cscr1, CONFIG_SYS_CS1_CTRL); in init_csm() 56 MCF5307_SP_ERR_FIX(CONFIG_SYS_CS1_BASE, csm->csmr1); in init_csm() 60 out_be16(&csm->csar2, CONFIG_SYS_CS2_BASE); in init_csm() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/ |
| H A D | sample_csm_module.cpp | 23 printf ("enter CSM modult test!\n"); in sample_print_csm_info() 33 RKAIQ_SAMPLE_CHECK_RET(ret, "setCsmAttr failed in getting csm attrib!"); in sample_set_csm_attrib() 34 printf("csm coeff[0]: %f\n", attrib.param.coeff[0]); in sample_set_csm_attrib() 58 RKAIQ_SAMPLE_CHECK_RET(ret, "set CSM Attr failed!"); in sample_set_csm_attrib() 59 printf("set CSM Attr\n\n"); in sample_set_csm_attrib() 71 RKAIQ_SAMPLE_CHECK_RET(ret, "get CSM Attr failed!"); in sample_get_csm_attrib() 72 printf("get CSM Attr\n\n"); in sample_get_csm_attrib() 81 printf("csm range: %s\n", attrib.param.full_range ? "full" : "limit"); in sample_get_csm_attrib() 82 printf("csm y_offset: %d\n", attrib.param.y_offset); in sample_get_csm_attrib() 83 printf("csm c_offset: %d\n", attrib.param.c_offset); in sample_get_csm_attrib() [all …]
|
| H A D | sample_image_process.cpp | 117 printf("\t e) CSM: module test sample.\n"); in sample_usage() 245 printf("enter CSM module test\n"); in sample_main()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acsm/ |
| H A D | rk_aiq_algo_acsm_itf.cpp | 52 Csm_Param_t *csm = in create_context() local 53 (Csm_Param_t*)(CALIBDBV2_GET_MODULE_PTR(ctx->acsmCtx.calibv2, csm)); in create_context() 54 if (csm && (csm->full_range)) { in create_context() 55 *params = *csm; in create_context() 87 Csm_Param_t *csm = in prepare() local 88 (Csm_Param_t*)(CALIBDBV2_GET_MODULE_PTR(pCfgParam->com.u.prepare.calibv2, csm)); in prepare() 89 if (csm && (csm->full_range)) { in prepare() 90 *acsm_params = *csm; in prepare()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/ |
| H A D | RkAiqCalibDbV2Helper.h | 95 {"csm", CALIBV2_MODULE_RELATIVE_OFFSET_ISP21(csm)}, 134 {"csm", CALIBV2_MODULE_RELATIVE_OFFSET_ISP30(csm)}, 195 {"csm", CALIBV2_MODULE_RELATIVE_OFFSET_ISP32(csm)},
|
| H A D | RkAiqCalibDbV2TypesIsp21.h | 121 // M4_STRUCT_DESC("csm", "normal_ui_style") 122 CalibDbV2_csm_t csm; member
|
| H A D | RkAiqCalibDbV2TypesIsp3x.h | 132 // M4_STRUCT_DESC("csm", "normal_ui_style") 133 CalibDbV2_csm_t csm; member
|
| H A D | RkAiqCalibDbV2TypesIsp32.h | 162 // M4_STRUCT_DESC("csm", "normal_ui_style") 163 CalibDbV2_csm_t csm; member
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | stb0899_algo.c | 758 * Set CSM to AUTO mode 882 /* scale UWP+CSM frequency to sample rate*/ in stb0899_dvbs2_set_srate() 965 * Initialize DVBS2 UWP, CSM, carrier and timing loops 973 /* config uwp and csm */ in stb0899_dvbs2_init_calc() 1086 int time = -10, lock = 0, uwp, csm; in stb0899_dvbs2_get_dmd_status() local 1097 csm = STB0899_GETFIELD(CSM_LOCK, reg); in stb0899_dvbs2_get_dmd_status() 1098 if (uwp && csm) in stb0899_dvbs2_get_dmd_status() 1312 searchTime = 5000; /* 5000 ms max time to lock UWP and CSM, SYMB <= 2Mbs */ in stb0899_dvbs2_algo() 1315 searchTime = 2500; /* 2500 ms max time to lock UWP and CSM, 2Mbs < SYMB <= 5Mbs */ in stb0899_dvbs2_algo() 1318 searchTime = 1500; /* 1500 ms max time to lock UWP and CSM, 5Mbs <SYMB <= 10Mbs */ in stb0899_dvbs2_algo() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-rockchip.c | 215 u8 csm; member 632 cr0 |= rs->csm << CR0_CSM_OFFSET; in rockchip_spi_config() 978 u32 rsd_nsecs, num_cs, csm; in rockchip_spi_probe() local 1088 if (!device_property_read_u32(&pdev->dev, "csm", &csm)) { in rockchip_spi_probe() 1089 if (csm > CR0_CSM_ONE) { in rockchip_spi_probe() 1090 dev_warn(rs->dev, "The csm value %u exceeds the limit, clamping at %u\n", in rockchip_spi_probe() 1091 csm, CR0_CSM_ONE); in rockchip_spi_probe() 1092 csm = CR0_CSM_ONE; in rockchip_spi_probe() 1094 rs->csm = csm; in rockchip_spi_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/alteon/ |
| H A D | acenic.h | 705 static inline int tx_space (struct ace_private *ap, u32 csm, u32 prd) in tx_space() argument 707 return (csm - prd - 1) & (ACE_TX_RING_ENTRIES(ap) - 1); in tx_space() 711 #define tx_ring_full(ap, csm, prd) (tx_space(ap, csm, prd) <= TX_RESERVED) argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_compressor.c | 363 /* Setup events when to clear all CSM entries (effectively marking in dce110_compressor_set_fbc_invalidation_triggers() 365 * For DCE 11 CSM metadata 11111 means - "Not Compressed" in dce110_compressor_set_fbc_invalidation_triggers() 370 * When this CSM value is detected, FBC reads from the uncompressed in dce110_compressor_set_fbc_invalidation_triggers()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iqfiles/ |
| H A D | camera_profile.ini | 38 csm = 1 key
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/ |
| H A D | BuildOptions.cmake | 119 set(RKAIQ_HAVE_CSM_V1 TRUE CACHE INTERNAL "Build rkaiq's CSM version 1" FORCE) 207 set(RKAIQ_HAVE_CSM_V1 TRUE CACHE INTERNAL "Build rkaiq's CSM version 1" FORCE) 287 set(RKAIQ_HAVE_CSM_V1 TRUE CACHE INTERNAL "Build rkaiq's CSM version 1" FORCE) 367 set(RKAIQ_HAVE_CSM_V1 TRUE CACHE INTERNAL "Build rkaiq's CSM version 1" FORCE) 448 set(RKAIQ_HAVE_CSM_V1 TRUE CACHE INTERNAL "Build rkaiq's CSM version 1" FORCE) 528 set(RKAIQ_HAVE_CSM_V1 FALSE CACHE INTERNAL "Build rkaiq's CSM version 1" FORCE)
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-firmware-opal-sensor-groups | 10 different owners like CSM, Profiler, Job-Scheduler
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | PDP_002d11_002dOptions.html | 134 <dt><code>-mcsm | -mno-csm</code></dt> 135 <dd><p>Enable (or disable) the use of the <code>CSM</code> instruction. 269 <dd><p>KD11-Z CPU. Enable extended instruction set, <code>CSM</code>, <code>MFPS</code>, 281 <dd><p>J11 CPU. Enable extended instruction set, <code>CSM</code>, <code>MFPS</code>,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | PDP_002d11_002dOptions.html | 134 <dt><code>-mcsm | -mno-csm</code></dt> 135 <dd><p>Enable (or disable) the use of the <code>CSM</code> instruction. 269 <dd><p>KD11-Z CPU. Enable extended instruction set, <code>CSM</code>, <code>MFPS</code>, 281 <dd><p>J11 CPU. Enable extended instruction set, <code>CSM</code>, <code>MFPS</code>,
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | immap_5307.h | 57 typedef struct csm { struct
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | speedstep.h | 22 * See CSM Trigger, at PMG_CST_CONFIG_CONTROL[6:4]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce112/ |
| H A D | dce112_compressor.c | 750 /* Setup events when to clear all CSM entries (effectively marking in dce112_compressor_set_fbc_invalidation_triggers() 752 * For DCE 11 CSM metadata 11111 means - "Not Compressed" in dce112_compressor_set_fbc_invalidation_triggers() 757 * When this CSM value is detected, FBC reads from the uncompressed in dce112_compressor_set_fbc_invalidation_triggers()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | es8311.h | 20 #define ES8311_RESET_REG00 0x00 /*reset digital,csm,clock manager etc.*/
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/ |
| H A D | spi-rockchip.yaml | 72 csm:
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | version.h | 218 * 45.add csm params config for isp3 290 * 12.fix csm range to full
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ |
| H A D | RkAiqVersion.h | 368 * - add group module API of CP/IE/CSM 411 * - csm: unsupport limit range 579 * - Optimize CPU usage of CSM and 3DLUT
|
| H A D | RkAiqCamProfiles.cpp | 129 if (rkaiq_ini_sget(ini, policy.c_str(), "csm", "%d", &val)) { in ParseFromIni()
|