| /OK3568_Linux_fs/kernel/drivers/memory/tegra/ |
| H A D | tegra210-emc-table.c | 40 if (emc->nominal) { in tegra210_emc_table_device_init() 51 emc->nominal = timings; in tegra210_emc_table_device_init() 67 if ((emc->nominal && timings != emc->nominal) && in tegra210_emc_table_device_release()
|
| H A D | tegra210-emc-core.c | 788 timings = emc->nominal; in tegra210_emc_set_refresh() 1897 if (emc->nominal) { in tegra210_emc_probe() 1898 err = tegra210_emc_validate_timings(emc, emc->nominal, in tegra210_emc_probe() 1912 emc->timings = emc->nominal; in tegra210_emc_probe()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | powernv-cpufreq.c | 159 unsigned int nominal; member 187 return powernv_freqs[powernv_pstate_info.nominal].driver_data; in idx_to_pstate() 213 return powernv_pstate_info.nominal; in pstate_to_idx() 337 powernv_pstate_info.nominal = i; in init_powernv_pstates() 367 pstate_id, idx_to_pstate(powernv_pstate_info.nominal)); in pstate_id_to_freq() 368 i = powernv_pstate_info.nominal; in pstate_id_to_freq() 382 powernv_freqs[powernv_pstate_info.nominal].frequency); in cpuinfo_nominal_freq_show() 552 return powernv_pstate_info.nominal; in get_nominal_index() 573 if (pmsr_pmax_idx > powernv_pstate_info.nominal) { in powernv_cpufreq_throttle_check() 576 idx_to_pstate(powernv_pstate_info.nominal)); in powernv_cpufreq_throttle_check()
|
| H A D | pcc-cpufreq.c | 87 u32 nominal; member 174 curr_freq = (((ioread32(&pcch_hdr->nominal) * (output_buffer & 0xff)) in pcc_get_freq() 221 / (ioread32(&pcch_hdr->nominal) * 1000)) << 8); in pcc_cpufreq_target() 475 ioread32(&pcch_hdr->nominal), in pcc_cpufreq_probe() 527 ioread32(&pcch_hdr->nominal)); in pcc_cpufreq_probe() 554 ioread32(&pcch_hdr->nominal) * 1000; in pcc_cpufreq_cpu_init()
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | smsc47m192.rst | 44 Voltages are scaled such that the nominal voltage corresponds to 46 each voltage channel is 0V ... 255/192*(nominal voltage), the resolution 47 is 1 bit per (nominal voltage)/192. 68 in1_input CPU voltage input (nominal 2.25V) 72 in5_input Vcc voltage input (nominal 3.3V)
|
| H A D | adm9240.rst | 147 nr label nominal maximum resolution 158 The reading is an unsigned 8-bit value, nominal voltage measurement is
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9002_phy.c | 359 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9285_2GHZ; in ar9002_hw_set_nf_limits() 363 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9287_2GHZ; in ar9002_hw_set_nf_limits() 367 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9271_2GHZ; in ar9002_hw_set_nf_limits() 371 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9280_2GHZ; in ar9002_hw_set_nf_limits() 374 ah->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_9280_5GHZ; in ar9002_hw_set_nf_limits()
|
| H A D | calib.c | 69 return ath9k_hw_get_nf_limits(ah, chan)->nominal; in ath9k_hw_get_default_nf() 253 s16 default_nf = ath9k_hw_get_nf_limits(ah, chan)->nominal; in ath9k_hw_loadnf() 399 nf[i] = limit->nominal; in ath9k_hw_nf_sanitize()
|
| H A D | ar9003_phy.c | 1380 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9300_2GHZ; in ar9003_hw_set_nf_limits() 1383 ah->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_9300_5GHZ; in ar9003_hw_set_nf_limits() 1386 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9330_2GHZ; in ar9003_hw_set_nf_limits() 1390 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9462_2GHZ; in ar9003_hw_set_nf_limits() 1392 ah->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_9462_5GHZ; in ar9003_hw_set_nf_limits()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-colorimetry.rst | 25 The Content Light Level defines upper bounds for the nominal target 88 - Specifies the nominal maximum display luminance of the mastering 92 - specifies the nominal minimum display luminance of the mastering
|
| H A D | streaming-par.rst | 14 The current video standard determines a nominal number of frames per
|
| H A D | func-read.rst | 65 reading, or the capture rate must fall below the nominal frame rate of 79 nominal frame rate. An example of this model is the video read mode of
|
| H A D | vidioc-g-parm.rst | 124 the video input) may reset this parameter to the nominal frame 184 the video output) may reset this parameter to the nominal frame
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/imx/ |
| H A D | imx-media-fim.c | 65 unsigned long nominal; /* usec */ member 82 fim->nominal = DIV_ROUND_CLOSEST_ULL(1000000ULL * (u64)fi->numerator, in update_fim_nominal() 85 dev_dbg(fim->sd->dev, "FI=%lu usec\n", fim->nominal); in update_fim_nominal() 155 error = abs(interval - NSEC_PER_USEC * (u64)fim->nominal); in frame_interval_monitor()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | cs35l32.txt | 39 - cirrus,battery-recovery : Low battery nominal recovery threshold, rising VP. 45 - cirrus,battery-threshold : Low battery nominal threshold, falling VP.
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/drivers/ |
| H A D | imx-uapi.rst | 42 intervals (elapsed time between two EOF's) drop below the nominal 67 the nominal frame interval reported by the sensor. This can reduce noise 72 If the averaged intervals fall outside nominal by this amount, in
|
| /OK3568_Linux_fs/kernel/sound/firewire/dice/ |
| H A D | dice-stream.c | 66 __be32 reg, nominal; in ensure_phase_lock() local 104 &nominal, sizeof(nominal)); in ensure_phase_lock() 107 if (!(be32_to_cpu(nominal) & STATUS_SOURCE_LOCKED)) in ensure_phase_lock()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | twl-regulator.txt | 62 - 0x08 - Sleep mode, the nominal output voltage is maintained with low power 64 - 0x0e - Active mode, the regulator can deliver its nominal output voltage
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | apm-xgene-phy.txt | 23 data earlier than the nominal sampling point. 1 means 24 sample data later than the nominal sampling point.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power_supply/ |
| H A D | rk817-battery.txt | 8 - design_qmax: nominal capacity * 1.1
|
| H A D | rk816-battery.txt | 8 - design_qmax: nominal capacity * 1.1
|
| /OK3568_Linux_fs/kernel/drivers/net/can/peak_canfd/ |
| H A D | Kconfig | 9 CAN-FD access to the CAN bus. Besides the nominal bitrate of up to
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/ |
| H A D | cpufreq_drivers.rst | 170 a percentage of the nominal (ie: maximum) CPU frequency. The output buffer 245 nominal frequency from the BIOS, sometimes, the values displayed by 251 In this example, the nominal frequency is 2933 MHz. The driver obtains the 252 current frequency, cpuinfo_cur_freq, as 54% of the nominal frequency:
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | TOSL | 7 …ble in a timely fashion for no more than the cost of distribution plus a nominal fee, and must be …
|
| H A D | TMate | 15 …ibution or be available for no more than the cost of distribution plus a nominal fee, and must be …
|