/arch/arm/mach-netx/include/mach/ |
D | xc.h | 23 struct xc { struct 34 int xc_reset(struct xc *x); argument 35 int xc_stop(struct xc* x); 36 int xc_start(struct xc *x); 37 int xc_running(struct xc *x); 38 int xc_request_firmware(struct xc* x); 39 struct xc* request_xc(int xcno, struct device *dev); 40 void free_xc(struct xc *x);
|
/arch/arm/mach-netx/ |
D | xc.c | 53 int xc_stop(struct xc *x) in xc_stop() 61 int xc_start(struct xc *x) in xc_start() 69 int xc_running(struct xc *x) in xc_running() 77 int xc_reset(struct xc *x) in xc_reset() 83 static int xc_check_ptr(struct xc *x, unsigned long adr, unsigned int size) in xc_check_ptr() 98 static int xc_patch(struct xc *x, const void *patch, int count) in xc_patch() 115 int xc_request_firmware(struct xc *x) in xc_request_firmware() 180 struct xc *request_xc(int xcno, struct device *dev) in request_xc() 182 struct xc *x = NULL; in request_xc() 191 x = kmalloc(sizeof (struct xc), GFP_KERNEL); in request_xc() [all …]
|
D | Makefile | 7 obj-y += time.o generic.o pfifo.o xc.o
|
/arch/mips/math-emu/ |
D | ieee754int.h | 47 static inline int ieee754_class_nan(int xc) in ieee754_class_nan() argument 49 return xc >= IEEE754_CLASS_SNAN; in ieee754_class_nan() 53 unsigned xm; int xe; int xs __maybe_unused; int xc 85 #define EXPLODEXSP EXPLODESP(x, xc, xs, xe, xm) 91 u64 xm; int xe; int xs __maybe_unused; int xc 123 #define EXPLODEXDP EXPLODEDP(x, xc, xs, xe, xm) 149 #define FLUSHXDP FLUSHDP(x, xc, xs, xe, xm) 152 #define FLUSHXSP FLUSHSP(x, xc, xs, xe, xm)
|
D | sp_2008class.c | 38 switch(xc) { in ieee754sp_2008class() 52 pr_err("Unknown class: %d\n", xc); in ieee754sp_2008class()
|
D | dp_2008class.c | 38 switch(xc) { in ieee754dp_2008class() 52 pr_err("Unknown class: %d\n", xc); in ieee754dp_2008class()
|
D | sp_cmp.c | 38 if (ieee754_class_nan(xc) || ieee754_class_nan(yc)) { in ieee754sp_cmp() 40 xc == IEEE754_CLASS_SNAN || yc == IEEE754_CLASS_SNAN) in ieee754sp_cmp()
|
D | dp_cmp.c | 38 if (ieee754_class_nan(xc) || ieee754_class_nan(yc)) { in ieee754dp_cmp() 40 xc == IEEE754_CLASS_SNAN || yc == IEEE754_CLASS_SNAN) in ieee754dp_cmp()
|
D | dp_fsp.c | 41 switch (xc) { in ieee754dp_fsp()
|
/arch/powerpc/boot/dts/ |
D | mpc8536ds_36b.dts | 49 ranges = <0x02000000 0 0xf0000000 0xc 0x00000000 0 0x10000000 64 ranges = <0x02000000 0 0xf8000000 0xc 0x18000000 0 0x08000000 79 ranges = <0x02000000 0 0xf8000000 0xc 0x10000000 0 0x08000000 94 ranges = <0x02000000 0 0xe0000000 0xc 0x20000000 0 0x20000000
|
D | mpc8548cds_36b.dts | 37 ranges = <0x2000000 0x0 0xe0000000 0xc 0x00000000 0x0 0x10000000 44 ranges = <0x2000000 0x0 0xe0000000 0xc 0x10000000 0x0 0x10000000 59 ranges = <0x2000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000 75 ranges = <0x0 0x0 0xc 0x40000000 0x0 0x20000000>;
|
D | t4240rdb.dts | 116 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000 131 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000 146 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000 161 ranges = <0x02000000 0 0xe0000000 0xc 0x60000000 0 0x20000000 178 ranges = <0 0 0xc 0x20000000 0 0x10000000>; 181 ranges = <0 0 0xc 0x30000000 0 0x10000000>;
|
D | p3041ds.dts | 112 ranges = <0 0 0xc 0x20000000 0 0x10000000>; 115 ranges = <0 0 0xc 0x30000000 0 0x10000000>; 178 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000 193 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000 208 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000 223 ranges = <0x02000000 0 0xe0000000 0xc 0x60000000 0 0x20000000
|
D | p5020ds.dts | 112 ranges = <0 0 0xc 0x20000000 0 0x10000000>; 115 ranges = <0 0 0xc 0x30000000 0 0x10000000>; 178 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000 193 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000 208 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000 223 ranges = <0x02000000 0 0xe0000000 0xc 0x60000000 0 0x20000000
|
D | p4080ds.dts | 119 ranges = <0 0 0xc 0x20000000 0 0x10000000>; 122 ranges = <0 0 0xc 0x30000000 0 0x10000000>; 146 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000 161 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000 176 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000
|
D | mpc8572ds_36b.dts | 40 ranges = <0x2000000 0x0 0xe0000000 0xc 0x00000000 0x0 0x20000000 55 ranges = <0x2000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000 70 ranges = <0x2000000 0x0 0xe0000000 0xc 0x40000000 0x0 0x20000000
|
D | t4240qds.dts | 214 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000 229 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000 244 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000 259 ranges = <0x02000000 0 0xe0000000 0xc 0x60000000 0 0x20000000 275 ranges = <0 0 0xc 0x20000000 0 0x10000000>; 278 ranges = <0 0 0xc 0x30000000 0 0x10000000>;
|
D | p2041rdb.dts | 119 ranges = <0 0 0xc 0x20000000 0 0x10000000>; 122 ranges = <0 0 0xc 0x30000000 0 0x10000000>; 179 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000 194 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000 209 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000
|
D | t104xrdb.dtsi | 99 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x10000000 114 ranges = <0x02000000 0x0 0xe0000000 0xc 0x10000000 0x0 0x10000000 129 ranges = <0x02000000 0 0xe0000000 0xc 0x20000000 0 0x10000000 144 ranges = <0x02000000 0 0xe0000000 0xc 0x30000000 0 0x10000000
|
D | t104xqds.dtsi | 109 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x10000000 124 ranges = <0x02000000 0x0 0xe0000000 0xc 0x10000000 0x0 0x10000000 139 ranges = <0x02000000 0 0xe0000000 0xc 0x20000000 0 0x10000000 154 ranges = <0x02000000 0 0xe0000000 0xc 0x30000000 0 0x10000000
|
D | p1020rdb_36b.dts | 36 ranges = <0x2000000 0x0 0xc0000000 0xc 0x20000000 0x0 0x20000000 51 ranges = <0x2000000 0x0 0x80000000 0xc 0x00000000 0x0 0x20000000
|
D | t208xrdb.dtsi | 127 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000 142 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x10000000 157 ranges = <0x02000000 0 0xe0000000 0xc 0x30000000 0 0x10000000 172 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x10000000
|
/arch/s390/lib/ |
D | mem64.S | 35 xc 0(256,%r1),0(%r1) 60 xc 0(1,%r1),0(%r1)
|
D | mem32.S | 38 xc 0(256,%r1),0(%r1) 62 xc 0(1,%r1),0(%r1)
|
/arch/s390/net/ |
D | bpf_jit.S | 75 xc 160(2,%r15),160(%r15) 101 xc 160(3,%r15),160(%r15) 124 xc 160(3,%r15),160(%r15)
|