Searched refs:ifc (Results 1 - 43 of 43) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dinst.h19 .ifc \r32,%eax
22 .ifc \r32,%ecx
25 .ifc \r32,%edx
28 .ifc \r32,%ebx
31 .ifc \r32,%esp
34 .ifc \r32,%ebp
37 .ifc \r32,%esi
40 .ifc \r32,%edi
44 .ifc \r32,%r8d
47 .ifc \r32,%r9d
50 .ifc \r32,%r10d
53 .ifc \r32,%r11d
56 .ifc \r32,%r12d
59 .ifc \r32,%r13d
62 .ifc \r32,%r14d
65 .ifc \r32,%r15d
74 .ifc \r64,%rax
77 .ifc \r64,%rcx
80 .ifc \r64,%rdx
83 .ifc \r64,%rbx
86 .ifc \r64,%rsp
89 .ifc \r64,%rbp
92 .ifc \r64,%rsi
95 .ifc \r64,%rdi
98 .ifc \r64,%r8
101 .ifc \r64,%r9
104 .ifc \r64,%r10
107 .ifc \r64,%r11
110 .ifc \r64,%r12
113 .ifc \r64,%r13
116 .ifc \r64,%r14
119 .ifc \r64,%r15
127 .ifc \xmm,%xmm0
130 .ifc \xmm,%xmm1
133 .ifc \xmm,%xmm2
136 .ifc \xmm,%xmm3
139 .ifc \xmm,%xmm4
142 .ifc \xmm,%xmm5
145 .ifc \xmm,%xmm6
148 .ifc \xmm,%xmm7
151 .ifc \xmm,%xmm8
154 .ifc \xmm,%xmm9
157 .ifc \xmm,%xmm10
160 .ifc \xmm,%xmm11
163 .ifc \xmm,%xmm12
166 .ifc \xmm,%xmm13
169 .ifc \xmm,%xmm14
172 .ifc \xmm,%xmm15
/linux-4.4.14/arch/unicore32/include/asm/
H A Dassembler.h65 .ifc \cond, eq
67 .else; .ifc \cond, ne
69 .else; .ifc \cond, ea
71 .else; .ifc \cond, ub
73 .else; .ifc \cond, fs
75 .else; .ifc \cond, ns
77 .else; .ifc \cond, fv
79 .else; .ifc \cond, nv
81 .else; .ifc \cond, ua
83 .else; .ifc \cond, eb
85 .else; .ifc \cond, eg
87 .else; .ifc \cond, sl
89 .else; .ifc \cond, sg
91 .else; .ifc \cond, el
/linux-4.4.14/arch/s390/include/asm/
H A Dvx-insn.h28 .ifc \gr,%r0
31 .ifc \gr,%r1
34 .ifc \gr,%r2
37 .ifc \gr,%r3
40 .ifc \gr,%r4
43 .ifc \gr,%r5
46 .ifc \gr,%r6
49 .ifc \gr,%r7
52 .ifc \gr,%r8
55 .ifc \gr,%r9
58 .ifc \gr,%r10
61 .ifc \gr,%r11
64 .ifc \gr,%r12
67 .ifc \gr,%r13
70 .ifc \gr,%r14
73 .ifc \gr,%r15
96 .ifc \vxr,%v0
99 .ifc \vxr,%v1
102 .ifc \vxr,%v2
105 .ifc \vxr,%v3
108 .ifc \vxr,%v4
111 .ifc \vxr,%v5
114 .ifc \vxr,%v6
117 .ifc \vxr,%v7
120 .ifc \vxr,%v8
123 .ifc \vxr,%v9
126 .ifc \vxr,%v10
129 .ifc \vxr,%v11
132 .ifc \vxr,%v12
135 .ifc \vxr,%v13
138 .ifc \vxr,%v14
141 .ifc \vxr,%v15
144 .ifc \vxr,%v16
147 .ifc \vxr,%v17
150 .ifc \vxr,%v18
153 .ifc \vxr,%v19
156 .ifc \vxr,%v20
159 .ifc \vxr,%v21
162 .ifc \vxr,%v22
165 .ifc \vxr,%v23
168 .ifc \vxr,%v24
171 .ifc \vxr,%v25
174 .ifc \vxr,%v26
177 .ifc \vxr,%v27
180 .ifc \vxr,%v28
183 .ifc \vxr,%v29
186 .ifc \vxr,%v30
189 .ifc \vxr,%v31
/linux-4.4.14/drivers/memory/
H A Dfsl_ifc.c78 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; fsl_ifc_ctrl_init() local
83 if (ifc_in32(&ifc->cm_evter_stat) & IFC_CM_EVTER_STAT_CSER) fsl_ifc_ctrl_init()
84 ifc_out32(IFC_CM_EVTER_STAT_CSER, &ifc->cm_evter_stat); fsl_ifc_ctrl_init()
87 ifc_out32(IFC_CM_EVTER_EN_CSEREN, &ifc->cm_evter_en); fsl_ifc_ctrl_init()
90 ifc_out32(IFC_CM_EVTER_INTR_EN_CSERIREN, &ifc->cm_evter_intr_en); fsl_ifc_ctrl_init()
91 ifc_out32(0x0, &ifc->cm_erattr0); fsl_ifc_ctrl_init()
92 ifc_out32(0x0, &ifc->cm_erattr1); fsl_ifc_ctrl_init()
125 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; check_nand_stat() local
131 stat = ifc_in32(&ifc->ifc_nand.nand_evter_stat); check_nand_stat()
133 ifc_out32(stat, &ifc->ifc_nand.nand_evter_stat); check_nand_stat()
154 * NOTE: This interrupt is used to report ifc events of various kinds,
160 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; fsl_ifc_ctrl_irq() local
165 cs_err = ifc_in32(&ifc->cm_evter_stat); fsl_ifc_ctrl_irq()
170 ifc_out32(IFC_CM_EVTER_STAT_CSER, &ifc->cm_evter_stat); fsl_ifc_ctrl_irq()
173 status = ifc_in32(&ifc->cm_erattr0); fsl_ifc_ctrl_irq()
174 err_addr = ifc_in32(&ifc->cm_erattr1); fsl_ifc_ctrl_irq()
283 "fsl-ifc", fsl_ifc_ctrl_dev); fsl_ifc_ctrl_probe()
292 0, "fsl-ifc-nand", fsl_ifc_ctrl_dev); fsl_ifc_ctrl_probe()
314 .compatible = "fsl,ifc",
321 .name = "fsl-ifc",
/linux-4.4.14/drivers/mtd/nand/
H A Dfsl_ifc_nand.c53 /* overview of the fsl ifc controller */
228 * Set up the IFC hardware block and page address fields, and the ifc nand
236 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; set_addr() local
241 ifc_out32(page_addr, &ifc->ifc_nand.row0); set_addr()
242 ifc_out32((oob ? IFC_NAND_COL_MS : 0) | column, &ifc->ifc_nand.col0); set_addr()
299 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; fsl_ifc_run_command() local
305 &ifc->ifc_nand.nand_csel); fsl_ifc_run_command()
310 ifc_in32(&ifc->ifc_nand.nand_fir0), fsl_ifc_run_command()
311 ifc_in32(&ifc->ifc_nand.nand_fcr0)); fsl_ifc_run_command()
316 ifc_out32(IFC_NAND_SEQ_STRT_FIR_STRT, &ifc->ifc_nand.nandseq_strt); fsl_ifc_run_command()
339 eccstat[i] = ifc_in32(&ifc->ifc_nand.nand_eccstat[i]); fsl_ifc_run_command()
375 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; fsl_ifc_do_read() local
384 &ifc->ifc_nand.nand_fir0); fsl_ifc_do_read()
385 ifc_out32(0x0, &ifc->ifc_nand.nand_fir1); fsl_ifc_do_read()
389 &ifc->ifc_nand.nand_fcr0); fsl_ifc_do_read()
395 &ifc->ifc_nand.nand_fir0); fsl_ifc_do_read()
396 ifc_out32(0x0, &ifc->ifc_nand.nand_fir1); fsl_ifc_do_read()
401 &ifc->ifc_nand.nand_fcr0); fsl_ifc_do_read()
405 &ifc->ifc_nand.nand_fcr0); fsl_ifc_do_read()
415 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; fsl_ifc_cmdfunc() local
425 ifc_out32(0, &ifc->ifc_nand.nand_fbcr); fsl_ifc_cmdfunc()
440 ifc_out32(mtd->oobsize - column, &ifc->ifc_nand.nand_fbcr); fsl_ifc_cmdfunc()
459 &ifc->ifc_nand.nand_fir0); fsl_ifc_cmdfunc()
461 &ifc->ifc_nand.nand_fcr0); fsl_ifc_cmdfunc()
462 ifc_out32(column, &ifc->ifc_nand.row3); fsl_ifc_cmdfunc()
468 ifc_out32(256, &ifc->ifc_nand.nand_fbcr); fsl_ifc_cmdfunc()
486 &ifc->ifc_nand.nand_fir0); fsl_ifc_cmdfunc()
490 &ifc->ifc_nand.nand_fcr0); fsl_ifc_cmdfunc()
492 ifc_out32(0, &ifc->ifc_nand.nand_fbcr); fsl_ifc_cmdfunc()
515 &ifc->ifc_nand.nand_fir0); fsl_ifc_cmdfunc()
520 &ifc->ifc_nand.nand_fir1); fsl_ifc_cmdfunc()
535 &ifc->ifc_nand.nand_fir0); fsl_ifc_cmdfunc()
541 &ifc->ifc_nand.nand_fir1); fsl_ifc_cmdfunc()
556 ifc_out32(nand_fcr0, &ifc->ifc_nand.nand_fcr0); fsl_ifc_cmdfunc()
566 &ifc->ifc_nand.nand_fbcr); fsl_ifc_cmdfunc()
568 ifc_out32(0, &ifc->ifc_nand.nand_fbcr); fsl_ifc_cmdfunc()
580 &ifc->ifc_nand.nand_fir0); fsl_ifc_cmdfunc()
582 &ifc->ifc_nand.nand_fcr0); fsl_ifc_cmdfunc()
583 ifc_out32(1, &ifc->ifc_nand.nand_fbcr); fsl_ifc_cmdfunc()
603 &ifc->ifc_nand.nand_fir0); fsl_ifc_cmdfunc()
605 &ifc->ifc_nand.nand_fcr0); fsl_ifc_cmdfunc()
727 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; fsl_ifc_wait() local
733 &ifc->ifc_nand.nand_fir0); fsl_ifc_wait()
735 &ifc->ifc_nand.nand_fcr0); fsl_ifc_wait()
736 ifc_out32(1, &ifc->ifc_nand.nand_fbcr); fsl_ifc_wait()
742 nand_fsr = ifc_in32(&ifc->ifc_nand.nand_fsr); fsl_ifc_wait()
829 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; fsl_ifc_sram_init() local
834 csor = ifc_in32(&ifc->csor_cs[cs].csor); fsl_ifc_sram_init()
835 csor_ext = ifc_in32(&ifc->csor_cs[cs].csor_ext); fsl_ifc_sram_init()
839 ifc_out32(csor_8k, &ifc->csor_cs[cs].csor); fsl_ifc_sram_init()
840 ifc_out32(0x0000400, &ifc->csor_cs[cs].csor_ext); fsl_ifc_sram_init()
846 &ifc->ifc_nand.nand_fir0); fsl_ifc_sram_init()
848 &ifc->ifc_nand.nand_fcr0); fsl_ifc_sram_init()
849 ifc_out32(0x0, &ifc->ifc_nand.row3); fsl_ifc_sram_init()
851 ifc_out32(0x0, &ifc->ifc_nand.nand_fbcr); fsl_ifc_sram_init()
854 ifc_out32(0x0, &ifc->ifc_nand.row0); fsl_ifc_sram_init()
855 ifc_out32(0x0, &ifc->ifc_nand.col0); fsl_ifc_sram_init()
858 ifc_out32(cs << IFC_NAND_CSEL_SHIFT, &ifc->ifc_nand.nand_csel); fsl_ifc_sram_init()
861 ifc_out32(IFC_NAND_SEQ_STRT_FIR_STRT, &ifc->ifc_nand.nandseq_strt); fsl_ifc_sram_init()
868 printk(KERN_ERR "fsl-ifc: Failed to Initialise SRAM\n"); fsl_ifc_sram_init()
871 ifc_out32(csor, &ifc->csor_cs[cs].csor); fsl_ifc_sram_init()
872 ifc_out32(csor_ext, &ifc->csor_cs[cs].csor_ext); fsl_ifc_sram_init()
878 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; fsl_ifc_chip_init() local
889 if ((ifc_in32(&ifc->cspr_cs[priv->bank].cspr)) & CSPR_PORT_SIZE_16) fsl_ifc_chip_init()
903 ifc_out32(0x0, &ifc->ifc_nand.ncfgr); fsl_ifc_chip_init()
909 if (ifc_in32(&ifc->cspr_cs[priv->bank].cspr) & CSPR_PORT_SIZE_16) { fsl_ifc_chip_init()
922 csor = ifc_in32(&ifc->csor_cs[priv->bank].csor); fsl_ifc_chip_init()
1008 static int match_bank(struct fsl_ifc_regs __iomem *ifc, int bank, match_bank() argument
1011 u32 cspr = ifc_in32(&ifc->cspr_cs[bank].cspr); match_bank()
1025 struct fsl_ifc_regs __iomem *ifc; fsl_ifc_nand_probe() local
1038 ifc = fsl_ifc_ctrl_dev->regs; fsl_ifc_nand_probe()
1049 if (match_bank(ifc, bank, res.start)) fsl_ifc_nand_probe()
1100 &ifc->ifc_nand.nand_evter_en); fsl_ifc_nand_probe()
1106 &ifc->ifc_nand.nand_evter_intr_en); fsl_ifc_nand_probe()
1162 .compatible = "fsl,ifc-nand",
1170 .name = "fsl,ifc-nand",
/linux-4.4.14/drivers/isdn/hisax/
H A Dhisax_if.h45 struct hisax_if ifc; member in struct:hisax_b_if
52 struct hisax_if ifc; member in struct:hisax_d_if
H A Dhfc4s8s_l1.c304 struct hfc4s8s_l1 *l1 = iface->ifc.priv; dch_l2l1()
344 l1->d_if.ifc.l1l2(&l1->d_if.ifc, dch_l2l1()
359 l1->d_if.ifc.l1l2(&l1->d_if.ifc, dch_l2l1()
373 l1->d_if.ifc.l1l2(&l1->d_if.ifc, dch_l2l1()
381 bch_l2l1(struct hisax_if *ifc, int pr, void *arg) bch_l2l1() argument
383 struct hfc4s8s_btype *bch = ifc->priv; bch_l2l1()
456 bch->b_if.ifc.l1l2(&bch->b_if.ifc, bch_l2l1()
503 bch->b_if.ifc.l1l2(&bch->b_if.ifc, bch_l2l1()
550 bch->b_if.ifc.l1l2(&bch->b_if.ifc, bch_l2l1()
586 bch->b_if.ifc.l1l2(&bch->b_if.ifc, bch_l2l1()
607 l1->d_if.ifc.l1l2(&l1->d_if.ifc, hfc_l1_timer()
618 l1->d_if.ifc.l1l2(&l1->d_if.ifc, hfc_l1_timer()
722 l1p->d_if.ifc.l1l2(&l1p->d_if.ifc, rx_d_frame()
726 l1p->d_if.ifc.l1l2(&l1p->d_if.ifc, rx_d_frame()
827 bch->b_if.ifc.l1l2(&bch->b_if.ifc, rx_b_frame()
861 l1p->d_if.ifc.l1l2(&l1p->d_if.ifc, PH_DATA | CONFIRM, tx_d_frame()
981 bch->b_if.ifc.l1l2((struct hisax_if *) &bch->b_if, tx_b_frame()
1016 l1p->d_if.ifc.l1l2(&l1p-> hfc4s8s_bh()
1018 ifc, hfc4s8s_bh()
1027 l1p->d_if.ifc. hfc4s8s_bh()
1029 d_if.ifc, hfc4s8s_bh()
1069 l1p->d_if.ifc. hfc4s8s_bh()
1071 d_if.ifc, hfc4s8s_bh()
1081 ifc. hfc4s8s_bh()
1085 ifc, hfc4s8s_bh()
1404 l1p->d_if.ifc.priv = hw->l1 + i; setup_instance()
1405 l1p->d_if.ifc.l2l1 = (void *) dch_l2l1; setup_instance()
1408 l1p->b_ch[0].b_if.ifc.l2l1 = (void *) bch_l2l1; setup_instance()
1409 l1p->b_ch[0].b_if.ifc.priv = (void *) &l1p->b_ch[0]; setup_instance()
1416 l1p->b_ch[1].b_if.ifc.l2l1 = (void *) bch_l2l1; setup_instance()
1417 l1p->b_ch[1].b_if.ifc.priv = (void *) &l1p->b_ch[1]; setup_instance()
H A Dst5481_init.c78 adapter->hisax_d_if.ifc.priv = adapter; probe_st5481()
79 adapter->hisax_d_if.ifc.l2l1 = st5481_d_l2l1; probe_st5481()
84 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i]; probe_st5481()
85 adapter->bcs[i].b_if.ifc.l2l1 = st5481_b_l2l1; probe_st5481()
H A Dst5481_b.c22 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; B_L1L2() local
24 ifc->l1l2(ifc, pr, arg); B_L1L2()
319 bcs->b_in.hisax_if = &bcs->b_if.ifc; st5481_setup_b()
353 void st5481_b_l2l1(struct hisax_if *ifc, int pr, void *arg) st5481_b_l2l1() argument
355 struct st5481_bcs *bcs = ifc->priv; st5481_b_l2l1()
H A Dhisax_fcpcipnp.c376 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; B_L1L2() local
379 ifc->l1l2(ifc, pr, arg); B_L1L2()
624 static void fritz_b_l2l1(struct hisax_if *ifc, int pr, void *arg) fritz_b_l2l1() argument
626 struct fritz_bcs *bcs = ifc->priv; fritz_b_l2l1()
850 adapter->isac.hisax_d_if.ifc.priv = &adapter->isac; new_adapter()
851 adapter->isac.hisax_d_if.ifc.l2l1 = isac_d_l2l1; new_adapter()
856 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i]; new_adapter()
857 adapter->bcs[i].b_if.ifc.l2l1 = fritz_b_l2l1; new_adapter()
H A Dhfc_usb.c348 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, PH_DEACTIVATE | INDICATION, l1_timer_expire_t3()
365 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, PH_DEACTIVATE | INDICATION, l1_timer_expire_t4()
400 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, s0_state_handler()
414 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, s0_state_handler()
1008 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, hfc_usb_l2l1()
1016 hfc->d_if.ifc.l1l2(&hfc-> hfc_usb_l2l1()
1018 ifc, hfc_usb_l2l1()
1197 hfc->d_if.ifc.priv = &hfc->fifos[HFCUSB_D_TX]; hfc_usb_init()
1198 hfc->d_if.ifc.l2l1 = hfc_usb_l2l1; hfc_usb_init()
1200 hfc->b_if[i].ifc.priv = &hfc->fifos[HFCUSB_B1_TX + i * 2]; hfc_usb_init()
1201 hfc->b_if[i].ifc.l2l1 = hfc_usb_l2l1; hfc_usb_init()
1217 hfc->fifos[i].hif = &p_b_if[i / 2]->ifc; hfc_usb_init()
1219 hfc->fifos[i].hif = &hfc->d_if.ifc; hfc_usb_init()
H A Dconfig.c1574 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg);
1575 static void hisax_b_l1l2(struct hisax_if *ifc, int pr, void *arg);
1625 b_if[i]->ifc.l1l2 = hisax_b_l1l2; hisax_register()
1629 hisax_d_if->ifc.l1l2 = hisax_d_l1l2; hisax_register()
1681 struct hisax_if *ifc = (struct hisax_if *) d_if; D_L2L1() local
1682 ifc->l2l1(ifc, pr, arg); D_L2L1()
1687 struct hisax_if *ifc = (struct hisax_if *) b_if; B_L2L1() local
1688 ifc->l2l1(ifc, pr, arg); B_L2L1()
1691 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg) hisax_d_l1l2() argument
1693 struct hisax_d_if *d_if = (struct hisax_d_if *) ifc; hisax_d_l1l2()
1735 static void hisax_b_l1l2(struct hisax_if *ifc, int pr, void *arg) hisax_b_l1l2() argument
1737 struct hisax_b_if *b_if = (struct hisax_b_if *) ifc; hisax_b_l1l2()
H A Dst5481_d.c58 struct hisax_if *ifc = (struct hisax_if *) &adapter->hisax_d_if; D_L1L2() local
60 ifc->l1l2(ifc, pr, arg); D_L1L2()
709 adapter->d_in.hisax_if = &adapter->hisax_d_if.ifc; st5481_setup_d()
H A Dhisax_isac.c245 struct hisax_if *ifc = (struct hisax_if *) &isac->hisax_d_if; D_L1L2() local
248 ifc->l1l2(ifc, pr, arg); D_L1L2()
/linux-4.4.14/arch/tile/lib/
H A Datomic_asm_32.S88 .ifc \bitwidth,16
95 .ifc \bitwidth,64
103 .ifc \bitwidth,64
108 .ifc \bitwidth,16
114 .ifc \bitwidth,64
120 .ifc \bitwidth,64
165 .ifc \bitwidth,32
/linux-4.4.14/include/net/caif/
H A Dcaif_spi.h66 void (*ss_cb) (bool assert, struct cfspi_ifc *ifc);
67 void (*xfer_done_cb) (struct cfspi_ifc *ifc);
75 struct cfspi_ifc *ifc; member in struct:cfspi_dev
110 struct cfspi_ifc ifc; member in struct:cfspi
/linux-4.4.14/include/linux/platform_data/
H A Ddma-atmel.h40 #define ATC_SRC_PER(h) (0xFU & (h)) /* Channel src rq associated with periph handshaking ifc h */
41 #define ATC_DST_PER(h) ((0xFU & (h)) << 4) /* Channel dst rq associated with periph handshaking ifc h */
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv34.c120 { -1, -1, 0x008a, &nv04_gr_object }, /* ifc */
124 { -1, -1, 0x038a, &nv04_gr_object }, /* ifc (nv30) */
H A Dnv35.c120 { -1, -1, 0x008a, &nv04_gr_object }, /* ifc */
124 { -1, -1, 0x038a, &nv04_gr_object }, /* ifc (nv30) */
H A Dnv30.c183 { -1, -1, 0x008a, &nv04_gr_object }, /* ifc */
187 { -1, -1, 0x038a, &nv04_gr_object }, /* ifc (nv30) */
H A Dnv15.c45 { -1, -1, 0x008a, &nv04_gr_object }, /* ifc */
H A Dnv17.c45 { -1, -1, 0x008a, &nv04_gr_object }, /* ifc */
H A Dnv25.c121 { -1, -1, 0x008a, &nv04_gr_object }, /* ifc */
H A Dnv2a.c112 { -1, -1, 0x008a, &nv04_gr_object }, /* ifc */
H A Dnv44.c94 { -1, -1, 0x008a, &nv40_gr_object }, /* ifc */
H A Dnv20.c362 { -1, -1, 0x008a, &nv04_gr_object }, /* ifc */
H A Dnv40.c462 { -1, -1, 0x008a, &nv40_gr_object }, /* ifc */
H A Dnv04.c1406 { -1, -1, 0x0065, &nv04_gr_object }, /* ifc (nv05) */
H A Dnv10.c1207 { -1, -1, 0x008a, &nv04_gr_object }, /* ifc */
H A Dctxnv50.c885 dd_emit(ctx, 1, 0); /* ffffffff ifc OPERATION */ nv50_gr_construct_mmio_ddata()
/linux-4.4.14/drivers/net/caif/
H A Dcaif_spi.c452 static void cfspi_ss_cb(bool assert, struct cfspi_ifc *ifc) cfspi_ss_cb() argument
454 struct cfspi *cfspi = (struct cfspi *)ifc->priv; cfspi_ss_cb()
481 static void cfspi_xfer_done_cb(struct cfspi_ifc *ifc) cfspi_xfer_done_cb() argument
483 struct cfspi *cfspi = (struct cfspi *)ifc->priv; cfspi_xfer_done_cb()
654 /* Set up the ifc. */ cfspi_init()
655 cfspi->ifc.ss_cb = cfspi_ss_cb; cfspi_init()
656 cfspi->ifc.xfer_done_cb = cfspi_xfer_done_cb; cfspi_init()
657 cfspi->ifc.priv = cfspi; cfspi_init()
748 /* Assign the device ifc to this SPI interface. */ cfspi_spi_probe()
749 dev->ifc = &cfspi->ifc; cfspi_spi_probe()
/linux-4.4.14/net/core/
H A Ddev_ioctl.c69 struct ifconf ifc; dev_ifconf() local
80 if (copy_from_user(&ifc, arg, sizeof(struct ifconf))) dev_ifconf()
83 pos = ifc.ifc_buf; dev_ifconf()
84 len = ifc.ifc_len; dev_ifconf()
110 ifc.ifc_len = total;
115 return copy_to_user(arg, &ifc, sizeof(struct ifconf)) ? -EFAULT : 0;
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
H A Dlib-socket.c152 struct ifconf ifc; lnet_ipif_enumerate() local
175 ifc.ifc_buf = (char *)ifr; lnet_ipif_enumerate()
176 ifc.ifc_len = nalloc * sizeof(*ifr); lnet_ipif_enumerate()
178 rc = lnet_sock_ioctl(SIOCGIFCONF, (unsigned long)&ifc); lnet_ipif_enumerate()
186 nfound = ifc.ifc_len/sizeof(*ifr); lnet_ipif_enumerate()
/linux-4.4.14/arch/tile/kernel/
H A Dintvec_32.S115 .ifc \vecnum, INT_SWINT_1
130 .ifc \vecnum, INT_DOUBLE_FAULT
151 .ifc \c_routine, do_page_fault
247 .ifc \processing,handle_syscall
268 .ifc \processing,handle_syscall
290 .ifc \processing,handle_syscall
300 .ifc \c_routine, do_page_fault
304 .ifc \vecnum, INT_DOUBLE_FAULT
310 .ifc \c_routine, do_trap
316 .ifc \c_routine, handle_perf_interrupt
322 .ifc \c_routine, handle_perf_interrupt
363 .ifc \function,handle_syscall
414 .ifc \function,handle_syscall
536 .ifc \function,handle_nmi
655 .ifc \kind,normal
683 .ifc \kind,syscall
H A Dintvec_64.S324 .ifc \vecnum, INT_DOUBLE_FAULT
345 .ifc \c_routine, do_page_fault
452 .ifc \processing,handle_syscall
473 .ifc \processing,handle_syscall
495 .ifc \processing,handle_syscall
499 .ifc \c_routine, do_page_fault
503 .ifc \vecnum, INT_ILL_TRANS
506 .ifc \vecnum, INT_DOUBLE_FAULT
509 .ifc \c_routine, do_trap
512 .ifc \c_routine, handle_perf_interrupt
515 .ifc \c_routine, handle_perf_interrupt
518 .ifc \c_routine, do_nmi
557 .ifc \function,handle_syscall
613 .ifc \function,handle_syscall
690 .ifc \function,handle_nmi
/linux-4.4.14/arch/arm64/crypto/
H A Daes-ce.S63 .ifc \enc, e
/linux-4.4.14/net/
H A Dsocket.c2604 struct ifconf ifc; dev_ifconf() local
2614 memset(&ifc, 0, sizeof(ifc)); dev_ifconf()
2617 ifc.ifc_len = 0; dev_ifconf()
2618 ifc.ifc_req = NULL; dev_ifconf()
2624 ifc.ifc_len = len; dev_ifconf()
2625 ifr = ifc.ifc_req = (void __user *)(uifc + 1); dev_ifconf()
2634 if (copy_to_user(uifc, &ifc, sizeof(struct ifconf))) dev_ifconf()
2641 if (copy_from_user(&ifc, uifc, sizeof(struct ifconf))) dev_ifconf()
2644 ifr = ifc.ifc_req; dev_ifconf()
2647 i + sizeof(struct compat_ifreq) <= ifc32.ifc_len && j < ifc.ifc_len; dev_ifconf()
2659 i = ifc.ifc_len; dev_ifconf()
/linux-4.4.14/drivers/usb/core/
H A Ddevices.c143 {USB_CLASS_PER_INTERFACE, ">ifc"},
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Ddivasync.h155 void *ifc; member in struct:_diva_didd_get_cfg_lib_ifc
/linux-4.4.14/include/linux/
H A Dfsl_ifc.h829 /* overview of the fsl ifc controller */
/linux-4.4.14/arch/parisc/kernel/
H A Dentry.S642 .ifc \patype,20
645 .ifc \patype,11
/linux-4.4.14/drivers/media/tuners/
H A Dtda18271-fe.c902 tda_dbg("freq = %d, ifc = %d, bw = %d, agc_mode = %d, std = %d\n", tda18271_tune()
/linux-4.4.14/arch/mips/include/asm/sn/
H A Dklconfig.h333 * hw ifc to xtalk and are not gfx

Completed in 1165 milliseconds