Lines Matching defs:hour
436 * report alarm time (ALARM1); assume 24 hour and day-of-month modes,
486 /* set ALARM1, using 24 hour and day-of-month modes */
621 /* Report alarm 0 time assuming 24-hour and day-of-month modes. */
632 dev_dbg(dev, "%s, sec=%d min=%d hour=%d wday=%d mday=%d mon=%d enabled=%d\n",
648 dev_dbg(dev, "%s, sec=%d min=%d hour=%d wday=%d mday=%d mon=%d "
757 /* Report alarm 0 time assuming 24-hour and day-of-month modes. */
768 dev_dbg(dev, "%s, sec=%d min=%d hour=%d wday=%d mday=%d mon=%d "
811 dev_dbg(dev, "%s, sec=%d min=%d hour=%d wday=%d mday=%d mon=%d "
823 /* Set alarm 0, using 24-hour and day-of-month modes. */
833 /* Set alarm match: second, minute, hour, day, date, month. */
1917 /* make sure we are running in 24hour mode */
1919 u8 hour;
1921 /* switch to 24 hour mode */
1934 /* correct hour */
1935 hour = bcd2bin(regs[DS1307_REG_HOUR]);
1936 if (hour == 12)
1937 hour = 0;
1939 hour += 12;
1942 DS1307_REG_HOUR << 4 | 0x08, hour);
1995 * Be sure we're in 24 hour mode. Multi-master systems