Home
last modified time | relevance | path

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

1234

/Linux-v4.19/arch/x86/include/asm/
Dinst.h20 .ifc \r32,%eax
23 .ifc \r32,%ecx
26 .ifc \r32,%edx
29 .ifc \r32,%ebx
32 .ifc \r32,%esp
35 .ifc \r32,%ebp
38 .ifc \r32,%esi
41 .ifc \r32,%edi
45 .ifc \r32,%r8d
48 .ifc \r32,%r9d
[all …]
/Linux-v4.19/arch/s390/include/asm/
Dvx-insn.h27 .ifc \gr,%r0
30 .ifc \gr,%r1
33 .ifc \gr,%r2
36 .ifc \gr,%r3
39 .ifc \gr,%r4
42 .ifc \gr,%r5
45 .ifc \gr,%r6
48 .ifc \gr,%r7
51 .ifc \gr,%r8
54 .ifc \gr,%r9
[all …]
Dnospec-insn.h57 .ifc \reg,%r\r1
59 .ifc \ruse,%r\r2
74 .ifc \rsave,%r\r1
76 .ifc \rtarget,%r\r2
78 .ifc \ruse,%r\r3
95 .ifc \reg,%r\r1
97 .ifc \ruse,%r\r2
117 .ifc \reg,%r1
/Linux-v4.19/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-v4.19/drivers/memory/
Dfsl_ifc.c80 struct fsl_ifc_global __iomem *ifc = ctrl->gregs; in fsl_ifc_ctrl_init() local
85 if (ifc_in32(&ifc->cm_evter_stat) & IFC_CM_EVTER_STAT_CSER) in fsl_ifc_ctrl_init()
86 ifc_out32(IFC_CM_EVTER_STAT_CSER, &ifc->cm_evter_stat); in fsl_ifc_ctrl_init()
89 ifc_out32(IFC_CM_EVTER_EN_CSEREN, &ifc->cm_evter_en); in fsl_ifc_ctrl_init()
92 ifc_out32(IFC_CM_EVTER_INTR_EN_CSERIREN, &ifc->cm_evter_intr_en); in fsl_ifc_ctrl_init()
93 ifc_out32(0x0, &ifc->cm_erattr0); in fsl_ifc_ctrl_init()
94 ifc_out32(0x0, &ifc->cm_erattr1); in fsl_ifc_ctrl_init()
127 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in check_nand_stat() local
133 stat = ifc_in32(&ifc->ifc_nand.nand_evter_stat); in check_nand_stat()
135 ifc_out32(stat, &ifc->ifc_nand.nand_evter_stat); in check_nand_stat()
[all …]
/Linux-v4.19/drivers/mtd/nand/raw/
Dfsl_ifc_nand.c156 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in set_addr() local
161 ifc_out32(page_addr, &ifc->ifc_nand.row0); in set_addr()
162 ifc_out32((oob ? IFC_NAND_COL_MS : 0) | column, &ifc->ifc_nand.col0); in set_addr()
190 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in fsl_ifc_run_command() local
196 &ifc->ifc_nand.nand_csel); in fsl_ifc_run_command()
201 ifc_in32(&ifc->ifc_nand.nand_fir0), in fsl_ifc_run_command()
202 ifc_in32(&ifc->ifc_nand.nand_fcr0)); in fsl_ifc_run_command()
207 ifc_out32(IFC_NAND_SEQ_STRT_FIR_STRT, &ifc->ifc_nand.nandseq_strt); in fsl_ifc_run_command()
230 eccstat_regs = ifc->ifc_nand.nand_eccstat; in fsl_ifc_run_command()
268 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in fsl_ifc_do_read() local
[all …]
/Linux-v4.19/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.c349 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, PH_DEACTIVATE | INDICATION, in l1_timer_expire_t3()
367 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, PH_DEACTIVATE | INDICATION, in l1_timer_expire_t4()
402 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, in s0_state_handler()
416 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, in s0_state_handler()
1006 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, in hfc_usb_l2l1()
1014 hfc->d_if.ifc.l1l2(&hfc-> in hfc_usb_l2l1()
1016 ifc, in hfc_usb_l2l1()
1191 hfc->d_if.ifc.priv = &hfc->fifos[HFCUSB_D_TX]; in hfc_usb_init()
1192 hfc->d_if.ifc.l2l1 = hfc_usb_l2l1; in hfc_usb_init()
1194 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()
623 static void fritz_b_l2l1(struct hisax_if *ifc, int pr, void *arg) in fritz_b_l2l1() argument
625 struct fritz_bcs *bcs = ifc->priv; in fritz_b_l2l1()
849 adapter->isac.hisax_d_if.ifc.priv = &adapter->isac; in new_adapter()
850 adapter->isac.hisax_d_if.ifc.l2l1 = isac_d_l2l1; in new_adapter()
855 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i]; in new_adapter()
856 adapter->bcs[i].b_if.ifc.l2l1 = fritz_b_l2l1; in new_adapter()
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/fsl/
Difc.txt4 - name : Should be ifc
5 - compatible : should contain "fsl,ifc". The version of the integrated
28 cfi-flash) and NAND (fsl,ifc-nand). There might be board specific devices
33 ifc@ffe1e000 {
34 compatible = "fsl,ifc", "simple-bus";
64 compatible = "fsl,ifc-nand";
/Linux-v4.19/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-v4.19/arch/powerpc/boot/dts/fsl/
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";
/Linux-v4.19/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()
653 cfspi->ifc.ss_cb = cfspi_ss_cb; in cfspi_init()
654 cfspi->ifc.xfer_done_cb = cfspi_xfer_done_cb; in cfspi_init()
655 cfspi->ifc.priv = cfspi; in cfspi_init()
747 dev->ifc = &cfspi->ifc; in cfspi_spi_probe()
/Linux-v4.19/arch/arm64/boot/dts/freescale/
Dfsl-ls1088a-rdb.dts61 &ifc {
67 compatible = "fsl,ifc-nand";
Dfsl-ls1088a-qds.dts77 &ifc {
91 compatible = "fsl,ifc-nand";
Dfsl-ls208xa-rdb.dtsi16 &ifc {
34 compatible = "fsl,ifc-nand";
Dfsl-ls1043a-qds.dts41 &ifc {
58 compatible = "fsl,ifc-nand";
Dfsl-ls208xa-qds.dtsi17 &ifc {
35 compatible = "fsl,ifc-nand";
/Linux-v4.19/net/core/
Ddev_ioctl.c53 int dev_ifconf(struct net *net, struct ifconf *ifc, int size) in dev_ifconf() argument
65 pos = ifc->ifc_buf; in dev_ifconf()
66 len = ifc->ifc_len; in dev_ifconf()
92 ifc->ifc_len = total; in dev_ifconf()
/Linux-v4.19/arch/arm/crypto/
Dghash-ce-core.S85 .ifc \b1, t4l
91 .ifc \b2, t3l
98 .ifc \b3, t4l
104 .ifc \b4, t3l

1234