/device/board/hisilicon/hispark_taurus/audio_drivers/dsp/src/ |
H A D | dsp_ops.c | 53 static int32_t DspCfgI2sFrequency(uint32_t rate, uint16_t *frequency) in DspCfgI2sFrequency() argument 55 if (frequency == NULL) { in DspCfgI2sFrequency() 62 *frequency = I2S_SAMPLE_FREQUENCY_REG_VAL_8000; in DspCfgI2sFrequency() 65 *frequency = I2S_SAMPLE_FREQUENCY_REG_VAL_11025; in DspCfgI2sFrequency() 68 *frequency = I2S_SAMPLE_FREQUENCY_REG_VAL_12000; in DspCfgI2sFrequency() 71 *frequency = I2S_SAMPLE_FREQUENCY_REG_VAL_16000; in DspCfgI2sFrequency() 74 *frequency = I2S_SAMPLE_FREQUENCY_REG_VAL_22050; in DspCfgI2sFrequency() 77 *frequency = I2S_SAMPLE_FREQUENCY_REG_VAL_24000; in DspCfgI2sFrequency() 80 *frequency = I2S_SAMPLE_FREQUENCY_REG_VAL_32000; in DspCfgI2sFrequency() 83 *frequency in DspCfgI2sFrequency() 141 uint16_t frequency, bitWidth; DspDaiHwParams() local [all...] |
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/ |
H A D | wifi_device_util.c | 161 unsigned int FrequencyToChannel(unsigned int frequency) in FrequencyToChannel() argument 163 if (frequency == FREQ_OF_CHANNEL_80211B_ONLY) { in FrequencyToChannel() 167 if (frequency < FREQ_OF_CHANNEL_1) { in FrequencyToChannel() 171 return (frequency - FREQ_OF_CHANNEL_1) / WIFI_FREQ_INTERVAL + WIFI_MIN_CHANNEL; in FrequencyToChannel()
|
H A D | wifi_device_util.h | 89 * @brief convert channel to frequency in 2G 91 * @return frequency. 95 unsigned int FrequencyToChannel(unsigned int frequency);
|
H A D | wifi_device.c | 615 result[i].frequency = ChannelToFrequency(pstResults[i].channel); in GetScanInfoList()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_power_gpu_frequency_trace.h | 60 TP_PROTO(unsigned int frequency, unsigned int gpu_id), 62 TP_ARGS(frequency, gpu_id)
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_power_gpu_frequency_trace.h | 55 TP_PROTO(unsigned int frequency, unsigned int gpu_id), 57 TP_ARGS(frequency, gpu_id));
|
/device/soc/rockchip/common/sdk_linux/kernel/power/ |
H A D | energy_model.c | 40 snprintf(name, sizeof(name), "ps:%lu", ps->frequency); in em_debug_create_ps() 44 debugfs_create_ulong("frequency", FILE_PROPERTY, d, &ps->frequency); in em_debug_create_ps() 140 * We expect the driver callback to increase the frequency for in em_create_perf_table() 158 table[i].frequency = prev_freq = freq; in em_create_perf_table() 162 fmax = (u64)table[nr_states - 1].frequency; in em_create_perf_table() 166 table[i].cost = div64_u64(fmax * power_res, table[i].frequency); in em_create_perf_table() 169 table[i].frequency); in em_create_perf_table()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | energy_model.h | 15 * @frequency: The frequency in KHz, for consistency with CPUFreq 20 * energy calculation. Equal to: power * max_frequency / frequency 23 unsigned long frequency; member 85 * and frequency. 133 * frequency, like schedutil. in em_cpu_energy() 138 freq = map_util_freq(max_util, ps->frequency, scale_cpu); in em_cpu_energy() 142 * requested frequency. in em_cpu_energy() 146 if (ps->frequency >= freq) { in em_cpu_energy()
|
/device/board/hisilicon/hispark_taurus/audio_drivers/codec/tfa9879/src/ |
H A D | tfa9879_codec_ops.c | 215 // update external codec I2S frequency 260 uint16_t frequency, bitWidth; in Tfa9879DaiHwParams() local 268 ret = Tfa9879FrequencyParse(param->rate, &frequency); in Tfa9879DaiHwParams() 278 daiParamsVal.frequencyVal = frequency; in Tfa9879DaiHwParams()
|
/device/soc/rockchip/rk2206/adapter/hals/communication/wifi_lite/wifiservice/source/ |
H A D | wifi_device_util.h | 71 * @brief convert channel to frequency in 2G 73 * @return frequency. 77 unsigned int FrequencyToChannel(unsigned int frequency);
|
H A D | wifi_device.c | 205 result[i].frequency = scanResult[i].frequency; in GetScanInfoList()
|
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/ |
H A D | wifi.h | 41 int frequency; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/platform/rk/ |
H A D | rk.c | 237 u32 voltage, voltage_squared, voltage_cubed, frequency; in power_model_simple_init() local 272 if (of_property_read_u32(power_model_node, "frequency", &frequency)) { in power_model_simple_init() 273 dev_err(&pdev->dev, "frequency in power_model not available\n"); in power_model_simple_init() 279 dynamic_coefficient = (((dynamic_power * 0x3E8) / voltage_squared) * 0x3E8) / frequency; in power_model_simple_init()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/rk/ |
H A D | rk.c | 241 u32 voltage, voltage_squared, voltage_cubed, frequency; in power_model_simple_init() local 284 if (of_property_read_u32(power_model_node, "frequency", in power_model_simple_init() 285 &frequency)) { in power_model_simple_init() 286 dev_err(&pdev->dev, "frequency in power_model not available\n"); in power_model_simple_init() 293 * 1000) / frequency; in power_model_simple_init()
|
/device/board/hihope/dayu210/audio_drivers/accessory/es8323/src/ |
H A D | es8323_impl.c | 282 // update external codec I2S frequency 669 uint16_t frequency, bitWidth; in Es8323DaiHwParams() local 678 ret = Es8323DeviceFrequencyParse(param->rate, &frequency); in Es8323DaiHwParams() 688 daiParamsVal.frequencyVal = frequency; in Es8323DaiHwParams()
|
/device/soc/rockchip/common/sdk_linux/drivers/cpufreq/ |
H A D | cpufreq-dt.c | 63 unsigned long freq = policy->freq_table[index].frequency; in set_target()
|
/device/soc/rockchip/rk2206/sdk_liteos/platform/network/ |
H A D | config_network.c | 294 infoList[i].frequency); in SetWifiScan()
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
H A D | hi_comm_isp_adapt.h | 49 hi_u32 proc_param; /* RW;Format:32.0; Indicate the update frequency of ISP_PROC information,
901 hi_u16 texture_freq; /* RW; Range: [0, 4095];Format:6.6; Texture frequency adjustment.
903 hi_u16 edge_freq; /* RW; Range: [0, 4095];Format:6.6; Edge frequency adjustment.
941 hi_u16 texture_freq[ISP_AUTO_ISO_STRENGTH_NUM]; /* RW; Range: [0, 4095]; Format:6.6;Texture frequency adjustment.
943 hi_u16 edge_freq[ISP_AUTO_ISO_STRENGTH_NUM]; /* RW; Range: [0, 4095]; Format:6.6;Edge frequency adjustment.
1270 hi_u16 texture_freq; /* RW; range: [0, 4095];Format:6.6; Texture frequency adjustment.
1272 hi_u16 edge_freq; /* RW; range: [0, 4095];Format:6.6; Edge frequency adjustment.
1914 hi_u8 frequency; /* RW; Range:[0, 255]; Format:8.0;
member 1915 usually this value is 50 or 60 which is the frequency of the AC power supply */
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
H A D | hi_comm_isp_adapt.h | 49 hi_u32 proc_param; /* RW;Format:32.0; Indicate the update frequency of ISP_PROC information,
901 hi_u16 texture_freq; /* RW; Range: [0, 4095];Format:6.6; Texture frequency adjustment.
903 hi_u16 edge_freq; /* RW; Range: [0, 4095];Format:6.6; Edge frequency adjustment.
941 hi_u16 texture_freq[ISP_AUTO_ISO_STRENGTH_NUM]; /* RW; Range: [0, 4095]; Format:6.6;Texture frequency adjustment.
943 hi_u16 edge_freq[ISP_AUTO_ISO_STRENGTH_NUM]; /* RW; Range: [0, 4095]; Format:6.6;Edge frequency adjustment.
1270 hi_u16 texture_freq; /* RW; range: [0, 4095];Format:6.6; Texture frequency adjustment.
1272 hi_u16 edge_freq; /* RW; range: [0, 4095];Format:6.6; Edge frequency adjustment.
1914 hi_u8 frequency; /* RW; Range:[0, 255]; Format:8.0;
member 1915 usually this value is 50 or 60 which is the frequency of the AC power supply */
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/ |
H A D | videodev2.h | 441 #define V4L2_CAP_HW_FREQ_SEEK 0x00000400 /* Can do hardware frequency seek */
1324 /* Standards for Countries with 60Hz Line frequency */
1326 /* Standards for Countries with 50Hz Line frequency */
1844 __u32 frequency;
member
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | videodev2.h | 441 #define V4L2_CAP_HW_FREQ_SEEK 0x00000400 /* Can do hardware frequency seek */
1324 /* Standards for Countries with 60Hz Line frequency */
1326 /* Standards for Countries with 50Hz Line frequency */
1844 __u32 frequency;
member
|