Searched refs:bcd (Results 1 - 25 of 151) sorted by relevance

1234567

/linux-master/lib/
H A Dbcd.c2 #include <linux/bcd.h>
/linux-master/include/linux/
H A Dbsg.h17 void bsg_unregister_queue(struct bsg_device *bcd);
H A Dmc146818rtc.h17 #include <linux/bcd.h>
/linux-master/drivers/usb/storage/
H A Dusual-tables.c79 unsigned vid, pid, bcd; local
85 bcd = le16_to_cpu(udev->descriptor.bcdDevice);
89 p->bcdmin <= bcd && p->bcdmax >= bcd)
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S4 | Description: Converts normalized packed bcd value pointed to by
7 | Input: Normalized packed bcd value in ETEMP(a6).
9 | Output: Exact floating-point representation of the packed bcd value.
20 | Expected is a normal bcd (i.e. non-exceptional; all inf, zero,
24 | A1. Convert the bcd exponent to binary by successive adds and muls.
30 | A2. Convert the bcd mantissa to binary by successive
37 | bcd string. If SE is positive, count the leading zeros;
41 | mantissa the equivalent of forcing in the bcd value:
124 | 1. Copy bcd value in memory for use as a working copy.
137 | ( ) d4: first word of bcd
[all...]
H A Dbinstr.S5 | Description: Converts a 64-bit binary integer to bcd.
8 | d0, and a pointer to start in memory for bcd characters
12 | Output: LEN bcd digits representing the 64-bit integer.
36 | into d2:d3. D1 will contain the bcd digit formed.
57 | a0: pointer into memory for packed bcd string formation
H A Dbindec.S8 | to bcd format.
55 | in the output before conversion to bcd. LAMBDA is the
92 | A14. Convert the mantissa to bcd.
94 | mantissa to bcd in memory. The input to binstr is
97 | The bcd digits are stored in the correct position in
100 | A15. Convert the exponent to bcd.
101 | As in A14 above, the exp is converted to bcd and the
331 | in the output before conversion to bcd. LAMBDA is the sign
626 | a0: pointer into memory for packed bcd string formation
716 | A14. Convert the mantissa to bcd
[all...]
/linux-master/arch/sh/boards/mach-sdk7786/
H A Dfpga.c9 #include <linux/bcd.h>
/linux-master/drivers/mfd/
H A Dwm831x-otp.c13 #include <linux/bcd.h>
/linux-master/arch/x86/kvm/
H A Di8254.h20 u8 bcd; /* not supported */ member in struct:kvm_kpit_channel_state
/linux-master/drivers/rtc/
H A Drtc-ds1305.c9 #include <linux/bcd.h>
105 static unsigned bcd2hour(u8 bcd) argument
107 if (bcd & DS1305_HR_12) {
110 bcd &= ~DS1305_HR_12;
111 if (bcd & DS1305_HR_PM) {
113 bcd &= ~DS1305_HR_PM;
115 hour += bcd2bin(bcd);
118 return bcd2bin(bcd);
H A Drtc-max6916.c16 #include <linux/bcd.h>
H A Drtc-max6902.c16 #include <linux/bcd.h>
H A Drtc-m41t94.c13 #include <linux/bcd.h>
H A Drtc-ds1216.c12 #include <linux/bcd.h>
H A Drtc-r9701.c20 #include <linux/bcd.h>
H A Drtc-wilco-ec.c11 #include <linux/bcd.h>
/linux-master/arch/mips/include/asm/
H A Dmc146818-time.h11 #include <linux/bcd.h>
/linux-master/arch/mips/sgi-ip22/
H A Dip22-time.c12 #include <linux/bcd.h>
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-rtc.c11 #include <linux/bcd.h>
/linux-master/arch/mips/dec/
H A Dtime.c10 #include <linux/bcd.h>
/linux-master/arch/m68k/sun3x/
H A Dtime.c15 #include <linux/bcd.h>
/linux-master/arch/m68k/bvme6000/
H A Drtc.c20 #include <linux/bcd.h>
/linux-master/arch/m68k/mvme16x/
H A Drtc.c19 #include <linux/bcd.h>
/linux-master/arch/sh/boards/mach-sh03/
H A Drtc.c13 #include <linux/bcd.h>

Completed in 377 milliseconds

1234567