Searched refs:bcd (Results 26 - 50 of 151) sorted by relevance

1234567

/linux-master/arch/mips/sgi-ip27/
H A Dip27-timer.c6 #include <linux/bcd.h>
/linux-master/drivers/acpi/
H A Dproc.c6 #include <linux/bcd.h>
/linux-master/arch/powerpc/platforms/chrp/
H A Dtime.c22 #include <linux/bcd.h>
/linux-master/arch/powerpc/platforms/maple/
H A Dtime.c21 #include <linux/bcd.h>
/linux-master/drivers/rtc/
H A Drtc-ds1347.c16 #include <linux/bcd.h>
H A Drtc-em3027.c13 #include <linux/bcd.h>
H A Drtc-bq4802.c13 #include <linux/bcd.h>
H A Drtc-as3722.c12 #include <linux/bcd.h>
H A Drtc-rx4581.c32 #include <linux/bcd.h>
H A Drtc-m41t93.c9 #include <linux/bcd.h>
H A Drtc-m48t35.c17 #include <linux/bcd.h>
H A Drtc-rs5c348.c12 #include <linux/bcd.h>
H A Drtc-opal.c15 #include <linux/bcd.h>
H A Drtc-ds1302.c9 #include <linux/bcd.h>
/linux-master/arch/alpha/kernel/
H A Drtc.c15 #include <linux/bcd.h>
H A Dtime.c34 #include <linux/bcd.h>
/linux-master/scripts/dtc/include-prefixes/dt-bindings/usb/
H A Dpd.h150 #define VDO_PRODUCT(pid, bcd) (((pid) & 0xffff) << 16 | ((bcd) & 0xffff))
/linux-master/include/dt-bindings/usb/
H A Dpd.h150 #define VDO_PRODUCT(pid, bcd) (((pid) & 0xffff) << 16 | ((bcd) & 0xffff))
/linux-master/include/linux/usb/
H A Dpd_vdo.h175 #define VDO_PRODUCT(pid, bcd) (((pid) & 0xffff) << 16 | ((bcd) & 0xffff))
/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...]
/linux-master/arch/mips/include/asm/sgi/
H A Dhpc3.h66 volatile u32 bcd; /* byte count info */ member in struct:hpc3_scsiregs
/linux-master/arch/mips/sibyte/swarm/
H A Drtc_m41t81.c8 #include <linux/bcd.h>
H A Drtc_xicor1241.c8 #include <linux/bcd.h>
/linux-master/arch/x86/math-emu/
H A Dreg_ld_str.c297 /* Get a packed bcd array from user memory */
302 u_char bcd; local
312 FPU_get_user(bcd, s + pos);
314 l += bcd >> 4;
316 l += bcd & 0x0f;
894 /* Put a packed bcd array into user memory */
/linux-master/drivers/scsi/
H A Dsr_vendor.c41 #include <linux/bcd.h>

Completed in 244 milliseconds

1234567