Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/memory/
Dfsl_ifc.c68 struct fsl_ifc_global __iomem *ifc = ctrl->gregs; in fsl_ifc_ctrl_init() local
73 if (ifc_in32(&ifc->cm_evter_stat) & IFC_CM_EVTER_STAT_CSER) in fsl_ifc_ctrl_init()
74 ifc_out32(IFC_CM_EVTER_STAT_CSER, &ifc->cm_evter_stat); in fsl_ifc_ctrl_init()
77 ifc_out32(IFC_CM_EVTER_EN_CSEREN, &ifc->cm_evter_en); in fsl_ifc_ctrl_init()
80 ifc_out32(IFC_CM_EVTER_INTR_EN_CSERIREN, &ifc->cm_evter_intr_en); in fsl_ifc_ctrl_init()
81 ifc_out32(0x0, &ifc->cm_erattr0); in fsl_ifc_ctrl_init()
82 ifc_out32(0x0, &ifc->cm_erattr1); in fsl_ifc_ctrl_init()
114 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in check_nand_stat() local
120 stat = ifc_in32(&ifc->ifc_nand.nand_evter_stat); in check_nand_stat()
122 ifc_out32(stat, &ifc->ifc_nand.nand_evter_stat); in check_nand_stat()
[all …]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dfsl_ifc_nand.c144 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in set_addr() local
149 ifc_out32(page_addr, &ifc->ifc_nand.row0); in set_addr()
150 ifc_out32((oob ? IFC_NAND_COL_MS : 0) | column, &ifc->ifc_nand.col0); in set_addr()
178 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in fsl_ifc_run_command() local
184 &ifc->ifc_nand.nand_csel); in fsl_ifc_run_command()
189 ifc_in32(&ifc->ifc_nand.nand_fir0), in fsl_ifc_run_command()
190 ifc_in32(&ifc->ifc_nand.nand_fcr0)); in fsl_ifc_run_command()
195 ifc_out32(IFC_NAND_SEQ_STRT_FIR_STRT, &ifc->ifc_nand.nandseq_strt); in fsl_ifc_run_command()
218 eccstat_regs = ifc->ifc_nand.nand_eccstat; in fsl_ifc_run_command()
256 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in fsl_ifc_do_read() local
[all …]
/kernel/linux/linux-5.10/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";
/kernel/liteos_a/net/lwip-2.1/porting/src/
Dsockets.c468 struct ifconf *ifc = NULL; in lwip_ioctl_internal_SIOCGIFCONF() local
477 ifc = (struct ifconf *)ifr; in lwip_ioctl_internal_SIOCGIFCONF()
478 len = ifc->ifc_len; in lwip_ioctl_internal_SIOCGIFCONF()
483 if (ifc->ifc_buf == NULL) { in lwip_ioctl_internal_SIOCGIFCONF()
509 … if (memcpy_s(ifc->ifc_buf + pos, sizeof(struct ifreq), &ifreq, sizeof(struct ifreq)) != EOK) { in lwip_ioctl_internal_SIOCGIFCONF()
516 ifc->ifc_len = pos; in lwip_ioctl_internal_SIOCGIFCONF()
1495 struct ifconf ifc; in do_ioctl_SIOCGIFCONF() local
1499 if (LOS_ArchCopyFromUser(&ifc, argp, sizeof(struct ifconf)) != 0) { in do_ioctl_SIOCGIFCONF()
1503 nbytes = ifc.ifc_len; in do_ioctl_SIOCGIFCONF()
1508 buf_bak = ifc.ifc_buf; in do_ioctl_SIOCGIFCONF()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/
Dbsc9131rdb.dts18 board_ifc: ifc: ifc@ff71e000 {
Dbsc9132qds.dts18 ifc: ifc@ff71e000 { label
Dc293pcie.dts45 ifc: ifc@fffe1e000 { label
73 &ifc {
117 compatible = "fsl,ifc-nand";
/kernel/linux/linux-5.10/arch/arm64/boot/dts/freescale/
Dfsl-ls208xa-rdb.dtsi16 &ifc {
34 compatible = "fsl,ifc-nand";
Dfsl-ls1088a-rdb.dts61 &ifc {
67 compatible = "fsl,ifc-nand";
Dfsl-ls1046a-frwy.dts93 &ifc {
101 compatible = "fsl,ifc-nand";
Dfsl-ls208xa-qds.dtsi17 &ifc {
35 compatible = "fsl,ifc-nand";
Dfsl-ls1043a-qds.dts42 &ifc {
60 compatible = "fsl,ifc-nand";
Dfsl-ls1088a-qds.dts110 &ifc {
124 compatible = "fsl,ifc-nand";
Dfsl-ls1046a-rdb.dts75 &ifc {
84 compatible = "fsl,ifc-nand";
Dfsl-ls1046a-qds.dts133 &ifc {
151 compatible = "fsl,ifc-nand";
Dfsl-ls2080a-simu.dts26 &ifc {
/kernel/linux/linux-5.10/net/core/
Ddev_ioctl.c54 int dev_ifconf(struct net *net, struct ifconf *ifc, int size) in dev_ifconf() argument
66 pos = ifc->ifc_buf; in dev_ifconf()
67 len = ifc->ifc_len; in dev_ifconf()
93 ifc->ifc_len = total; in dev_ifconf()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dassembler.h396 .ifc \op, cvau
399 .ifc \op, cvac
402 .ifc \op, cvap
405 .ifc \op, cvadp
660 .ifc \op, st
685 .ifc \op, ld
/kernel/linux/linux-5.10/arch/arm/crypto/
Dghash-ce-core.S111 .ifc \b1, t4l
117 .ifc \b2, t3l
124 .ifc \b3, t4l
130 .ifc \b4, t3l
206 0: .ifc \pn, p64
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
Dsockets_porting.c296 struct ifconf *ifc = NULL; in lwip_ioctl_internal_SIOCGIFCONF() local
305 ifc = (struct ifconf *)ifr; in lwip_ioctl_internal_SIOCGIFCONF()
306 len = ifc->ifc_len; in lwip_ioctl_internal_SIOCGIFCONF()
311 if (ifc->ifc_buf == NULL) { in lwip_ioctl_internal_SIOCGIFCONF()
337 … if (memcpy_s(ifc->ifc_buf + pos, sizeof(struct ifreq), &ifreq, sizeof(struct ifreq)) != EOK) { in lwip_ioctl_internal_SIOCGIFCONF()
344 ifc->ifc_len = pos; in lwip_ioctl_internal_SIOCGIFCONF()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/slimbus/
Dbus.txt36 - slim-ifc-dev - Should be phandle to SLIMBus Interface device.
58 slim-ifc-dev = <&codec_ifd>;
/kernel/uniproton/src/net/lwip-2.1/src/
Dsockets.c294 struct ifconf *ifc = (struct ifconf *)ifr; in OsLwipIoctlInternalSiocgifConf() local
295 S32 len = ifc->ifc_len; in OsLwipIoctlInternalSiocgifConf()
300 if (ifc->ifc_buf == NULL) { in OsLwipIoctlInternalSiocgifConf()
328 … if (memcpy_s(ifc->ifc_buf + pos, sizeof(struct ifreq), &ifreq, sizeof(struct ifreq)) != EOK) { in OsLwipIoctlInternalSiocgifConf()
335 ifc->ifc_len = pos; in OsLwipIoctlInternalSiocgifConf()

1234