Home
last modified time | relevance | path

Searched full:ifc (Results 1 – 25 of 132) sorted by relevance

123456

/linux/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
[all …]
/linux/drivers/memory/
H A Dfsl_ifc.c39 * fsl_ifc_find - find IFC bank
42 * This function walks IFC banks comparing "Base address" field of the CSPR
68 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()
113 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in check_nand_stat() local
[all …]
/linux/arch/s390/include/asm/
H A Dfpu-insn-asm.h30 .ifc \gr,%r0
33 .ifc \gr,%r1
36 .ifc \gr,%r2
39 .ifc \gr,%r3
42 .ifc \gr,%r4
45 .ifc \gr,%r5
48 .ifc \gr,%r6
51 .ifc \gr,%r7
54 .ifc \gr,%r8
57 .ifc \gr,%r9
[all …]
H A Dnospec-insn.h59 .ifc \reg,%r\r1
72 .ifc \rsave,%r\r1
74 .ifc \rtarget,%r\r2
H A Dasm-extable.h37 stringify_in_c( .ifc "\regerr", "%%r\rs";) \
49 stringify_in_c( .ifc "\regaddr", "%%r\rs";) \
/linux/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c25 for IFC NAND Machine */
40 /* overview of the fsl ifc controller */
45 void __iomem *addr; /* Address of assigned IFC buffer */
136 * Set up the IFC hardware block and page address fields, and the ifc nand
137 * structure addr field to point to the correct IFC buffer in memory
144 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()
170 * execute IFC NAND command and wait for it to complete
178 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in fsl_ifc_run_command() local
[all …]
/linux/samples/bpf/
H A Dtest_cls_bpf.sh5 ../pktgen/pktgen_bench_xmit_mode_netif_receive.sh -i $IFC -s 64 \
7 local dropped=`tc -s qdisc show dev $IFC | tail -3 | awk '/drop/{print $7}'`
17 tc qdisc add dev $IFC clsact
18 tc filter add dev $IFC ingress bpf da obj $1 sec $2
26 tc qdisc del dev $IFC clsact
29 IFC=test_veth
31 ip link add name $IFC type veth peer name pair_$IFC
32 ip link set $IFC up
33 ip link set pair_$IFC up
38 ip link del dev $IFC
/linux/Documentation/devicetree/bindings/memory-controllers/fsl/
H A Dfsl,ifc.yaml4 $id: http://devicetree.org/schemas/memory-controllers/fsl/fsl,ifc.yaml#
13 NXP's integrated flash controller (IFC) is an advanced version of the
15 interfaces with an extended feature set. The IFC provides access to multiple
24 const: fsl,ifc
44 IFC may have one or two interrupts. If two interrupt specifiers are
64 Child device nodes describe the devices connected to IFC such as NOR (e.g.
65 cfi-flash) and NAND (fsl,ifc-nand). There might be board specific devices
86 compatible = "fsl,ifc";
/linux/Documentation/devicetree/bindings/sound/
H A Dqcom,wcd9335.yaml48 slim-ifc-dev:
49 description: SLIM IFC device interface
84 - slim-ifc-dev
94 - slim-ifc-dev
110 slim-ifc-dev: false
148 slim-ifc-dev = <&tasha_ifd>;
H A Dqcom,wcd934x.yaml31 slim-ifc-dev:
32 description: IFC device interface
158 - slim-ifc-dev
162 - slim-ifc-dev
183 slim-ifc-dev: false
207 slim-ifc-dev = <&wcd9340_ifd>;
/linux/tools/net/ynl/samples/
H A Dpage-pool.c14 unsigned int ifc; member
34 if (a->s[i].ifc == ifindex) in find_ifc()
43 a->s[i].ifc = ifindex; in find_ifc()
115 if (!s->ifc) { in main()
118 name = if_indextoname(s->ifc, ifname); in main()
121 printf("[%d]\t", s->ifc); in main()
H A Dnetdev.c14 * then wait for ifc selection, so the socket may already accumulate
81 printf("Select ifc ($ifindex; or 0 = dump; or -2 ntf check): "); in main()
/linux/include/linux/
H A Dfsl_ifc.h20 * The actual number of banks implemented depends on the IFC version
21 * - IFC version 1.0 implements 4 banks.
22 * - IFC version 1.1 onward implements 8 banks.
199 /* reset all IFC hardware */
241 /* IFC Clock Delay */
245 /* Invert IFC clock before sending out */
247 /* Fedback IFC Clock */
678 * IFC Controller NAND Machine registers
742 * IFC controller NOR Machine registers
760 * IFC controller GPCM Machine registers
[all …]
/linux/tools/testing/selftests/bpf/
H A Dbpf_experimental.h446 .ifc %[reg], r0; \
449 .ifc %[reg], r1; \
452 .ifc %[reg], r2; \
455 .ifc %[reg], r3; \
458 .ifc %[reg], r4; \
461 .ifc %[reg], r5; \
464 .ifc %[reg], r6; \
467 .ifc %[reg], r7; \
470 .ifc %[reg], r8; \
473 .ifc %[reg], r9; \
/linux/arch/powerpc/kernel/
H A Dinterrupt_64.S20 .ifc \srr,srr
443 .ifc \srr,srr
454 .ifc \srr,srr
503 .ifc \srr,srr
573 .ifc \srr,srr
608 .ifc \srr,srr
619 .ifc \srr,srr
667 .ifc \srr,srr
691 .ifc \srr,srr
/linux/arch/powerpc/boot/dts/fsl/
H A Dc293pcie.dts45 ifc: memory-controller@fffe1e000 { label
73 &ifc {
117 compatible = "fsl,ifc-nand";
H A Dbsc9132qds.dtsi35 &ifc {
48 compatible = "fsl,ifc-nand";
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls208xa-rdb.dtsi16 &ifc {
34 compatible = "fsl,ifc-nand";
H A Dfsl-ls1046a-frwy.dts93 &ifc {
101 compatible = "fsl,ifc-nand";
H A Dfsl-ls1088a-qds.dts110 &ifc {
124 compatible = "fsl,ifc-nand";
H A Dfsl-ls1046a-rdb.dts78 &ifc {
87 compatible = "fsl,ifc-nand";
/linux/arch/arm64/include/asm/
H A Dassembler.h382 .ifc \op, cvau
385 .ifc \op, cvac
388 .ifc \op, cvap
391 .ifc \op, cvadp
679 .ifc \op, st
704 .ifc \op, ld
/linux/arch/arm/lib/
H A Dfindbit.S36 .ifc \endian, SWAB_ENDIAN
63 .ifc \endian, SWAB_ENDIAN
/linux/drivers/vdpa/
H A DKconfig51 tristate "Intel IFC VF vDPA driver"
54 This kernel module can drive Intel IFC VF NIC to offload
/linux/arch/arm/crypto/
H A Dghash-ce-core.S112 .ifc \b1, t4l
118 .ifc \b2, t3l
125 .ifc \b3, t4l
131 .ifc \b4, t3l
209 0: .ifc \pn, p64

123456