Home
last modified time | relevance | path

Searched refs:bcd (Results 1 – 25 of 32) sorted by relevance

12

/linux/lib/
A D.bcd.o.cmd1bcd.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aarc…
3 source_lib/bcd.o := lib/bcd.c
5 deps_lib/bcd.o := \
22 include/linux/bcd.h \
65 lib/bcd.o: $(deps_lib/bcd.o)
67 $(deps_lib/bcd.o):
A D.built-in.a.cmd1 …s/aarch64/bin/aarch64-linux-gnu-ar cDPrST lib/built-in.a lib/lockref.o lib/bcd.o lib/sort.o lib/pa…
A Dbuilt-in.a4 bcd.o/
A DMakefile45 obj-y += bcd.o sort.o parser.o debug_locks.o random32.o \
/linux/arch/m68k/fpsp040/
A Ddecbin.S4 | Description: Converts normalized packed bcd value pointed to by
7 | Input: Normalized packed bcd value in ETEMP(a6).
30 | A2. Convert the bcd mantissa to binary by successive
137 | ( ) d4: first word of bcd
138 | ( ) a0: pointer to working bcd value
139 | ( ) a6: pointer to original bcd value
140 | (*) FP_SCR1: working copy of original bcd value
147 movel ETEMP(%a6),(%a0) |save input bcd value
150 movel (%a0),%d4 |get first word of bcd
433 movel (%a0),%d4 |reload 1st bcd word to d4
[all …]
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
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
/linux/drivers/usb/storage/
A Dusual-tables.c94 unsigned vid, pid, bcd; in usb_usual_ignore_device() local
100 bcd = le16_to_cpu(udev->descriptor.bcdDevice); in usb_usual_ignore_device()
104 p->bcdmin <= bcd && p->bcdmax >= bcd) in usb_usual_ignore_device()
/linux/drivers/rtc/
A Drtc-ds1305.c105 static unsigned bcd2hour(u8 bcd) in bcd2hour() argument
107 if (bcd & DS1305_HR_12) { in bcd2hour()
110 bcd &= ~DS1305_HR_12; in bcd2hour()
111 if (bcd & DS1305_HR_PM) { in bcd2hour()
113 bcd &= ~DS1305_HR_PM; in bcd2hour()
115 hour += bcd2bin(bcd); in bcd2hour()
118 return bcd2bin(bcd); in bcd2hour()
A D.rtc-s3c.o.cmd1039 include/linux/bcd.h \
/linux/include/linux/
A Dbsg.h17 void bsg_unregister_queue(struct bsg_device *bcd);
/linux/tools/perf/pmu-events/arch/powerpc/
A Dmapfile.csv16 004[bcd][[:xdigit:]]{4},1,power8,core
/linux/include/dt-bindings/usb/
A Dpd.h150 #define VDO_PRODUCT(pid, bcd) (((pid) & 0xffff) << 16 | ((bcd) & 0xffff)) argument
/linux/Documentation/ABI/testing/
A Dconfigfs-usb-gadget28 bcdDevice bcd device release number
29 bcdUSB bcd USB specification version number
/linux/arch/x86/kvm/
A Di8254.h20 u8 bcd; /* not supported */ member
A Di8254.c193 c->bcd); in pit_latch_status()
486 s->bcd = val & 1; in pit_ioport_write()
/linux/include/linux/usb/
A Dpd_vdo.h168 #define VDO_PRODUCT(pid, bcd) (((pid) & 0xffff) << 16 | ((bcd) & 0xffff)) argument
/linux/arch/x86/math-emu/
A Dreg_ld_str.c302 u_char bcd; in FPU_load_bcd() local
312 FPU_get_user(bcd, s + pos); in FPU_load_bcd()
314 l += bcd >> 4; in FPU_load_bcd()
316 l += bcd & 0x0f; in FPU_load_bcd()
/linux/scripts/mod/
A Dfile2alias.c238 static unsigned int incbcd(unsigned int *bcd, in incbcd() argument
243 unsigned int init = *bcd, i, j; in incbcd()
248 *bcd += inc; in incbcd()
254 c = (*bcd >> (i << 2)) & 0xf; in incbcd()
263 *bcd = 0; in incbcd()
270 *bcd += c << (i << 2); in incbcd()
/linux/arch/mips/include/asm/sgi/
A Dhpc3.h66 volatile u32 bcd; /* byte count info */ member
/linux/arch/x86/include/uapi/asm/
A Dkvm.h281 __u8 bcd; member
/linux/tools/arch/x86/include/uapi/asm/
A Dkvm.h281 __u8 bcd; member
/linux/drivers/usb/mtu3/
A D.mtu3_gadget_ep0.o.cmd711 include/linux/bcd.h \
/linux/drivers/usb/dwc3/
A D.ep0.o.cmd1083 include/linux/bcd.h \
/linux/drivers/usb/gadget/udc/bdc/
A D.bdc_ep.o.cmd1287 include/linux/bcd.h \

Completed in 64 milliseconds

12