Home
last modified time | relevance | path

Searched refs:xc (Results 1 – 180 of 180) sorted by relevance

/linux-4.4.14/arch/arm/mach-netx/include/mach/
Dxc.h23 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);
/linux-4.4.14/drivers/net/ethernet/
Dnetx-eth.c101 struct xc *xc; member
261 xc_reset(priv->xc); in netx_eth_timeout()
262 xc_start(priv->xc); in netx_eth_timeout()
331 running = xc_running(priv->xc); in netx_eth_enable()
332 xc_stop(priv->xc); in netx_eth_enable()
351 if (xc_request_firmware(priv->xc)) { in netx_eth_enable()
357 xc_reset(priv->xc); in netx_eth_enable()
358 xc_start(priv->xc); in netx_eth_enable()
391 priv->xc = request_xc(pdata->xcno, &pdev->dev); in netx_eth_drv_probe()
392 if (!priv->xc) { in netx_eth_drv_probe()
[all …]
/linux-4.4.14/arch/arm/mach-netx/
Dxc.c53 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 …]
DMakefile7 obj-y += time.o generic.o pfifo.o xc.o
/linux-4.4.14/arch/mips/math-emu/
Dieee754int.h47 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
82 #define EXPLODEXSP EXPLODESP(x, xc, xs, xe, xm)
87 u64 xm; int xe; int xs __maybe_unused; int xc
116 #define EXPLODEXDP EXPLODEDP(x, xc, xs, xe, xm)
141 #define FLUSHXDP FLUSHDP(x, xc, xs, xe, xm)
143 #define FLUSHXSP FLUSHSP(x, xc, xs, xe, xm)
Dsp_2008class.c38 switch(xc) { in ieee754sp_2008class()
52 pr_err("Unknown class: %d\n", xc); in ieee754sp_2008class()
Ddp_2008class.c38 switch(xc) { in ieee754dp_2008class()
52 pr_err("Unknown class: %d\n", xc); in ieee754dp_2008class()
Dsp_cmp.c38 if (ieee754_class_nan(xc) || ieee754_class_nan(yc)) { in ieee754sp_cmp()
40 xc == IEEE754_CLASS_SNAN || yc == IEEE754_CLASS_SNAN) in ieee754sp_cmp()
Ddp_cmp.c38 if (ieee754_class_nan(xc) || ieee754_class_nan(yc)) { in ieee754dp_cmp()
40 xc == IEEE754_CLASS_SNAN || yc == IEEE754_CLASS_SNAN) in ieee754dp_cmp()
Ddp_fsp.c41 switch (xc) { in ieee754dp_fsp()
Dsp_fmax.c34 switch (CLPAIR(xc, yc)) { in ieee754sp_fmax()
134 switch (CLPAIR(xc, yc)) { in ieee754sp_fmaxa()
Ddp_fmin.c34 switch (CLPAIR(xc, yc)) { in ieee754dp_fmin()
134 switch (CLPAIR(xc, yc)) { in ieee754dp_fmina()
Ddp_fmax.c34 switch (CLPAIR(xc, yc)) { in ieee754dp_fmax()
134 switch (CLPAIR(xc, yc)) { in ieee754dp_fmaxa()
Dsp_fmin.c34 switch (CLPAIR(xc, yc)) { in ieee754sp_fmin()
134 switch (CLPAIR(xc, yc)) { in ieee754sp_fmina()
Dsp_fdp.c45 switch (xc) { in ieee754sp_fdp()
Ddp_tint.c38 switch (xc) { in ieee754dp_tint()
Dsp_tlong.c39 switch (xc) { in ieee754sp_tlong()
Dsp_tint.c38 switch (xc) { in ieee754sp_tint()
Ddp_tlong.c38 switch (xc) { in ieee754dp_tlong()
Dsp_sqrt.c37 switch (xc) { in ieee754sp_sqrt()
Ddp_sqrt.c44 switch (xc) { in ieee754dp_sqrt()
Ddp_div.c41 switch (CLPAIR(xc, yc)) { in ieee754dp_div()
Dieee754dp.c30 return xc; in ieee754dp_class()
Dsp_div.c41 switch (CLPAIR(xc, yc)) { in ieee754sp_div()
Dieee754sp.c30 return xc; in ieee754sp_class()
Dsp_add.c39 switch (CLPAIR(xc, yc)) { in ieee754sp_add()
Dsp_sub.c39 switch (CLPAIR(xc, yc)) { in ieee754sp_sub()
Ddp_sub.c39 switch (CLPAIR(xc, yc)) { in ieee754dp_sub()
Ddp_add.c39 switch (CLPAIR(xc, yc)) { in ieee754dp_add()
Dsp_mul.c49 switch (CLPAIR(xc, yc)) { in ieee754sp_mul()
Ddp_mul.c49 switch (CLPAIR(xc, yc)) { in ieee754dp_mul()
Ddp_msubf.c57 switch (CLPAIR(xc, yc)) { in ieee754dp_msubf()
Dsp_maddf.c56 switch (CLPAIR(xc, yc)) { in ieee754sp_maddf()
Dsp_msubf.c56 switch (CLPAIR(xc, yc)) { in ieee754sp_msubf()
Ddp_maddf.c57 switch (CLPAIR(xc, yc)) { in ieee754dp_maddf()
/linux-4.4.14/arch/cris/boot/dts/
Dp1343.dts40 gpios = <&gio 0 GPIO_ACTIVE_LOW 0xc>;
46 gpios = <&gio 1 GPIO_ACTIVE_LOW 0xc>;
51 gpios = <&gio 2 GPIO_ACTIVE_LOW 0xc>;
56 gpios = <&gio 3 GPIO_ACTIVE_LOW 0xc>;
61 gpios = <&gio 4 GPIO_ACTIVE_LOW 0xc>;
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dcyrus_p5020.dts80 ranges = <0 0 0xc 0x20000000 0 0x10000000>;
83 ranges = <0 0 0xc 0x30000000 0 0x10000000>;
96 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000
111 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000
126 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000
141 ranges = <0x02000000 0 0xe0000000 0xc 0x60000000 0 0x20000000
Dmpc8536ds_36b.dts49 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
Dmpc8548cds_36b.dts37 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>;
Dt4240rdb.dts143 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000
158 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000
173 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000
188 ranges = <0x02000000 0 0xe0000000 0xc 0x60000000 0 0x20000000
205 ranges = <0 0 0xc 0x20000000 0 0x10000000>;
208 ranges = <0 0 0xc 0x30000000 0 0x10000000>;
Dp3041ds.dts159 ranges = <0 0 0xc 0x20000000 0 0x10000000>;
162 ranges = <0 0 0xc 0x30000000 0 0x10000000>;
225 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000
240 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000
255 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000
270 ranges = <0x02000000 0 0xe0000000 0xc 0x60000000 0 0x20000000
Dp5020ds.dts159 ranges = <0 0 0xc 0x20000000 0 0x10000000>;
162 ranges = <0 0 0xc 0x30000000 0 0x10000000>;
225 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000
240 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000
255 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000
270 ranges = <0x02000000 0 0xe0000000 0xc 0x60000000 0 0x20000000
Dp4080ds.dts146 ranges = <0 0 0xc 0x20000000 0 0x10000000>;
149 ranges = <0 0 0xc 0x30000000 0 0x10000000>;
173 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000
188 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000
203 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000
Dmpc8572ds_36b.dts40 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
Dt4240qds.dts241 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000
256 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000
271 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000
286 ranges = <0x02000000 0 0xe0000000 0xc 0x60000000 0 0x20000000
302 ranges = <0 0 0xc 0x20000000 0 0x10000000>;
305 ranges = <0 0 0xc 0x30000000 0 0x10000000>;
Dp2041rdb.dts146 ranges = <0 0 0xc 0x20000000 0 0x10000000>;
149 ranges = <0 0 0xc 0x30000000 0 0x10000000>;
206 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000
221 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000
236 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000
Dt104xrdb.dtsi132 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x10000000
147 ranges = <0x02000000 0x0 0xe0000000 0xc 0x10000000 0x0 0x10000000
162 ranges = <0x02000000 0 0xe0000000 0xc 0x20000000 0 0x10000000
177 ranges = <0x02000000 0 0xe0000000 0xc 0x30000000 0 0x10000000
Dt104xqds.dtsi136 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x10000000
151 ranges = <0x02000000 0x0 0xe0000000 0xc 0x10000000 0x0 0x10000000
166 ranges = <0x02000000 0 0xe0000000 0xc 0x20000000 0 0x10000000
181 ranges = <0x02000000 0 0xe0000000 0xc 0x30000000 0 0x10000000
Dt208xrdb.dtsi154 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000
169 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x10000000
184 ranges = <0x02000000 0 0xe0000000 0xc 0x30000000 0 0x10000000
199 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x10000000
Dp1020rdb_36b.dts36 ranges = <0x2000000 0x0 0xc0000000 0xc 0x20000000 0x0 0x20000000
51 ranges = <0x2000000 0x0 0x80000000 0xc 0x00000000 0x0 0x20000000
Dt104xd4rdb.dtsi158 ranges = <0x02000000 0 0xe0000000 0xc 0x0 0x0 0x10000000
173 ranges = <0x02000000 0 0xe0000000 0xc 0x10000000 0 0x10000000
188 ranges = <0x02000000 0 0xe0000000 0xc 0x20000000 0 0x10000000
203 ranges = <0x02000000 0 0xe0000000 0xc 0x30000000 0 0x10000000
Dt208xqds.dtsi220 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000
235 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x10000000
250 ranges = <0x02000000 0 0xe0000000 0xc 0x30000000 0 0x10000000
265 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x10000000
Dp1022ds_36b.dts57 ranges = <0x2000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000
72 ranges = <0x2000000 0x0 0xe0000000 0xc 0x40000000 0x0 0x20000000
87 ranges = <0x2000000 0x0 0xe0000000 0xc 0x00000000 0x0 0x20000000
Dt1023rdb.dts118 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0 0x10000000
133 ranges = <0x02000000 0 0xe0000000 0xc 0x10000000 0 0x10000000
148 ranges = <0x02000000 0 0xe0000000 0xc 0x20000000 0 0x10000000
Dt1024rdb.dts147 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0 0x10000000
162 ranges = <0x02000000 0 0xe0000000 0xc 0x10000000 0 0x10000000
177 ranges = <0x02000000 0 0xe0000000 0xc 0x20000000 0 0x10000000
Dt2080qds.dts49 ranges = <0 0 0xc 0x20000000 0 0x10000000>;
52 ranges = <0 0 0xc 0x30000000 0 0x10000000>;
Db4860qds.dts52 ranges = <0 0 0xc 0x20000000 0 0x10000000>;
55 ranges = <0 0 0xc 0x30000000 0 0x10000000>;
Dt2080rdb.dts49 ranges = <0 0 0xc 0x20000000 0 0x10000000>;
52 ranges = <0 0 0xc 0x30000000 0 0x10000000>;
Dkmcoge4.dts146 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000
165 ranges = <0x02000000 0 0xe0000000 0xc 0x20000000 0 0x20000000
Dt1024qds.dts207 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0 0x10000000
222 ranges = <0x02000000 0 0xe0000000 0xc 0x10000000 0 0x10000000
237 ranges = <0x02000000 0 0xe0000000 0xc 0x20000000 0 0x10000000
Dp5040ds.dts210 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000
225 ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000
240 ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000
Dp1010rdb_36b.dtsi53 ranges = <0x2000000 0x0 0xc0000000 0xc 0x20000000 0x0 0x20000000
68 ranges = <0x2000000 0x0 0xc0000000 0xc 0x20000000 0x0 0x20000000
Dp2020rdb-pc_36b.dts66 ranges = <0x2000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000
81 ranges = <0x2000000 0x0 0xe0000000 0xc 0x00000000 0x0 0x20000000
Dp1024rdb_36b.dts56 ranges = <0x2000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000
71 ranges = <0x2000000 0x0 0xe0000000 0xc 0x00000000 0x0 0x20000000
Dp1020mbg-pc_36b.dts59 ranges = <0x2000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000
74 ranges = <0x2000000 0x0 0xe0000000 0xc 0x00000000 0x0 0x20000000
Dp1020utm-pc_36b.dts59 ranges = <0x2000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000
74 ranges = <0x2000000 0x0 0xe0000000 0xc 0x00000000 0x0 0x20000000
Dp1020rdb-pc_36b.dts60 ranges = <0x2000000 0x0 0xc0000000 0xc 0x20000000 0x0 0x20000000
75 ranges = <0x2000000 0x0 0x80000000 0xc 0x00000000 0x0 0x20000000
Dp1021rdb-pc_36b.dts58 ranges = <0x2000000 0x0 0xc0000000 0xc 0x20000000 0x0 0x20000000
74 ranges = <0x2000000 0x0 0x80000000 0xc 0x00000000 0x0 0x20000000
Dmpc8572ds_camp_core1.dts89 0x9 0xa 0xb 0xc /* usb */
Dqoriq-fman-1-1g-4.dtsi37 cell-index = <0xc>;
Dqoriq-fman-0-1g-4.dtsi37 cell-index = <0xc>;
Dqoriq-fman3-0-1g-4.dtsi37 cell-index = <0xc>;
Dqoriq-fman3-1-1g-4.dtsi37 cell-index = <0xc>;
Dmpc8568mds.dts143 0x4 0xc 0x2 0x0 0x2 0x0 /* RxD3 */
171 0x5 0xc 0x2 0x0 0x2 0x0 /* RxD3 */
Dqoriq-fman-0.dtsi45 fsl,qman-channel-range = <0x40 0xc>;
Dqoriq-fman-1.dtsi45 fsl,qman-channel-range = <0x60 0xc>;
Dp1025rdb_36b.dts73 ranges = <0x2000000 0x0 0xe0000000 0xc 0x00000000 0x0 0x20000000
Doca4080.dts116 ranges = <0 0 0xc 0x20000000 0 0x10000000>;
Dmpc8569mds.dts159 0x0 0xc 0x2 0x0 0x3 0x0 /* ENET1_RX_DV_SER1_CTS_B */
210 0x1 0xc 0x1 0x0 0x2 0x0 /* ENET4_TXD0_SER4_TXD0 */
Dmpc8544ds.dtsi125 0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
Db4qds.dtsi217 ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000
Dge_imp3a.dts163 interrupts = <0xc 0x4>;
Dc293pcie.dts59 ranges = <0x2000000 0x0 0x80000000 0xc 0x00000000 0x0 0x20000000
Dp1021mds.dts215 0x0 0xc 0x1 0x0 0x2 0x0 /* ENET1_TXD3_SER1_TXD3 */
Dp1025twr.dtsi185 0x0 0xc 0x1 0x0 0x2 0x0 /* ENET1_TXD3_SER1_TXD3 */
Dp1025rdb.dtsi258 0x0 0xc 0x1 0x0 0x2 0x0 /* ENET1_TXD3_SER1_TXD3 */
Db4si-post.dtsi304 cell-index = <0xc>;
Dmpc8572ds.dtsi346 0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
Dt2081si-post.dtsi420 cell-index = <0xc>;
Dt4240si-post.dtsi650 cell-index = <0xc>;
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dti_soc_thermal.txt70 reg = <0x4a0021e0 0xc
71 0x4a00232c 0xc
80 reg = <0x4a0021e0 0xc
81 0x4a00232c 0xc
/linux-4.4.14/arch/s390/lib/
Dmem.S35 xc 0(256,%r1),0(%r1)
60 xc 0(1,%r1),0(%r1)
/linux-4.4.14/arch/s390/kernel/
Dentry.S209 xc __SF_EMPTY+16(8,%r15),__SF_EMPTY+16(%r15) # reason code = 0
289 xc __SF_BACKCHAIN(8,%r15),__SF_BACKCHAIN(%r15)
503 xc __PT_FLAGS(8,%r11),__PT_FLAGS(%r11)
514 xc __SF_BACKCHAIN(8,%r15),__SF_BACKCHAIN(%r15)
534 xc __SF_BACKCHAIN(8,%r15),__SF_BACKCHAIN(%r15)
565 xc __PT_FLAGS(8,%r11),__PT_FLAGS(%r11)
569 xc __SF_BACKCHAIN(8,%r15),__SF_BACKCHAIN(%r15)
624 xc __SF_BACKCHAIN(8,%r1),__SF_BACKCHAIN(%r1)
642 xc __SF_BACKCHAIN(8,%r1),__SF_BACKCHAIN(%r1)
742 xc __PT_FLAGS(8,%r11),__PT_FLAGS(%r11)
[all …]
Dhead.S300 xc 0x200(256),0x200 # partially clear lowcore
301 xc 0x300(256),0x300
302 xc 0xe00(256),0xe00
307 xc __LC_STFL_FAC_LIST(8),__LC_STFL_FAC_LIST
Dswsusp.S77 xc __SF_EMPTY(4,%r15),__SF_EMPTY(%r15)
126 xc __SF_EMPTY(4,%r15),__SF_EMPTY(%r15)
Dhead64.S21 xc __LC_LPP+1(7,0),__LC_LPP+1 # clear lpp and current_pid
/linux-4.4.14/Documentation/aoe/
Dudev-install.sh33 sh -xc "cp `dirname $0`/udev.txt $rules_d/60-aoe.rules"
/linux-4.4.14/arch/powerpc/boot/dts/
Dmvme5100.dts134 0x8000 0x0 0x0 0x4 &mpic 0xc 0x1
137 0x8800 0x0 0x0 0x1 &mpic 0xc 0x1
151 0xa000 0x0 0x0 0x4 &mpic 0xc 0x1
Dholly.dts113 interrupts = <0xc 0x2>;
Dep405.dts81 0xc 0x4 /* RXEOB */
Dacadia.dts167 interrupts = <0xb 0x4 0xc 0x4>;
Dicon.dts121 0xc 0x00000000 0xc 0x00000000 0x20000000
Dwalnut.dts81 0xc 0x4 /* RXEOB */
Dkatmai.dts125 0xc 0x00000000 0xc 0x00000000 0x20000000
Dhotfoot.dts81 0xc 0x4 /* RXEOB */
Dsam440ep.dts214 reg = <0xef600d00 0xc>;
Dcanyonlands.dts190 /* DMA */ 0x2 &UIC0 0xc 0x4>;
491 0x0 0x0 0x0 0x1 &UIC3 0xc 0x4 /* swizzled int A */
Dc2k.dts165 reg = <0xb400 0xc>;
Dbluestone.dts379 0x0 0x0 0x0 0x1 &UIC3 0xc 0x4 /* swizzled int A */
Dmakalu.dts348 0x0 0x0 0x0 0x2 &UIC2 0xc 0x4 /* swizzled int B */
Dvirtex440-ml507.dts381 xlnx,num-intr-inputs = <0xc>;
Dkilauea.dts402 0x0 0x0 0x0 0x2 &UIC2 0xc 0x4 /* swizzled int B */
Dvirtex440-ml510.dts449 xlnx,num-intr-inputs = <0xc>;
Dglacier.dts528 0x0 0x0 0x0 0x1 &UIC3 0xc 0x4 /* swizzled int A */
/linux-4.4.14/Documentation/devicetree/bindings/reset/
Dallwinner,sunxi-clock-reset.txt20 reg = <0x01c202c0 0xc>;
/linux-4.4.14/arch/s390/kernel/vdso32/
Dclock_getres.S36 xc 0(4,%r3),0(%r3) /* set tp->tv_sec to zero */
/linux-4.4.14/Documentation/video4linux/
Dnot-in-cx2388x-datasheet.txt8 Digit 7: 27-24 (0xc = 12 = b1100 )
/linux-4.4.14/arch/s390/kernel/vdso64/
Dclock_getres.S42 xc 0(8,%r3),0(%r3) /* set tp->tv_sec to zero */
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dpwm-sun4i.txt18 reg = <0x01c20e00 0xc>;
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dmvebu-corediv-clock.txt19 reg = <0x18740 0xc>;
Dbrcm,iproc-clocks.txt82 reg = <0x0301d048 0xc>, <0x180aa024 0x4>;
/linux-4.4.14/arch/arm/boot/dts/
Dda850.dtsi78 0xc 0x00000002 0x0000000f
84 0xc 0x00000020 0x000000f0
148 0xc 0x88888888 0xffffffff
Domap36xx-clocks.dtsi41 ti,bit-shift = <0xc>;
Dbcm-cygnus-clock.dtsi119 reg = <0x0301d048 0xc>, <0x180aa024 0x4>;
Ddra7.dtsi284 reg = <0x4a0021e0 0xc
285 0x4a00232c 0xc
969 <0x4ae06014 0x4>, <0x4a003b20 0xc>,
1002 <0x4ae06010 0x4>, <0x4a0025cc 0xc>,
1035 <0x4ae06010 0x4>, <0x4a0025e0 0xc>,
1068 <0x4ae06010 0x4>, <0x4a003b08 0xc>,
Dsun5i-a13.dtsi157 reg = <0x01c20e00 0xc>;
Dsun5i-a10s.dtsi170 reg = <0x01c20e00 0xc>;
Dam335x-phycore-som.dtsi143 0xc (PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_ad3.gpmc_ad3 */
Dsun8i-a23-a33.dtsi422 reg = <0x01c202c0 0xc>;
453 reg = <0x01c21400 0xc>;
Darmada-370-xp.dtsi217 reg = <0x18740 0xc>;
Dstih416-clock.dtsi595 reg = <0xfe8308ac 0xc>; /* SYSCFG2555,2556,2557 */
706 reg = <0xfd32086c 0xc>; /* SYSCFG8539,8540,8541 */
Dam335x-nano.dts53 0xc (PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_ad3.gpmc_ad3 */
Dimx50.dtsi285 reg = <0x53fa8000 0xc>;
Dam335x-baltos-ir5221.dts216 0xc (PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_ad3.gpmc_ad3 */
Domap5.dtsi958 reg = <0x4a0021e0 0xc
959 0x4a00232c 0xc
Darmada-39x.dtsi393 reg = <0xe4250 0xc>;
Darmada-38x.dtsi553 reg = <0xe4250 0xc>;
Darmada-375.dtsi576 reg = <0xe8250 0xc>;
Dimx53.dtsi423 reg = <0x53fa8000 0xc>;
Dam335x-evm.dts227 0xc (PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_ad3.gpmc_ad3 */
Dam43x-epos-evm.dts203 0xc (PIN_INPUT_PULLDOWN | MUX_MODE0) /* gpmc_ad3.gpmc_ad3 */
Ddra72-evm.dts169 0xc (PIN_INPUT | MUX_MODE0) /* gpmc_ad3 */
Ddra7-evm.dts263 0xc (PIN_INPUT | MUX_MODE0) /* gpmc_ad3 */
Dtegra20-seaboard.dts411 reg = <0xc>;
Dam437x-gp-evm.dts244 0xc (PIN_INPUT | MUX_MODE0) /* gpmc_ad3.gpmc_ad3 */
Dsun4i-a10.dtsi994 reg = <0x01c20e00 0xc>;
Dsun6i-a31.dtsi758 reg = <0x01c202c0 0xc>;
Domap3xxx-clocks.dtsi266 ti,bit-shift = <0xc>;
Dsun7i-a20.dtsi1188 reg = <0x01c20e00 0xc>;
/linux-4.4.14/drivers/net/wan/lmc/
Dlmc_main.c342 struct lmc_xilinx_control xc; /*fold02*/ in lmc_ioctl() local
354 if (copy_from_user(&xc, ifr->ifr_data, sizeof(struct lmc_xilinx_control))) { in lmc_ioctl()
358 switch(xc.command){ in lmc_ioctl()
492 if (!xc.data) { in lmc_ioctl()
497 data = kmalloc(xc.len, GFP_KERNEL); in lmc_ioctl()
503 if(copy_from_user(data, xc.data, xc.len)) in lmc_ioctl()
510 … printk("%s: Starting load of data Len: %d at 0x%p == 0x%p\n", dev->name, xc.len, xc.data, data); in lmc_ioctl()
569 for(pos = 0; pos < xc.len; pos++){ in lmc_ioctl()
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dsrio.txt93 ranges = <0 0 0xc 0x20000000 0 0x10000000>;
101 ranges = <0 0 0xc 0x30000000 0 0x10000000>;
Dfman.txt451 fsl,qman-channel-range = <0x40 0xc>;
519 cell-index = <0xc>;
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s64 .b32 #ctx_key + 0xc + 0x20000 ~0xffffffff
68 .b32 #ctx_iv + 0xc + 0x20000 ~0xffffffff
116 or $r1 0xc
299 and $r1 $r1 0xc
322 st b32 D[$r0 + #swap + 0xc] $r6
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dpmu.txt45 - qcom,no-pc-write : Indicates that this PMU doesn't support the 0xc and 0xd
/linux-4.4.14/net/xfrm/
Dxfrm_state.c1270 struct xfrm_state *xc; in xfrm_state_migrate() local
1272 xc = xfrm_state_clone(x); in xfrm_state_migrate()
1273 if (!xc) in xfrm_state_migrate()
1276 memcpy(&xc->id.daddr, &m->new_daddr, sizeof(xc->id.daddr)); in xfrm_state_migrate()
1277 memcpy(&xc->props.saddr, &m->new_saddr, sizeof(xc->props.saddr)); in xfrm_state_migrate()
1283 xfrm_state_insert(xc); in xfrm_state_migrate()
1285 if (xfrm_state_add(xc) < 0) in xfrm_state_migrate()
1289 return xc; in xfrm_state_migrate()
1291 xfrm_state_put(xc); in xfrm_state_migrate()
Dxfrm_policy.c3321 struct xfrm_state *x, *xc; in xfrm_migrate() local
3340 if ((xc = xfrm_state_migrate(x, mp))) { in xfrm_migrate()
3341 x_new[nx_new] = xc; in xfrm_migrate()
/linux-4.4.14/Documentation/fb/
Dcmap_xfbdev.txt37 xc-011010/programs/Xserver/dix/colormap.c:
Dframebuffer.txt290 under "xc/programs/Xserver/hw/xfree86/doc/modeDB.txt".
/linux-4.4.14/arch/xtensa/boot/dts/
Dxtfpga.dtsi106 reg = <0x0d0a0000 0xc>;
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/
Dnvmem.txt55 reg = <0xc 0x1>;
/linux-4.4.14/arch/m68k/ifpsp060/
Dilsp.doc91 add.l &0xc,%sp # clear arguments from stack
106 add.l &0xc,%sp # clear arguments from stack
Dfplsp.doc89 add.l &0xc,%sp # clear operand from stack
/linux-4.4.14/Documentation/frv/
Dgdbinit37 …lx %08lx %08lx\n",__debug_mmu.tlb[0xc].L,__debug_mmu.tlb[0xc].P,__debug_mmu.tlb[0x40+0xc].L,__deb…
/linux-4.4.14/Documentation/trace/
Dcoresight.txt253 Instruction 0 0x8026B540 E24DD00C false SUB sp,sp,#0xc
293 Instruction 0 0x8026B578 E592200C false LDR r2,[r2,#0xc]
297 Instruction 13570831 0x8026B584 E28DD00C false ADD sp,sp,#0xc
Dkprobetrace.txt162 …<...>-1447 [001] 1038282.286878: myretprobe: (sys_openat+0xc/0xe <- do_sys_open) $retval=ffffffff…
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dnau8825.txt91 nuvoton,sar-threshold = <0xc 0x1e 0x38 0x60>;
/linux-4.4.14/Documentation/sound/alsa/
Demu10k1-jack.txt70 capture_15 asio12 FXBUS2(0xc)
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-extcon91 0xc
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Dpci-msi.txt198 reg = <0xc 0x1>;
/linux-4.4.14/arch/arm64/boot/dts/apm/
Dapm-storm.dtsi201 csr-mask = <0xc>;
313 csr-offset = <0xc>;
326 csr-offset = <0xc>;
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc149 or $r2 0xc
710 mov $r5 0xc
/linux-4.4.14/Documentation/
Dkmemcheck.txt502 ffffffff8104edd8: mov $0xc,%ecx
525 value $0xc just before (ffffffff8104edd8), so we are very lucky. Keep in mind
528 that the uninitialized value was encountered at 4 * (0xc - 0x9) = 12 bytes
Dkernel-parameters.txt2072 The memory region may be marked as e820 type 12 (0xc)
/linux-4.4.14/arch/mips/boot/dts/cavium-octeon/
Docteon_3xxx.dts304 reg = <0xc>; /* Port */
/linux-4.4.14/Documentation/devicetree/bindings/
Dmarvell.txt244 reg = <0xb400 0xc>;
/linux-4.4.14/Documentation/networking/
Dfilter.txt499 1b: mov $0xc,%esi
533 1b: mov $0xc,%esi
/linux-4.4.14/Documentation/s390/
DDebugging390.txt654 400500: a7 d5 00 04 bras %r13,400508 <main+0xc>
993 so its offset is 96/8=12=0xc
/linux-4.4.14/Documentation/scsi/
Dncr53c8xx.txt370 895 0xc
/linux-4.4.14/arch/arm/crypto/
Dsha256-core.S_shipped2657 # define INST(a,b,c,d) .byte c,d|0xc,a,b
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3625 0x1001c2bf <block_write+1103>: addl %eax,0xc(%ebp)