Searched refs:min (Results 1 - 25 of 187) sorted by relevance

12345678

/arch/h8300/include/asm/
H A Dtarget_time.h4 unsigned int *hour, unsigned int *min, unsigned int *sec);
H A Dtimer.h7 unsigned int *hour, unsigned int *min, unsigned int *sec);
/arch/blackfin/mach-bf548/include/mach/
H A Dbf54x-lq043.h12 unsigned int min; member in struct:bfin_bf54xfb_val
/arch/h8300/kernel/
H A Dtime.c44 unsigned int year, mon, day, hour, min, sec; local
51 hour = min = sec = 0;
53 h8300_gettod (&year, &mon, &day, &hour, &min, &sec);
57 ts->tv_sec = mktime(year, mon, day, hour, min, sec);
/arch/m68k/sun3x/
H A Dtime.h11 volatile unsigned char min; member in struct:mostek_dt
/arch/arm/boot/dts/
H A Dimx51-babbage.dts64 regulator-min-microvolt = <600000>;
71 regulator-min-microvolt = <900000>;
78 regulator-min-microvolt = <1100000>;
85 regulator-min-microvolt = <1100000>;
92 regulator-min-microvolt = <1050000>;
99 regulator-min-microvolt = <1650000>;
105 regulator-min-microvolt = <1800000>;
110 regulator-min-microvolt = <2400000>;
117 regulator-min-microvolt = <2775000>;
122 regulator-min
[all...]
H A Dimx6q-sabrelite.dts70 regulator-min-microvolt = <2500000>;
78 regulator-min-microvolt = <3300000>;
/arch/arm/mach-mv78xx0/
H A Daddr-map.c81 int maj, int min)
84 TARGET_PCIE(maj), ATTR_PCIE_IO(min), -1);
88 int maj, int min)
91 TARGET_PCIE(maj), ATTR_PCIE_MEM(min), -1);
80 mv78xx0_setup_pcie_io_win(int window, u32 base, u32 size, int maj, int min) argument
87 mv78xx0_setup_pcie_mem_win(int window, u32 base, u32 size, int maj, int min) argument
H A Dcommon.h28 int maj, int min);
30 int maj, int min);
H A Dpcie.c22 u8 min; member in struct:pcie_port
70 "PCIe %d.%d I/O", pp->maj, pp->min);
78 "PCIe %d.%d MEM", pp->maj, pp->min);
134 pp->maj, pp->min);
138 pp->maj, pp->min);
268 return IRQ_MV78XX0_PCIE_00 + (pp->maj << 2) + pp->min;
280 static void __init add_pcie_port(int maj, int min, unsigned long base) argument
282 printk(KERN_INFO "MV78xx0 PCIe port %d.%d: ", maj, min);
290 pp->min = min;
[all...]
/arch/frv/kernel/
H A Dtime.c91 unsigned int year, mon, day, hour, min, sec; local
93 extern void arch_gettod(int *year, int *mon, int *day, int *hour, int *min, int *sec);
100 hour = min = sec = 0;
101 arch_gettod (&year, &mon, &day, &hour, &min, &sec);
105 ts->tv_sec = mktime(year, mon, day, hour, min, sec);
/arch/mips/include/asm/
H A Dmc146818-time.h91 unsigned int year, mon, day, hour, min, sec; local
98 min = CMOS_READ(RTC_MINUTES);
107 min = bcd2bin(min);
116 return mktime(year, mon, day, hour, min, sec);
H A Dm48t37.h23 volatile u8 min; member in struct:m48t37_rtc
/arch/cris/kernel/
H A Dtime.c103 unsigned int year, mon, day, hour, min, sec; local
108 min = CMOS_READ(RTC_MINUTES);
115 min = bcd2bin(min);
124 return mktime(year, mon, day, hour, min, sec);
/arch/mips/dec/
H A Dtime.c23 unsigned int year, mon, day, hour, min, sec, real_year; local
30 min = CMOS_READ(RTC_MINUTES);
47 min = bcd2bin(min);
56 ts->tv_sec = mktime(year, mon, day, hour, min, sec);
/arch/powerpc/kernel/
H A Dsmp-tbsync.c115 int i, score, score2, old, min=0, max=5000, offset=1000; local
130 for (old = -1; old != offset ; offset = (min+max) / 2) {
138 min = offset;
141 score = start_contest(kSetAndTest, min, NUM_ITER);
145 min, score, max, score2);
148 offset = (score < score2) ? min : max;
/arch/sh/kernel/
H A Dcpufreq.c67 if (freq < (policy->min * 1000) || freq > (policy->max * 1000))
99 policy->min = (clk_round_rate(cpuclk, 1) + 500) / 1000;
126 policy->cur = policy->min = policy->max = sh_cpufreq_get(cpu);
145 policy->min = policy->cpuinfo.min_freq;
152 policy->min / 1000, policy->min % 1000,
/arch/powerpc/boot/
H A Dtypes.h15 #define min(x,y) ({ \ macro
/arch/x86/platform/mrst/
H A Dvrtc.c61 u8 sec, min, hour, mday, mon; local
71 min = vrtc_cmos_read(RTC_MINUTES);
82 printk(KERN_INFO "vRTC: sec: %d min: %d hour: %d day: %d "
83 "mon: %d year: %d\n", sec, min, hour, mday, mon, year);
85 return mktime(year, mon, mday, hour, min, sec);
/arch/mips/pmc-sierra/yosemite/
H A Dsetup.c75 unsigned int year, month, day, hour, min, sec; local
88 min = bcd2bin(m48t37_base->min);
95 ts->tv_sec = mktime(year, month, day, hour, min, sec);
126 /* hour/min/sec */
128 m48t37_base->min = bin2bcd(tm.tm_min);
/arch/powerpc/platforms/chrp/
H A Dtime.c131 unsigned int year, mon, day, hour, min, sec; local
135 min = chrp_cmos_clock_read(RTC_MINUTES);
144 min = bcd2bin(min);
153 tm->tm_min = min;
/arch/powerpc/platforms/maple/
H A Dtime.c86 int sec, min, hour, mon, mday, year; local
99 min = tm->tm_min;
107 min = bin2bcd(min);
114 maple_clock_write(min, RTC_MINUTES);
/arch/sh/boards/mach-sh03/
H A Drtc.c42 unsigned int year, mon, day, hour, min, sec; local
48 min = (__raw_readb(RTC_MIN1) & 0xf) + (__raw_readb(RTC_MIN10) & 0xf) * 10;
57 hour > 23 || min > 59 || sec > 59) {
60 printk("year=%d, mon=%d, day=%d, hour=%d, min=%d, sec=%d\n",
61 year, mon, day, hour, min, sec);
77 return mktime(year, mon, day, hour, min, sec);
/arch/x86/kernel/
H A Drtc.c108 unsigned int status, year, mon, day, hour, min, sec, century = 0; local
123 min = CMOS_READ(RTC_MINUTES);
142 min = bcd2bin(min);
156 return mktime(year, mon, day, hour, min, sec);
/arch/m68k/atari/
H A Dtime.c169 int sec=0, min=0, hour=0, day=0, mon=0, year=0, wday=0; local
181 min = t->tm_min;
200 min = bin2bcd(min);
233 min = RTC_READ( RTC_MINUTES );
242 RTC_WRITE( RTC_MINUTES, min );
262 min = bcd2bin(min);
278 t->tm_min = min;

Completed in 817 milliseconds

12345678