Home
last modified time | relevance | path

Searched refs:ifc (Results 1 – 62 of 62) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
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
[all …]
/linux-4.1.27/drivers/mtd/nand/
Dfsl_ifc_nand.c236 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; in set_addr() local
241 iowrite32be(page_addr, &ifc->ifc_nand.row0); in set_addr()
242 iowrite32be((oob ? IFC_NAND_COL_MS : 0) | column, &ifc->ifc_nand.col0); in set_addr()
299 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; in fsl_ifc_run_command() local
305 &ifc->ifc_nand.nand_csel); in fsl_ifc_run_command()
310 ioread32be(&ifc->ifc_nand.nand_fir0), in fsl_ifc_run_command()
311 ioread32be(&ifc->ifc_nand.nand_fcr0)); in fsl_ifc_run_command()
316 iowrite32be(IFC_NAND_SEQ_STRT_FIR_STRT, &ifc->ifc_nand.nandseq_strt); in fsl_ifc_run_command()
339 eccstat[i] = ioread32be(&ifc->ifc_nand.nand_eccstat[i]); in fsl_ifc_run_command()
375 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; in fsl_ifc_do_read() local
[all …]
/linux-4.1.27/arch/unicore32/include/asm/
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
[all …]
/linux-4.1.27/drivers/memory/
Dfsl_ifc.c77 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; in fsl_ifc_ctrl_init() local
82 if (in_be32(&ifc->cm_evter_stat) & IFC_CM_EVTER_STAT_CSER) in fsl_ifc_ctrl_init()
83 out_be32(&ifc->cm_evter_stat, IFC_CM_EVTER_STAT_CSER); in fsl_ifc_ctrl_init()
86 out_be32(&ifc->cm_evter_en, IFC_CM_EVTER_EN_CSEREN); in fsl_ifc_ctrl_init()
89 out_be32(&ifc->cm_evter_intr_en, IFC_CM_EVTER_INTR_EN_CSERIREN); in fsl_ifc_ctrl_init()
90 out_be32(&ifc->cm_erattr0, 0x0); in fsl_ifc_ctrl_init()
91 out_be32(&ifc->cm_erattr1, 0x0); in fsl_ifc_ctrl_init()
124 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; in check_nand_stat() local
130 stat = in_be32(&ifc->ifc_nand.nand_evter_stat); in check_nand_stat()
132 out_be32(&ifc->ifc_nand.nand_evter_stat, stat); in check_nand_stat()
[all …]
/linux-4.1.27/arch/tile/lib/
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.1.27/drivers/isdn/hisax/
Dhfc4s8s_l1.c304 struct hfc4s8s_l1 *l1 = iface->ifc.priv; in dch_l2l1()
344 l1->d_if.ifc.l1l2(&l1->d_if.ifc, in dch_l2l1()
359 l1->d_if.ifc.l1l2(&l1->d_if.ifc, in dch_l2l1()
373 l1->d_if.ifc.l1l2(&l1->d_if.ifc, in dch_l2l1()
381 bch_l2l1(struct hisax_if *ifc, int pr, void *arg) in bch_l2l1() argument
383 struct hfc4s8s_btype *bch = ifc->priv; in bch_l2l1()
456 bch->b_if.ifc.l1l2(&bch->b_if.ifc, in bch_l2l1()
503 bch->b_if.ifc.l1l2(&bch->b_if.ifc, in bch_l2l1()
550 bch->b_if.ifc.l1l2(&bch->b_if.ifc, in bch_l2l1()
586 bch->b_if.ifc.l1l2(&bch->b_if.ifc, in bch_l2l1()
[all …]
Dst5481_init.c78 adapter->hisax_d_if.ifc.priv = adapter; in probe_st5481()
79 adapter->hisax_d_if.ifc.l2l1 = st5481_d_l2l1; in probe_st5481()
84 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i]; in probe_st5481()
85 adapter->bcs[i].b_if.ifc.l2l1 = st5481_b_l2l1; in probe_st5481()
Dhisax_if.h45 struct hisax_if ifc; member
52 struct hisax_if ifc; member
Dst5481_b.c22 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; in B_L1L2() local
24 ifc->l1l2(ifc, pr, arg); in B_L1L2()
319 bcs->b_in.hisax_if = &bcs->b_if.ifc; in st5481_setup_b()
353 void st5481_b_l2l1(struct hisax_if *ifc, int pr, void *arg) in st5481_b_l2l1() argument
355 struct st5481_bcs *bcs = ifc->priv; in st5481_b_l2l1()
Dhfc_usb.c348 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, PH_DEACTIVATE | INDICATION, in l1_timer_expire_t3()
365 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, PH_DEACTIVATE | INDICATION, in l1_timer_expire_t4()
400 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, in s0_state_handler()
414 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, in s0_state_handler()
1008 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, in hfc_usb_l2l1()
1016 hfc->d_if.ifc.l1l2(&hfc-> in hfc_usb_l2l1()
1018 ifc, in hfc_usb_l2l1()
1197 hfc->d_if.ifc.priv = &hfc->fifos[HFCUSB_D_TX]; in hfc_usb_init()
1198 hfc->d_if.ifc.l2l1 = hfc_usb_l2l1; in hfc_usb_init()
1200 hfc->b_if[i].ifc.priv = &hfc->fifos[HFCUSB_B1_TX + i * 2]; in hfc_usb_init()
[all …]
Dhisax_fcpcipnp.c376 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; in B_L1L2() local
379 ifc->l1l2(ifc, pr, arg); in B_L1L2()
624 static void fritz_b_l2l1(struct hisax_if *ifc, int pr, void *arg) in fritz_b_l2l1() argument
626 struct fritz_bcs *bcs = ifc->priv; in fritz_b_l2l1()
850 adapter->isac.hisax_d_if.ifc.priv = &adapter->isac; in new_adapter()
851 adapter->isac.hisax_d_if.ifc.l2l1 = isac_d_l2l1; in new_adapter()
856 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i]; in new_adapter()
857 adapter->bcs[i].b_if.ifc.l2l1 = fritz_b_l2l1; in new_adapter()
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; in hisax_register()
1629 hisax_d_if->ifc.l1l2 = hisax_d_l1l2; in hisax_register()
1681 struct hisax_if *ifc = (struct hisax_if *) d_if; in D_L2L1() local
1682 ifc->l2l1(ifc, pr, arg); in D_L2L1()
1687 struct hisax_if *ifc = (struct hisax_if *) b_if; in B_L2L1() local
1688 ifc->l2l1(ifc, pr, arg); in B_L2L1()
1691 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg) in hisax_d_l1l2() argument
1693 struct hisax_d_if *d_if = (struct hisax_d_if *) ifc; in hisax_d_l1l2()
[all …]
Dst5481_d.c58 struct hisax_if *ifc = (struct hisax_if *) &adapter->hisax_d_if; in D_L1L2() local
60 ifc->l1l2(ifc, pr, arg); in D_L1L2()
709 adapter->d_in.hisax_if = &adapter->hisax_d_if.ifc; in st5481_setup_d()
Dhisax_isac.c245 struct hisax_if *ifc = (struct hisax_if *) &isac->hisax_d_if; in D_L1L2() local
248 ifc->l1l2(ifc, pr, arg); in D_L1L2()
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/fsl/
Difc.txt4 - name : Should be ifc
5 - compatible : should contain "fsl,ifc". The version of the integrated
26 cfi-flash) and NAND (fsl,ifc-nand). There might be board specific devices
31 ifc@ffe1e000 {
32 compatible = "fsl,ifc", "simple-bus";
61 compatible = "fsl,ifc-nand";
/linux-4.1.27/include/net/caif/
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
110 struct cfspi_ifc ifc; member
/linux-4.1.27/net/core/
Ddev_ioctl.c69 struct ifconf ifc; in dev_ifconf() local
80 if (copy_from_user(&ifc, arg, sizeof(struct ifconf))) in dev_ifconf()
83 pos = ifc.ifc_buf; in dev_ifconf()
84 len = ifc.ifc_len; in dev_ifconf()
110 ifc.ifc_len = total; in dev_ifconf()
115 return copy_to_user(arg, &ifc, sizeof(struct ifconf)) ? -EFAULT : 0; in dev_ifconf()
/linux-4.1.27/arch/powerpc/boot/dts/
Dbsc9131rdb.dts22 board_ifc: ifc: ifc@ff71e000 {
Dbsc9132qds.dts22 ifc: ifc@ff71e000 { label
Dc293pcie.dts45 ifc: ifc@fffe1e000 { label
73 &ifc {
117 compatible = "fsl,ifc-nand";
Dp1010rdb_32b.dtsi39 board_ifc: ifc: ifc@ffe1e000 {
Dbsc9132qds.dtsi35 &ifc {
48 compatible = "fsl,ifc-nand";
Dp1010rdb_36b.dtsi39 board_ifc: ifc: ifc@fffe1e000 {
Dt104xrdb.dtsi47 ifc: localbus@ffe124000 { label
65 compatible = "fsl,ifc-nand";
Dt104xqds.dtsi52 ifc: localbus@ffe124000 { label
71 compatible = "fsl,ifc-nand";
Db4qds.dtsi42 ifc: localbus@ffe124000 { label
60 compatible = "fsl,ifc-nand";
Dt208xrdb.dtsi53 ifc: localbus@ffe124000 { label
72 compatible = "fsl,ifc-nand";
Dt4240rdb.dts44 ifc: localbus@ffe124000 { label
63 compatible = "fsl,ifc-nand";
Dt208xqds.dtsi53 ifc: localbus@ffe124000 { label
71 compatible = "fsl,ifc-nand";
Dt4240qds.dts44 ifc: localbus@ffe124000 { label
63 compatible = "fsl,ifc-nand";
Dt1040rdb.dts41 ifc: localbus@ffe124000 { label
Dt1042rdb.dts41 ifc: localbus@ffe124000 { label
Dt1042rdb_pi.dts41 ifc: localbus@ffe124000 { label
Db4420qds.dts42 ifc: localbus@ffe124000 { label
Db4860qds.dts42 ifc: localbus@ffe124000 { label
Dbsc9131rdb.dtsi40 compatible = "fsl,ifc-nand";
Dp1010rdb.dtsi75 compatible = "fsl,ifc-nand";
/linux-4.1.27/drivers/net/caif/
Dcaif_spi.c452 static void cfspi_ss_cb(bool assert, struct cfspi_ifc *ifc) in cfspi_ss_cb() argument
454 struct cfspi *cfspi = (struct cfspi *)ifc->priv; in cfspi_ss_cb()
481 static void cfspi_xfer_done_cb(struct cfspi_ifc *ifc) in cfspi_xfer_done_cb() argument
483 struct cfspi *cfspi = (struct cfspi *)ifc->priv; in cfspi_xfer_done_cb()
655 cfspi->ifc.ss_cb = cfspi_ss_cb; in cfspi_init()
656 cfspi->ifc.xfer_done_cb = cfspi_xfer_done_cb; in cfspi_init()
657 cfspi->ifc.priv = cfspi; in cfspi_init()
746 dev->ifc = &cfspi->ifc; in cfspi_spi_probe()
/linux-4.1.27/arch/tile/kernel/
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
[all …]
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
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-tcpip.c148 struct ifconf ifc; in libcfs_ipif_enumerate() local
171 ifc.ifc_buf = (char *)ifr; in libcfs_ipif_enumerate()
172 ifc.ifc_len = nalloc * sizeof(*ifr); in libcfs_ipif_enumerate()
174 rc = libcfs_sock_ioctl(SIOCGIFCONF, (unsigned long)&ifc); in libcfs_ipif_enumerate()
183 nfound = ifc.ifc_len/sizeof(*ifr); in libcfs_ipif_enumerate()
/linux-4.1.27/Documentation/networking/caif/
Dspi_porting.txt49 void (*ss_cb) (bool assert, struct cfspi_ifc *ifc);
55 not to introduce latency). The ifc parameter should be the pointer
58 void (*xfer_done_cb) (struct cfspi_ifc *ifc);
64 not to introduce latency). The ifc parameter should be the pointer
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dbsc9131si-post.dtsi35 &ifc {
38 compatible = "fsl,ifc", "simple-bus";
Dbsc9132si-post.dtsi35 &ifc {
38 compatible = "fsl,ifc", "simple-bus";
Dc293si-post.dtsi35 &ifc {
38 compatible = "fsl,ifc", "simple-bus";
Dp1010si-post.dtsi35 &ifc {
38 compatible = "fsl,ifc", "simple-bus";
Db4si-post.dtsi40 &ifc {
43 compatible = "fsl,ifc", "simple-bus";
Dt1040si-post.dtsi40 &ifc {
43 compatible = "fsl,ifc", "simple-bus";
Dt2081si-post.dtsi40 &ifc {
43 compatible = "fsl,ifc", "simple-bus";
Dt4240si-post.dtsi40 &ifc {
43 compatible = "fsl,ifc", "simple-bus";
/linux-4.1.27/arch/arm/boot/dts/
Dls1021a.dtsi118 ifc: ifc@1530000 { label
119 compatible = "fsl,ifc", "simple-bus";
Dls1021a-twr.dts84 &ifc {
Dls1021a-qds.dts139 &ifc {
/linux-4.1.27/net/
Dsocket.c2613 struct ifconf ifc; in dev_ifconf() local
2623 memset(&ifc, 0, sizeof(ifc)); in dev_ifconf()
2626 ifc.ifc_len = 0; in dev_ifconf()
2627 ifc.ifc_req = NULL; in dev_ifconf()
2633 ifc.ifc_len = len; in dev_ifconf()
2634 ifr = ifc.ifc_req = (void __user *)(uifc + 1); in dev_ifconf()
2643 if (copy_to_user(uifc, &ifc, sizeof(struct ifconf))) in dev_ifconf()
2650 if (copy_from_user(&ifc, uifc, sizeof(struct ifconf))) in dev_ifconf()
2653 ifr = ifc.ifc_req; in dev_ifconf()
2656 i + sizeof(struct compat_ifreq) <= ifc32.ifc_len && j < ifc.ifc_len; in dev_ifconf()
[all …]
/linux-4.1.27/arch/ia64/include/asm/native/
Dpvchk_inst.h128 .ifc "\reg", "r0"
/linux-4.1.27/arch/arm64/crypto/
Dsha1-ce-core.S38 .ifc \ev, ev
Daes-ce.S63 .ifc \enc, e
/linux-4.1.27/Documentation/usb/
Dproc_usb_info.txt325 D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
332 D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
337 I: If#= 0 Alt= 0 #EPs= 3 Cls=00(>ifc ) Sub=00 Prot=00 Driver=serial
352 I: If#= 0 Alt= 0 #EPs= 3 Cls=00(>ifc ) Sub=00 Prot=00 Driver=serial
Dusbmon.txt57 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddivasync.h155 void *ifc; member
/linux-4.1.27/Documentation/input/
Dxpad.txt194 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=32 #Cfgs= 1
204 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
/linux-4.1.27/arch/parisc/kernel/
Dentry.S625 .ifc \patype,20
628 .ifc \patype,11