Searched refs:dec (Results 1 - 25 of 100) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/dec/
H A DMakefile11 O_TARGET := dec.o
13 all: dec.o
15 export-objs := rtc-dec.o setup.o wbflush.o
16 obj-y := int-handler.o ioasic-irq.o kn02-irq.o reset.o rtc-dec.o setup.o \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dmc146818rtc.h51 #include <asm/dec/rtc-dec.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dmc146818rtc.h51 #include <asm/dec/rtc-dec.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/dec/prom/
H A Didentify.c14 #include <asm/dec/ioasic.h>
15 #include <asm/dec/ioasic_addrs.h>
16 #include <asm/dec/kn01.h>
17 #include <asm/dec/kn02.h>
18 #include <asm/dec/kn02ba.h>
19 #include <asm/dec/kn02ca.h>
20 #include <asm/dec/kn03.h>
21 #include <asm/dec/kn230.h>
22 #include <asm/dec/prom.h>
H A Dcmdline.c12 #include <asm/dec/prom.h>
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/dec/
H A Dkn02ba.h2 * include/asm-mips/dec/kn02ba.h
16 #include <asm/dec/kn02xa.h> /* For common definitions. */
H A Dkn02ca.h2 * include/asm-mips/dec/kn02ca.h
16 #include <asm/dec/kn02xa.h> /* For common definitions. */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/dec/
H A Dkn02ba.h2 * include/asm-mips/dec/kn02ba.h
16 #include <asm/dec/kn02xa.h> /* For common definitions. */
H A Dkn02ca.h2 * include/asm-mips/dec/kn02ca.h
16 #include <asm/dec/kn02xa.h> /* For common definitions. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/dec/
H A Dkn02ba.h2 * include/asm-mips/dec/kn02ba.h
16 #include <asm/dec/kn02xa.h> /* For common definitions. */
H A Dkn02ca.h2 * include/asm-mips/dec/kn02ca.h
16 #include <asm/dec/kn02xa.h> /* For common definitions. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/dec/
H A Dkn02ba.h2 * include/asm-mips/dec/kn02ba.h
16 #include <asm/dec/kn02xa.h> /* For common definitions. */
H A Dkn02ca.h2 * include/asm-mips/dec/kn02ca.h
16 #include <asm/dec/kn02xa.h> /* For common definitions. */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/dec/
H A Dkn02ba.h2 * include/asm-mips/dec/kn02ba.h
16 #include <asm/dec/kn02xa.h> /* For common definitions. */
H A Dkn02ca.h2 * include/asm-mips/dec/kn02ca.h
16 #include <asm/dec/kn02xa.h> /* For common definitions. */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dsemaphore-helper.h15 #define dec(a) (((a)->counter)--) macro
34 dec(&sem->waking);
49 dec(&sem->waking);
68 dec(&sem->waking);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Dsemaphore-helper.h15 #define dec(a) (((a)->counter)--) macro
34 dec(&sem->waking);
49 dec(&sem->waking);
68 dec(&sem->waking);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/dec/
H A Dkn02ba.h2 * include/asm-mips/dec/kn02ba.h
16 #include <asm/dec/kn02xa.h> /* For common definitions. */
H A Dkn02ca.h2 * include/asm-mips/dec/kn02ca.h
16 #include <asm/dec/kn02xa.h> /* For common definitions. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dburner.c158 register int dec = *(dp++); local
160 if (dec < 0) {
162 dec = -dec;
165 *(p++) = '0' + (dec % 10);
166 dec = dec / 10;
167 } while (dec);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dmc146818rtc.h51 #include <asm/dec/rtc-dec.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dmc146818rtc.h51 #include <asm/dec/rtc-dec.h>
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dmc146818rtc.h51 #include <asm/dec/rtc-dec.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dmc146818rtc.h51 #include <asm/dec/rtc-dec.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dadb.c175 unsigned rtcu, rtcl, dec, pdec, x; local
185 dec = get_dec();
186 printf("rtc u=%u l=%u dec=%x (%d = %d.%.7d)\n",
187 rtcu, rtcl, dec, pdec - dec, (pdec - dec) / 1000000000,
188 ((pdec - dec) % 1000000000) / 100);
189 pdec = dec;

Completed in 186 milliseconds

1234