Searched defs:bcd (Results 1 – 14 of 14) sorted by relevance
125 struct bcd_clocktime bcd; in pcf85063_get_time() local177 struct bcd_clocktime bcd; in pcf85063_set_time() local
108 struct bcd_clocktime bcd; in rx8803_gettime() local141 struct bcd_clocktime bcd; in rx8803_settime() local
297 uint8_t bcd[S390_RT1_NBYTES]; in s390rtc_gettime() local327 uint8_t bcd[S390_RT1_NBYTES]; in s390rtc_settime() local
26 unsigned int bcd : 1; member
134 usb_printbcd(char *p, uint16_t p_len, uint16_t bcd) in usb_printbcd()
193 struct bcache_devdata bcd; in userdisk_strategy() local
56 bcd2bin(int bcd) in bcd2bin()83 validbcd(int bcd) in validbcd()
235 bcd2bin32(int bcd) in bcd2bin32()
97 bcd2int(int bcd) in bcd2int()
392 #define bcd2bin(bcd) (bcd2bin_data[bcd]) argument395 #define validbcd(bcd) (bcd == 0 || (bcd > 0 && bcd <= 0x99 && bcd2bin_data[bcd] != 0)) argument
1046 struct bcache_devdata bcd; in efipart_strategy() local
942 struct bcache_devdata bcd; in bd_strategy() local
150 #define VDO_PRODUCT(pid, bcd) (((pid) & 0xffff) << 16 | ((bcd) & 0xffff)) argument
484 uint8_t bcd; /* not supported */ member