bcd 66 arch/mips/include/asm/sgi/hpc3.h volatile u32 bcd; /* byte count info */ bcd 246 arch/x86/include/uapi/asm/kvm.h __u8 bcd; bcd 193 arch/x86/kvm/i8254.c c->bcd); bcd 474 arch/x86/kvm/i8254.c s->bcd = val & 1; bcd 20 arch/x86/kvm/i8254.h u8 bcd; /* not supported */ bcd 302 arch/x86/math-emu/reg_ld_str.c u_char bcd; bcd 312 arch/x86/math-emu/reg_ld_str.c FPU_get_user(bcd, s + pos); bcd 314 arch/x86/math-emu/reg_ld_str.c l += bcd >> 4; bcd 316 arch/x86/math-emu/reg_ld_str.c l += bcd & 0x0f; bcd 284 block/bsg.c struct bsg_class_device *bcd; bcd 290 block/bsg.c bcd = idr_find(&bsg_minor_idr, iminor(inode)); bcd 292 block/bsg.c if (!bcd) { bcd 297 block/bsg.c bd = __bsg_get_device(iminor(inode), bcd->queue); bcd 299 block/bsg.c bd = bsg_add_device(inode, bcd->queue, file); bcd 391 block/bsg.c struct bsg_class_device *bcd = &q->bsg_dev; bcd 393 block/bsg.c if (!bcd->class_dev) bcd 397 block/bsg.c idr_remove(&bsg_minor_idr, bcd->minor); bcd 400 block/bsg.c device_unregister(bcd->class_dev); bcd 401 block/bsg.c bcd->class_dev = NULL; bcd 409 block/bsg.c struct bsg_class_device *bcd; bcd 420 block/bsg.c bcd = &q->bsg_dev; bcd 421 block/bsg.c memset(bcd, 0, sizeof(*bcd)); bcd 425 block/bsg.c ret = idr_alloc(&bsg_minor_idr, bcd, 0, BSG_MAX_DEVS, GFP_KERNEL); bcd 434 block/bsg.c bcd->minor = ret; bcd 435 block/bsg.c bcd->queue = q; bcd 436 block/bsg.c bcd->ops = ops; bcd 437 block/bsg.c dev = MKDEV(bsg_major, bcd->minor); bcd 443 block/bsg.c bcd->class_dev = class_dev; bcd 446 block/bsg.c ret = sysfs_create_link(&q->kobj, &bcd->class_dev->kobj, "bsg"); bcd 457 block/bsg.c idr_remove(&bsg_minor_idr, bcd->minor); bcd 105 drivers/rtc/rtc-ds1305.c static unsigned bcd2hour(u8 bcd) bcd 107 drivers/rtc/rtc-ds1305.c if (bcd & DS1305_HR_12) { bcd 110 drivers/rtc/rtc-ds1305.c bcd &= ~DS1305_HR_12; bcd 111 drivers/rtc/rtc-ds1305.c if (bcd & DS1305_HR_PM) { bcd 113 drivers/rtc/rtc-ds1305.c bcd &= ~DS1305_HR_PM; bcd 115 drivers/rtc/rtc-ds1305.c hour += bcd2bin(bcd); bcd 118 drivers/rtc/rtc-ds1305.c return bcd2bin(bcd); bcd 94 drivers/usb/storage/usual-tables.c unsigned vid, pid, bcd; bcd 100 drivers/usb/storage/usual-tables.c bcd = le16_to_cpu(udev->descriptor.bcdDevice); bcd 104 drivers/usb/storage/usual-tables.c p->bcdmin <= bcd && p->bcdmax >= bcd) bcd 139 include/linux/usb/pd_vdo.h #define VDO_PRODUCT(pid, bcd) (((pid) & 0xffff) << 16 | ((bcd) & 0xffff)) bcd 227 scripts/mod/file2alias.c static unsigned int incbcd(unsigned int *bcd, bcd 232 scripts/mod/file2alias.c unsigned int init = *bcd, i, j; bcd 237 scripts/mod/file2alias.c *bcd += inc; bcd 243 scripts/mod/file2alias.c c = (*bcd >> (i << 2)) & 0xf; bcd 252 scripts/mod/file2alias.c *bcd = 0; bcd 259 scripts/mod/file2alias.c *bcd += c << (i << 2); bcd 246 tools/arch/x86/include/uapi/asm/kvm.h __u8 bcd;