| /drivers/gpu/drm/sun4i/ |
| A D | sun4i_rgb.c | 70 unsigned long long lowest, highest; in sun4i_rgb_mode_valid() local 130 highest = rate * (1000 + SUN4I_RGB_DOTCLOCK_TOLERANCE_PER_MILLE); in sun4i_rgb_mode_valid() 131 do_div(highest, 1000); in sun4i_rgb_mode_valid() 132 if (rounded_rate > highest) in sun4i_rgb_mode_valid()
|
| /drivers/sh/clk/ |
| A D | core.c | 94 unsigned long highest, lowest, freq; in clk_rate_round_helper() local 98 highest = 0; in clk_rate_round_helper() 102 if (freq > highest) in clk_rate_round_helper() 103 highest = freq; in clk_rate_round_helper() 117 if (rounder->rate >= highest) in clk_rate_round_helper() 118 rate_best_fit = highest; in clk_rate_round_helper()
|
| /drivers/input/misc/ |
| A D | ad714x.c | 454 int first_before, highest, first_after; in ad714x_wheel_cal_abs_pos() local 458 highest = sw->highest_stage; in ad714x_wheel_cal_abs_pos() 461 a_param = ad714x->sensor_val[highest] * in ad714x_wheel_cal_abs_pos() 462 (highest - hw->start_stage) + in ad714x_wheel_cal_abs_pos() 464 (highest - hw->start_stage - 1) + in ad714x_wheel_cal_abs_pos() 466 (highest - hw->start_stage + 1); in ad714x_wheel_cal_abs_pos() 467 b_param = ad714x->sensor_val[highest] + in ad714x_wheel_cal_abs_pos()
|
| /drivers/pinctrl/nomadik/ |
| A D | pinctrl-abx500.c | 944 unsigned int highest = 0; in abx500_get_gpio_num() local 966 highest = gend; in abx500_get_gpio_num() 970 if (gend > highest) in abx500_get_gpio_num() 971 highest = gend; in abx500_get_gpio_num() 975 npins = highest - lowest + 1; in abx500_get_gpio_num()
|
| /drivers/hwmon/ |
| A D | ltc4282.c | 662 long lowest, long highest, u32 fs) in __ltc4282_in_write_history() argument 676 tmp = DIV_ROUND_CLOSEST(U16_MAX * highest, fs); in __ltc4282_in_write_history() 684 long lowest, long highest, u32 fs) in ltc4282_in_write_history() argument 687 return __ltc4282_in_write_history(st, reg, lowest, highest, fs); in ltc4282_in_write_history()
|
| /drivers/md/dm-vdo/indexer/ |
| A D | volume.c | 1359 u64 highest = BAD_CHAPTER; in find_chapter_limits() local 1429 while (highest == BAD_CHAPTER) { in find_chapter_limits() 1434 probe_chapter(volume, right_chapter, &highest); in find_chapter_limits() 1443 *highest_vcn = highest; in find_chapter_limits()
|
| A D | index.c | 1076 u64 highest; in rebuild_index() local 1081 result = uds_find_volume_chapter_boundaries(index->volume, &lowest, &highest, in rebuild_index() 1095 index->newest_virtual_chapter = highest + 1; in rebuild_index()
|
| /drivers/cpufreq/ |
| A D | Kconfig | 52 the frequency statically to the highest frequency supported by 114 highest available CPU frequency.
|
| /drivers/gpu/drm/ttm/ |
| A D | ttm_pool.c | 694 static unsigned int ttm_pool_alloc_find_order(unsigned int highest, in ttm_pool_alloc_find_order() argument 697 return min_t(unsigned int, highest, __fls(alloc->remaining_pages)); in ttm_pool_alloc_find_order()
|
| /drivers/mtd/ubi/ |
| A D | Kconfig | 19 This parameter defines the maximum difference between the highest
|
| /drivers/devfreq/ |
| A D | Kconfig | 48 the DEVFREQ framework returns the highest frequency available
|
| /drivers/net/wireless/realtek/rtw88/ |
| A D | main.c | 1607 __le16 highest; in rtw_init_vht_cap() local 1638 highest = cpu_to_le16(390 * efuse->hw_cap.nss); in rtw_init_vht_cap() 1642 vht_cap->vht_mcs.rx_highest = highest; in rtw_init_vht_cap() 1643 vht_cap->vht_mcs.tx_highest = highest; in rtw_init_vht_cap()
|
| /drivers/gpu/drm/amd/pm/swsmu/smu12/ |
| A D | renoir_ppt.c | 688 static int renoir_force_dpm_limit_value(struct smu_context *smu, bool highest) in renoir_force_dpm_limit_value() argument 706 force_freq = highest ? max_freq : min_freq; in renoir_force_dpm_limit_value()
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | core.c | 4378 static const __le16 highest[RF_PATH_MAX] = { in rtw89_init_ht_cap() local 4401 ht_cap->mcs.rx_highest = highest[nss - 1]; in rtw89_init_ht_cap() 4414 const __le16 *highest = chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160) ? in rtw89_init_vht_cap() local 4449 vht_cap->vht_mcs.rx_highest = highest[hal->rx_nss - 1]; in rtw89_init_vht_cap() 4450 vht_cap->vht_mcs.tx_highest = highest[hal->tx_nss - 1]; in rtw89_init_vht_cap()
|
| /drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| A D | vangogh_ppt.c | 1265 static int vangogh_force_dpm_limit_value(struct smu_context *smu, bool highest) in vangogh_force_dpm_limit_value() argument 1284 force_freq = highest ? max_freq : min_freq; in vangogh_force_dpm_limit_value()
|
| /drivers/md/ |
| A D | dm-thin.c | 4411 dm_block_t mapped, highest; in thin_status() local 4431 r = dm_thin_get_highest_mapped_block(tc->td, &highest); in thin_status() 4439 DMEMIT("%llu", ((highest + 1) * in thin_status()
|
| /drivers/scsi/aic7xxx/ |
| A D | aic7xxx.seq | 854 * flag in the highest byte of the data count. We cannot
|