range_max 197 drivers/base/regmap/internal.h unsigned int range_max; range_max 338 drivers/base/regmap/regcache-rbtree.c rbnode->blklen = (range->range_max - range->range_min) / range_max 348 drivers/base/regmap/regmap-debugfs.c return regmap_read_debugfs(map, range->range_min, range->range_max, range_max 542 drivers/base/regmap/regmap.c if (data->range_max < this->range_min) range_max 544 drivers/base/regmap/regmap.c else if (data->range_min > this->range_max) range_max 567 drivers/base/regmap/regmap.c else if (reg > this->range_max) range_max 1058 drivers/base/regmap/regmap.c if (range_cfg->range_max < range_cfg->range_min) { range_max 1060 drivers/base/regmap/regmap.c range_cfg->range_max, range_cfg->range_min); range_max 1064 drivers/base/regmap/regmap.c if (range_cfg->range_max > map->max_register) { range_max 1066 drivers/base/regmap/regmap.c range_cfg->range_max, map->max_register); range_max 1095 drivers/base/regmap/regmap.c sel_reg <= range_cfg->range_max) { range_max 1103 drivers/base/regmap/regmap.c win_min > range_cfg->range_max)) { range_max 1120 drivers/base/regmap/regmap.c new->range_max = range_cfg->range_max; range_max 1429 drivers/base/regmap/regmap.c if (*reg + val_num - 1 > range->range_max) range_max 1005 drivers/clk/clk-si5341.c .range_max = SI5341_REGISTER_MAX, range_max 793 drivers/gpu/drm/bridge/sii902x.c { .range_min = 0, .range_max = 0xff }, range_max 105 drivers/gpu/drm/bridge/ti-sn65dsi86.c { .range_min = 0, .range_max = 0xFF }, range_max 251 drivers/gpu/drm/i915/display/intel_dpll_mgr.c enum intel_dpll_id range_max) range_max 260 drivers/gpu/drm/i915/display/intel_dpll_mgr.c for (i = range_min; i <= range_max; i++) { range_max 2057 drivers/hv/vmbus_drv.c resource_size_t range_min, range_max, start; range_max 2073 drivers/hv/vmbus_drv.c range_max = fb_mmio->end; range_max 2075 drivers/hv/vmbus_drv.c for (; start + size - 1 <= range_max; start += align) { range_max 2089 drivers/hv/vmbus_drv.c range_max = iter->end; range_max 2091 drivers/hv/vmbus_drv.c for (; start + size - 1 <= range_max; start += align) { range_max 560 drivers/media/dvb-frontends/cxd2820r_core.c .range_max = 0x3fff, range_max 571 drivers/media/dvb-frontends/cxd2820r_core.c .range_max = 0x01ff, range_max 792 drivers/media/dvb-frontends/rtl2830.c .range_max = 5 * 0x100, range_max 1039 drivers/media/dvb-frontends/rtl2832.c .range_max = 5 * 0x100, range_max 1453 drivers/media/i2c/tvp5150.c .range_max = TVP5150_AUTOSW_MSK, range_max 1456 drivers/media/i2c/tvp5150.c .range_max = TVP5150_CONF_SHARED_PIN, range_max 1459 drivers/media/i2c/tvp5150.c .range_max = TVP5150_HORIZ_SYNC_START, range_max 1462 drivers/media/i2c/tvp5150.c .range_max = TVP5150_INTT_CONFIG_REG_B, range_max 1465 drivers/media/i2c/tvp5150.c .range_max = TVP5150_VIDEO_STD, range_max 1468 drivers/media/i2c/tvp5150.c .range_max = TVP5150_REV_SELECT, range_max 1471 drivers/media/i2c/tvp5150.c .range_max = TVP5150_STATUS_REG_5, range_max 1474 drivers/media/i2c/tvp5150.c .range_max = TVP5150_TELETEXT_FIL_ENA, range_max 1477 drivers/media/i2c/tvp5150.c .range_max = TVP5150_FIFO_OUT_CTRL, range_max 1480 drivers/media/i2c/tvp5150.c .range_max = TVP5150_FULL_FIELD_MODE_REG, range_max 442 drivers/mfd/da9062-core.c .range_max = DA9062AA_CONFIG_ID, range_max 547 drivers/mfd/da9062-core.c .range_max = DA9062AA_CONFIG_ID, range_max 162 drivers/mfd/da9063-i2c.c .range_max = DA9063_REG_CHIP_VARIANT, range_max 156 drivers/mfd/da9150-core.c .range_max = DA9150_TBAT_RES_B, range_max 67 drivers/mfd/rohm-bd70528.c .range_max = BD70528_REG_INT_OP_FAIL, range_max 70 drivers/mfd/rohm-bd70528.c .range_max = BD70528_REG_RTC_ALM_REPEAT, range_max 77 drivers/mfd/rohm-bd70528.c .range_max = BD70528_REG_WDT_CTRL, range_max 85 drivers/mfd/rohm-bd70528.c .range_max = BD70528_REG_STANDBY, range_max 68 drivers/mfd/rohm-bd718x7.c .range_max = BD718XX_REG_POW_STATE, range_max 94 drivers/pinctrl/pinctrl-mcp23s08.c .range_max = MCP_GPIO, range_max 104 drivers/pinctrl/pinctrl-mcp23s08.c .range_max = MCP_GPIO, range_max 138 drivers/pinctrl/pinctrl-mcp23s08.c .range_max = MCP_GPIO << 1, range_max 148 drivers/pinctrl/pinctrl-mcp23s08.c .range_max = MCP_GPIO << 1, range_max 53 drivers/regulator/da9211-regulator.c .range_max = 5*128, range_max 219 drivers/rtc/class.c if (rtc->range_min == rtc->range_max) range_max 236 drivers/rtc/class.c range_secs = rtc->range_max - rtc->range_min + 1; range_max 264 drivers/rtc/class.c if (rtc->start_secs > rtc->range_max || range_max 40 drivers/rtc/interface.c secs <= (rtc->start_secs + rtc->range_max - rtc->range_min))) range_max 61 drivers/rtc/interface.c if (secs >= rtc->range_min && secs <= rtc->range_max) range_max 69 drivers/rtc/interface.c if (rtc->range_min != rtc->range_max) { range_max 73 drivers/rtc/interface.c time64_t range_max = rtc->set_start_time ? range_max 74 drivers/rtc/interface.c (rtc->start_secs + rtc->range_max - rtc->range_min) : range_max 75 drivers/rtc/interface.c rtc->range_max; range_max 77 drivers/rtc/interface.c if (time < range_min || time > range_max) range_max 295 drivers/rtc/rtc-88pm80x.c info->rtc_dev->range_max = U32_MAX; range_max 883 drivers/rtc/rtc-ab-b5ze-s3.c data->rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 421 drivers/rtc/rtc-ab-eoz9.c data->rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 237 drivers/rtc/rtc-ab3100.c rtc->range_max = U32_MAX; range_max 399 drivers/rtc/rtc-ab8500.c rtc->range_max = (1ULL << 24) * 60 - 1; // 24-bit minutes + 59 secs range_max 561 drivers/rtc/rtc-armada38x.c rtc->rtc_dev->range_max = U32_MAX; range_max 107 drivers/rtc/rtc-aspeed.c rtc->rtc_dev->range_max = 38814989399LL; /* 3199-12-31 23:59:59 */ range_max 430 drivers/rtc/rtc-at91rm9200.c rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 415 drivers/rtc/rtc-at91sam9.c rtc->rtcdev->range_max = U32_MAX; range_max 456 drivers/rtc/rtc-bd70528.c rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 255 drivers/rtc/rtc-brcmstb-waketimer.c timer->rtc->range_max = U32_MAX; range_max 332 drivers/rtc/rtc-cadence.c crtc->rtc_dev->range_max = mktime64(2999, 12, 31, 23, 59, 59); range_max 196 drivers/rtc/rtc-coh901331.c rtap->rtc->range_max = U32_MAX; range_max 473 drivers/rtc/rtc-da9063.c rtc->rtc_dev->range_max = RTC_TIMESTAMP_END_2063; range_max 205 drivers/rtc/rtc-digicolor.c rtc->rtc_dev->range_max = U32_MAX; range_max 133 drivers/rtc/rtc-dm355evm.c rtc->range_max = U32_MAX; range_max 35 drivers/rtc/rtc-ds1347.c .range_max = DS1347_STATUS_REG, range_max 125 drivers/rtc/rtc-ds1672.c rtc->range_max = U32_MAX; range_max 1266 drivers/rtc/rtc-ds1685.c rtc_dev->range_max = RTC_TIMESTAMP_END_2099; range_max 235 drivers/rtc/rtc-ds2404.c chip->rtc->range_max = U32_MAX; range_max 144 drivers/rtc/rtc-ep93xx.c ep93xx_rtc->rtc->range_max = U32_MAX; range_max 172 drivers/rtc/rtc-ftrtc010.c rtc->rtc_dev->range_max = U32_MAX + rtc->rtc_dev->range_min; range_max 194 drivers/rtc/rtc-goldfish.c rtcdrv->rtc->range_max = U64_MAX / NSEC_PER_SEC; range_max 167 drivers/rtc/rtc-imx-sc.c imx_sc_rtc->range_max = U32_MAX; range_max 815 drivers/rtc/rtc-imxdi.c imxdi->rtc->range_max = U32_MAX; range_max 360 drivers/rtc/rtc-jz4740.c rtc->rtc->range_max = U32_MAX; range_max 242 drivers/rtc/rtc-lpc32xx.c rtc->rtc->range_max = U32_MAX; range_max 177 drivers/rtc/rtc-ls1x.c rtcdev->range_max = RTC_TIMESTAMP_END_2099; range_max 292 drivers/rtc/rtc-mc13xxx.c priv->rtc->range_max = (timeu64_t)(1 << 15) * SEC_PER_DAY - 1; range_max 313 drivers/rtc/rtc-meson.c rtc->rtc->range_max = U32_MAX; range_max 281 drivers/rtc/rtc-mv.c pdata->rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 343 drivers/rtc/rtc-mxc.c rtc->range_max = (1 << 9) * 86400 - 1; range_max 354 drivers/rtc/rtc-mxc.c rtc->range_max = (1 << 16) * 86400ULL - 1; range_max 344 drivers/rtc/rtc-mxc_v2.c pdata->rtc->range_max = U32_MAX; range_max 866 drivers/rtc/rtc-omap.c rtc->rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 151 drivers/rtc/rtc-pcap.c pcap_rtc->rtc->range_max = (1 << 14) * 86400ULL - 1; range_max 434 drivers/rtc/rtc-pcf2123.c rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 448 drivers/rtc/rtc-pcf85063.c pcf85063->rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 405 drivers/rtc/rtc-pcf85363.c pcf85363->rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 592 drivers/rtc/rtc-pcf8563.c pcf8563->rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 341 drivers/rtc/rtc-pic32.c pdata->rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 55 drivers/rtc/rtc-ps3.c rtc->range_max = U64_MAX; range_max 698 drivers/rtc/rtc-rv3028.c rv3028->rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 598 drivers/rtc/rtc-rv8803.c rv8803->rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 297 drivers/rtc/rtc-rx8581.c rx8581->rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 654 drivers/rtc/rtc-sc27xx.c rtc->rtc->range_max = 5662310399LL; range_max 193 drivers/rtc/rtc-sd3078.c sd3078->rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 605 drivers/rtc/rtc-sh.c rtc->rtc_dev->range_max = RTC_TIMESTAMP_END_9999; range_max 608 drivers/rtc/rtc-sh.c rtc->rtc_dev->range_max = mktime64(2098, 12, 31, 23, 59, 59); range_max 346 drivers/rtc/rtc-snvs.c data->rtc->range_max = U32_MAX; range_max 253 drivers/rtc/rtc-st-lpc.c rtc->rtc_dev->range_max = U64_MAX; range_max 254 drivers/rtc/rtc-st-lpc.c do_div(rtc->rtc_dev->range_max, rtc->clkrate); range_max 367 drivers/rtc/rtc-stmp3xxx.c rtc_data->rtc->range_max = U32_MAX; range_max 86 drivers/rtc/rtc-sun4v.c rtc->range_max = U64_MAX; range_max 303 drivers/rtc/rtc-tegra.c info->rtc->range_max = U32_MAX; range_max 266 drivers/rtc/rtc-tps6586x.c rtc->rtc->range_max = (1ULL << 30) - 1; /* 30-bit seconds */ range_max 426 drivers/rtc/rtc-tps65910.c tps_rtc->rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 272 drivers/rtc/rtc-tx4939.c rtc->range_max = U32_MAX; range_max 288 drivers/rtc/rtc-vr41xx.c rtc->range_max = (1ULL << 33) - 1; range_max 174 drivers/rtc/rtc-wilco-ec.c rtc->range_max = RTC_TIMESTAMP_END_2099; range_max 430 drivers/rtc/rtc-wm831x.c wm831x_rtc->rtc->range_max = U32_MAX; range_max 190 drivers/rtc/rtc-xgene.c pdata->rtc->range_max = U32_MAX; range_max 212 drivers/rtc/rtc-zynqmp.c xrtcdev->rtc->range_max = U32_MAX; range_max 246 drivers/rtc/sysfs.c to_rtc_device(dev)->range_max); range_max 290 drivers/rtc/sysfs.c if (!(rtc->range_max - rtc->range_min)) range_max 207 include/linux/regmap.h unsigned int range_max; range_max 210 include/linux/regmap.h #define regmap_reg_range(low, high) { .range_min = low, .range_max = high, } range_max 434 include/linux/regmap.h unsigned int range_max; range_max 1062 include/linux/regmap.h return reg >= range->range_min && reg <= range->range_max; range_max 144 include/linux/rtc.h timeu64_t range_max; range_max 379 sound/soc/codecs/cs42l42.c .range_max = CS42L42_MAX_REGISTER, range_max 624 sound/soc/codecs/pcm186x.c .range_max = PCM186X_MAX_REGISTER, range_max 1483 sound/soc/codecs/pcm512x.c .range_max = PCM512x_MAX_REGISTER, range_max 43 sound/soc/codecs/rt1305.c .range_max = RT1305_PR_BASE + 0xff, range_max 259 sound/soc/codecs/rt1305.c reg <= rt1305_ranges[i].range_max) { range_max 311 sound/soc/codecs/rt1305.c reg <= rt1305_ranges[i].range_max) { range_max 38 sound/soc/codecs/rt5616.c .range_max = RT5616_PR_BASE + 0xf8, range_max 165 sound/soc/codecs/rt5616.c reg <= rt5616_ranges[i].range_max) range_max 192 sound/soc/codecs/rt5616.c reg <= rt5616_ranges[i].range_max) range_max 44 sound/soc/codecs/rt5640.c .range_max = RT5640_PR_BASE + 0xb4, range_max 181 sound/soc/codecs/rt5640.c reg <= rt5640_ranges[i].range_max)) range_max 216 sound/soc/codecs/rt5640.c reg <= rt5640_ranges[i].range_max)) range_max 61 sound/soc/codecs/rt5645.c .range_max = RT5645_PR_BASE + 0xf8, range_max 453 sound/soc/codecs/rt5645.c reg <= rt5645_ranges[i].range_max) { range_max 489 sound/soc/codecs/rt5645.c reg <= rt5645_ranges[i].range_max) { range_max 40 sound/soc/codecs/rt5651.c .range_max = RT5651_PR_BASE + 0xb4, range_max 144 sound/soc/codecs/rt5651.c reg <= rt5651_ranges[i].range_max)) { range_max 175 sound/soc/codecs/rt5651.c reg <= rt5651_ranges[i].range_max)) { range_max 42 sound/soc/codecs/rt5660.c .range_max = RT5660_PR_BASE + 0xf3, range_max 162 sound/soc/codecs/rt5660.c reg <= rt5660_ranges[i].range_max)) range_max 189 sound/soc/codecs/rt5660.c reg <= rt5660_ranges[i].range_max)) range_max 61 sound/soc/codecs/rt5670.c .range_max = RT5670_PR_BASE + 0xf8, range_max 222 sound/soc/codecs/rt5670.c reg <= rt5670_ranges[i].range_max)) { range_max 269 sound/soc/codecs/rt5670.c reg <= rt5670_ranges[i].range_max)) { range_max 50 sound/soc/codecs/rt5677.c .range_max = RT5677_PR_BASE + 0xfd, range_max 285 sound/soc/codecs/rt5677.c reg <= rt5677_ranges[i].range_max) { range_max 332 sound/soc/codecs/rt5677.c reg <= rt5677_ranges[i].range_max) { range_max 119 sound/soc/codecs/tlv320aic31xx.c .range_max = 12 * 128, range_max 557 sound/soc/codecs/tlv320aic32x4.c .range_max = AIC32X4_RMICPGAVOL, range_max 255 sound/soc/codecs/tscs454.c .range_max = VIRT_ADDR(0xFE, 0x02), range_max 4928 sound/soc/codecs/wcd9335.c .range_max = WCD9335_MAX_REGISTER, range_max 4971 sound/soc/codecs/wcd9335.c .range_max = WCD9335_REG(0, 0x7ff), range_max 114 sound/soc/codecs/wm2200.c .range_max = WM2200_DSP1_DM_BASE + 12287, range_max 121 sound/soc/codecs/wm2200.c .range_max = WM2200_DSP1_PM_BASE + 12287, range_max 128 sound/soc/codecs/wm2200.c .range_max = WM2200_DSP1_ZM_BASE + 2047, range_max 135 sound/soc/codecs/wm2200.c .range_max = WM2200_DSP2_DM_BASE + 4095, range_max 142 sound/soc/codecs/wm2200.c .range_max = WM2200_DSP2_PM_BASE + 11287, range_max 149 sound/soc/codecs/wm2200.c .range_max = WM2200_DSP2_ZM_BASE + 2047, range_max 518 sound/soc/codecs/wm2200.c reg <= wm2200_ranges[i].range_max)) range_max 544 sound/soc/codecs/wm2200.c reg <= wm2200_ranges[i].range_max))