Lines Matching refs:uint8_t
79 uint8_t status, uint8_t data) in hp_sdc_rtc_isr()
88 uint8_t tseq[91]; in hp_sdc_rtc_do_read_bbrtc()
154 static int64_t hp_sdc_rtc_read_i8042timer (uint8_t loadcmd, int numreg) in hp_sdc_rtc_read_i8042timer()
157 uint8_t tseq[26] = { in hp_sdc_rtc_read_i8042timer()
294 uint8_t tseq[11] = {
315 tseq[3] = (uint8_t)(tenms & 0xff);
316 tseq[4] = (uint8_t)((tenms >> 8) & 0xff);
317 tseq[5] = (uint8_t)((tenms >> 16) & 0xff);
319 tseq[9] = (uint8_t)(days & 0xff);
320 tseq[10] = (uint8_t)((days >> 8) & 0xff);
333 uint8_t tseq[5] = {
346 tseq[3] = (uint8_t)(tenms & 0xff);
347 tseq[4] = (uint8_t)((tenms >> 8) & 0xff);
369 static int hp_sdc_rtc_set_i8042timer (struct timeval *setto, uint8_t setcmd)
373 uint8_t tseq[6] = {
387 tseq[3] = (uint8_t)(tenms & 0xff);
388 tseq[4] = (uint8_t)((tenms >> 8) & 0xff);
389 tseq[5] = (uint8_t)((tenms >> 16) & 0xff);