Searched refs:range_max (Results 51 - 75 of 181) sorted by relevance

12345678

/linux-master/drivers/media/dvb-frontends/
H A Dcxd2820r_core.c559 .range_max = 0x3fff,
570 .range_max = 0x01ff,
/linux-master/drivers/rtc/
H A Drtc-sh.c604 rtc->rtc_dev->range_max = RTC_TIMESTAMP_END_9999;
607 rtc->rtc_dev->range_max = mktime64(2098, 12, 31, 23, 59, 59);
H A Drtc-wm831x.c430 wm831x_rtc->rtc->range_max = U32_MAX;
H A Drtc-lpc32xx.c240 rtc->rtc->range_max = U32_MAX;
H A Drtc-da9052.c305 rtc->rtc->range_max = RTC_TIMESTAMP_END_2063;
H A Drtc-cpcap.c264 rtc->rtc_dev->range_max = (timeu64_t) (DAY_MASK + 1) * SECS_PER_DAY - 1;
H A Drtc-bd70528.c328 rtc->range_max = RTC_TIMESTAMP_END_2099;
H A Drtc-meson.c312 rtc->rtc->range_max = U32_MAX;
H A Drtc-gamecube.c351 rtc->range_max = U32_MAX;
H A Drtc-mc13xxx.c292 priv->rtc->range_max = (timeu64_t)(1 << 15) * SEC_PER_DAY - 1;
H A Drtc-mxc_v2.c345 pdata->rtc->range_max = U32_MAX;
H A Drtc-mpfs.c235 rtcdev->rtc->range_max = GENMASK_ULL(42, 0);
H A Drtc-sa1100.c206 info->rtc->range_max = U32_MAX;
H A Drtc-tegra.c301 info->rtc->range_max = U32_MAX;
H A Drtc-ab8500.c384 rtc->range_max = (1ULL << 24) * 60 - 1; // 24-bit minutes + 59 secs
H A Drtc-88pm80x.c295 info->rtc_dev->range_max = U32_MAX;
H A Drtc-zynqmp.c293 xrtcdev->rtc->range_max = U32_MAX;
H A Drtc-tps6586x.c254 rtc->rtc->range_max = (1ULL << 30) - 1; /* 30-bit seconds */
H A Drtc-stmp3xxx.c366 rtc_data->rtc->range_max = U32_MAX;
H A Drtc-rx8581.c295 rx8581->rtc->range_max = RTC_TIMESTAMP_END_2099;
H A Drtc-sunplus.c281 sp_rtc->rtc->range_max = U32_MAX;
H A Drtc-isl12022.c356 rtc->range_max = RTC_TIMESTAMP_END_2099;
H A Drtc-cros-ec.c350 cros_ec_rtc->rtc->range_max = U32_MAX;
/linux-master/drivers/mfd/
H A Dda9062-core.c464 .range_max = DA9062AA_CONFIG_ID,
570 .range_max = DA9062AA_CONFIG_ID,
/linux-master/sound/soc/codecs/
H A Dwm2200.c108 .range_max = WM2200_DSP1_DM_BASE + 12287,
115 .range_max = WM2200_DSP1_PM_BASE + 12287,
122 .range_max = WM2200_DSP1_ZM_BASE + 2047,
129 .range_max = WM2200_DSP2_DM_BASE + 4095,
136 .range_max = WM2200_DSP2_PM_BASE + 11287,
143 .range_max = WM2200_DSP2_ZM_BASE + 2047,
512 reg <= wm2200_ranges[i].range_max))
538 reg <= wm2200_ranges[i].range_max))

Completed in 235 milliseconds

12345678