Home
last modified time | relevance | path

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

123

/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 …]
/linux/drivers/mtd/nand/raw/
H A 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 …]
/linux/drivers/memory/
H A 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()
113 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in check_nand_stat() local
119 stat = ifc_in32(&ifc->ifc_nand.nand_evter_stat); in check_nand_stat()
121 ifc_out32(stat, &ifc->ifc_nand.nand_evter_stat); in check_nand_stat()
[all …]
/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/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";
H A Dfsl-ls208xa-qds.dtsi38 &ifc {
56 compatible = "fsl,ifc-nand";
H A Dfsl-ls2080a-simu.dts26 &ifc {
H A Dfsl-ls1088a-rdb.dts184 &ifc {
190 compatible = "fsl,ifc-nand";
H A Dfsl-ls1043a-rdb.dts65 &ifc {
85 compatible = "fsl,ifc-nand";
/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";
H A Dbsc9131rdb.dts18 board_ifc: ifc: memory-controller@ff71e000 {
H A Dbsc9131si-post.dtsi35 &ifc {
38 compatible = "fsl,ifc";
H A Dbsc9132qds.dts18 ifc: memory-controller@ff71e000 { label
H A Dkmcent2.dts40 ifc: localbus@ffe124000 { label
61 compatible = "fsl,ifc-nand";
H A Dt208xrdb.dtsi61 ifc: localbus@ffe124000 { label
80 compatible = "fsl,ifc-nand";
/linux/arch/arm/lib/
H A Dfindbit.S36 .ifc \endian, SWAB_ENDIAN
63 .ifc \endian, SWAB_ENDIAN
/linux/net/core/
H A Ddev_ioctl.c58 struct ifconf ifc; in dev_ifconf() local
60 if (copy_from_user(&ifc, uifc, sizeof(struct ifconf))) in dev_ifconf()
63 pos = ifc.ifc_buf; in dev_ifconf()
64 len = ifc.ifc_len; in dev_ifconf()
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh294 for ifc in vxlan0 vxlan1; do
295 ip link set dev $ifc up
813 for ifc in vxlan0 vxlan1; do
814 ip link set dev $ifc up
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.c152 struct wilc_vif *ifc; in wilc_wake_tx_queues() local
155 wilc_for_each_vif(wl, ifc) { in wilc_wake_tx_queues()
156 if (ifc->mac_opened && netif_queue_stopped(ifc->ndev)) in wilc_wake_tx_queues()
157 netif_wake_queue(ifc->ndev); in wilc_wake_tx_queues()
/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
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cppcore.c1168 int ifc, err; in nfp_cpp_from_operations() local
1182 ifc = ops->get_interface(parent); in nfp_cpp_from_operations()
1183 if (ifc < 0) { in nfp_cpp_from_operations()
1184 err = ifc; in nfp_cpp_from_operations()
1187 cpp->interface = ifc; in nfp_cpp_from_operations()

123