Searched refs:bcd (Results 1 - 25 of 151) sorted by last modified time

1234567

/linux-master/tools/arch/x86/include/uapi/asm/
H A Dkvm.h279 __u8 bcd; member in struct:kvm_pit_channel_state
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm.h279 __u8 bcd; member in struct:kvm_pit_channel_state
/linux-master/include/linux/usb/
H A Dpd_vdo.h175 #define VDO_PRODUCT(pid, bcd) (((pid) & 0xffff) << 16 | ((bcd) & 0xffff))
/linux-master/drivers/usb/core/
H A Dhcd.c12 #include <linux/bcd.h>
/linux-master/drivers/rtc/
H A Drtc-pcf8523.c6 #include <linux/bcd.h>
H A Drtc-nct3018y.c4 #include <linux/bcd.h>
H A Drtc-m41t80.c14 #include <linux/bcd.h>
H A Drtc-max31335.c12 #include <linux/bcd.h>
H A Drtc-ds1511.c14 #include <linux/bcd.h>
H A Drtc-tps6594.c8 #include <linux/bcd.h>
H A Drtc-rv8803.c10 #include <linux/bcd.h>
H A Drtc-mc146818-lib.c2 #include <linux/bcd.h>
H A Drtc-ds3232.c18 #include <linux/bcd.h>
H A Drtc-ma35d1.c8 #include <linux/bcd.h>
H A Drtc-ac100.c10 #include <linux/bcd.h>
/linux-master/drivers/char/
H A Dhpet.c27 #include <linux/bcd.h>
/linux-master/scripts/mod/
H A Dfile2alias.c239 static unsigned int incbcd(unsigned int *bcd, argument
244 unsigned int init = *bcd, i, j;
247 /* If bcd is not in BCD format, just increment */
249 *bcd += inc;
255 c = (*bcd >> (i << 2)) & 0xf;
256 c = c > 9 ? 9 : c; /* force to bcd just in case */
264 *bcd = 0;
271 *bcd += c << (i << 2);
295 /* Figure out if this entry is in bcd or hex format */
317 if (chi > max) /* If we are in bcd mod
[all...]
/linux-master/lib/
H A DMakefile45 obj-y += bcd.o sort.o parser.o debug_locks.o random32.o \
/linux-master/drivers/firmware/efi/
H A Dcper.c24 #include <linux/bcd.h>
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dphy.c5 #include <linux/bcd.h>
/linux-master/arch/x86/platform/efi/
H A Defi.c46 #include <linux/bcd.h>
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c19 #include <linux/bcd.h>
/linux-master/include/linux/
H A Dmc146818rtc.h17 #include <linux/bcd.h>
/linux-master/arch/alpha/kernel/
H A Drtc.c15 #include <linux/bcd.h>
/linux-master/drivers/media/platform/aspeed/
H A Daspeed-video.c272 * bcd: holds the buffer information for bcd work
314 struct aspeed_video_addr bcd; member in struct:aspeed_video
598 if (bcd_buf_need && !video->bcd.size) {
599 if (!aspeed_video_alloc_buf(video, &video->bcd,
605 aspeed_video_write(video, VE_BCD_ADDR, video->bcd.dma);
606 v4l2_dbg(1, debug, &video->v4l2_dev, "bcd addr(%pad) size(%d)\n",
607 &video->bcd.dma, video->bcd.size);
608 } else if (!bcd_buf_need && video->bcd
[all...]

Completed in 585 milliseconds

1234567