Lines Matching defs:hour
432 * report alarm time (ALARM1); assume 24 hour and day-of-month modes,
479 /* set ALARM1, using 24 hour and day-of-month modes */
607 /* Report alarm 0 time assuming 24-hour and day-of-month modes. */
618 dev_dbg(dev, "%s, sec=%d min=%d hour=%d wday=%d mday=%d mon=%d enabled=%d\n",
631 dev_dbg(dev, "%s, sec=%d min=%d hour=%d wday=%d mday=%d mon=%d "
734 /* Report alarm 0 time assuming 24-hour and day-of-month modes. */
745 dev_dbg(dev, "%s, sec=%d min=%d hour=%d wday=%d mday=%d mon=%d "
785 dev_dbg(dev, "%s, sec=%d min=%d hour=%d wday=%d mday=%d mon=%d "
797 /* Set alarm 0, using 24-hour and day-of-month modes. */
807 /* Set alarm match: second, minute, hour, day, date, month. */
1855 /* make sure we are running in 24hour mode */
1857 u8 hour;
1859 /* switch to 24 hour mode */
1872 /* correct hour */
1873 hour = bcd2bin(regs[DS1307_REG_HOUR]);
1874 if (hour == 12)
1875 hour = 0;
1877 hour += 12;
1880 DS1307_REG_HOUR << 4 | 0x08, hour);
1933 * Be sure we're in 24 hour mode. Multi-master systems