hour_bits 517 dev/usb/udcf.c int minute_bits, hour_bits, day_bits; hour_bits 549 dev/usb/udcf.c hour_bits = sc->sc_tbits >> 29 & 0x3f; hour_bits 559 dev/usb/udcf.c p2 = (parity >> (hour_bits & 0x0f) & 1) ^ hour_bits 560 dev/usb/udcf.c (parity >> (hour_bits >> 4) & 1); hour_bits 579 dev/usb/udcf.c ymdhm.dt_hour = FROMBCD(hour_bits);