| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | inst.h | 19 .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/x86/include/asm/ |
| D | inst.h | 19 .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/ |
| D | vx-insn.h | 27 .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 …]
|
| D | nospec-insn.h | 57 .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/arch/loongarch/include/asm/ |
| D | asmmacro.h | 23 .ifc \r, $r0 26 .ifc \r, $r1 29 .ifc \r, $r2 32 .ifc \r, $r3 35 .ifc \r, $r4 38 .ifc \r, $r5 41 .ifc \r, $r6 44 .ifc \r, $r7 47 .ifc \r, $r8 50 .ifc \r, $r9 [all …]
|
| /kernel/linux/linux-5.10/drivers/memory/ |
| D | fsl_ifc.c | 39 * 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() 114 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in check_nand_stat() local [all …]
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| D | test_cls_bpf.sh | 5 ../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
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | test_cls_bpf.sh | 5 ../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
|
| /kernel/linux/linux-6.6/drivers/memory/ |
| D | fsl_ifc.c | 39 * 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() 115 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in check_nand_stat() local [all …]
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| D | vx-insn-asm.h | 30 .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 …]
|
| D | nospec-insn.h | 58 .ifc \reg,%r\r1 71 .ifc \rsave,%r\r1 73 .ifc \rtarget,%r\r2
|
| /kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
| D | fsl_ifc_nand.c | 25 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 …]
|
| /kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
| D | fsl_ifc_nand.c | 25 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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/fsl/ |
| D | ifc.txt | 4 - name : Should be ifc 5 - compatible : should contain "fsl,ifc". The version of the integrated 15 - interrupts: IFC may have one or two interrupts. If two interrupt 27 Child device nodes describe the devices connected to IFC such as NOR (e.g. 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/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/fsl/ |
| D | fsl,ifc.yaml | 4 $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";
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0028_linux_drivers_memory.patch | 35 +/* save ifc registers */ 57 +/* IFC interrupts disabled */ 91 + /* IFC controller NAND machine registers */ 140 + /* IFC controller NOR machine registers */ 147 + /* IFC controller GPCM Machine registers */ 162 +/* restore ifc registers */ 173 + * IFC interrupts disabled 206 + /* IFC controller NAND machine registers */ 242 + /* IFC controller NOR machine registers */ 247 + /* IFC controller GPCM Machine registers */ [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | qcom,wcd9335.yaml | 48 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>;
|
| D | qcom,wcd934x.yaml | 31 slim-ifc-dev: 32 description: IFC device interface 158 - slim-ifc-dev 162 - slim-ifc-dev 183 slim-ifc-dev: false 206 slim-ifc-dev = <&wcd9340_ifd>;
|
| /kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
| D | devninet.c | 39 int nip_dev_ifconf(struct net *net, struct ifconf *ifc, int size) in nip_dev_ifconf() argument 46 pos = ifc->ifc_buf; in nip_dev_ifconf() 47 len = ifc->ifc_len; in nip_dev_ifconf() 63 ifc->ifc_len = total; in nip_dev_ifconf()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | fsl_ifc.h | 20 * 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 …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | fsl_ifc.h | 20 * 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 …]
|
| /kernel/linux/linux-6.6/arch/powerpc/boot/dts/fsl/ |
| D | bsc9131rdb.dts | 18 board_ifc: ifc: ifc@ff71e000 {
|
| D | c293pcie.dts | 45 ifc: ifc@fffe1e000 { label 73 &ifc { 117 compatible = "fsl,ifc-nand";
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/ |
| D | bsc9131rdb.dts | 18 board_ifc: ifc: ifc@ff71e000 {
|
| D | c293pcie.dts | 45 ifc: ifc@fffe1e000 { label 73 &ifc { 117 compatible = "fsl,ifc-nand";
|