Lines Matching defs:time
815 u8 time[8];
844 put_unaligned_le16(sizeof(buffer->time),
851 buffer->time[0] = bin2bcd(tm.tm_hour);
852 buffer->time[1] = bin2bcd(tm.tm_min);
853 buffer->time[2] = bin2bcd(tm.tm_sec);
854 buffer->time[3] = 0;
855 buffer->time[4] = bin2bcd(tm.tm_mon + 1);
856 buffer->time[5] = bin2bcd(tm.tm_mday);
857 buffer->time[6] = bin2bcd(year / 100);
858 buffer->time[7] = bin2bcd(year % 100);
888 "error updating time on controller\n");
2429 /* Set mirror group to use next time. */