Searched defs:ifc (Results 1 - 12 of 12) sorted by relevance

/drivers/memory/
H A Dfsl_ifc.c77 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; local
82 if (in_be32(&ifc->cm_evter_stat) & IFC_CM_EVTER_STAT_CSER)
83 out_be32(&ifc->cm_evter_stat, IFC_CM_EVTER_STAT_CSER);
86 out_be32(&ifc->cm_evter_en, IFC_CM_EVTER_EN_CSEREN);
89 out_be32(&ifc->cm_evter_intr_en, IFC_CM_EVTER_INTR_EN_CSERIREN);
90 out_be32(&ifc->cm_erattr0, 0x0);
91 out_be32(&ifc->cm_erattr1, 0x0);
124 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; local
130 stat = in_be32(&ifc->ifc_nand.nand_evter_stat);
132 out_be32(&ifc
159 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; local
[all...]
/drivers/isdn/hisax/
H A Dhisax_if.h45 struct hisax_if ifc; member in struct:hisax_b_if
52 struct hisax_if ifc; member in struct:hisax_d_if
H A Dst5481_b.c22 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; local
24 ifc->l1l2(ifc, pr, arg);
319 bcs->b_in.hisax_if = &bcs->b_if.ifc;
353 void st5481_b_l2l1(struct hisax_if *ifc, int pr, void *arg) argument
355 struct st5481_bcs *bcs = ifc->priv;
H A Dst5481_d.c58 struct hisax_if *ifc = (struct hisax_if *) &adapter->hisax_d_if; local
60 ifc->l1l2(ifc, pr, arg);
709 adapter->d_in.hisax_if = &adapter->hisax_d_if.ifc;
H A Dconfig.c1574 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg);
1575 static void hisax_b_l1l2(struct hisax_if *ifc, int pr, void *arg);
1625 b_if[i]->ifc.l1l2 = hisax_b_l1l2;
1629 hisax_d_if->ifc.l1l2 = hisax_d_l1l2;
1681 struct hisax_if *ifc = (struct hisax_if *) d_if; local
1682 ifc->l2l1(ifc, pr, arg);
1687 struct hisax_if *ifc = (struct hisax_if *) b_if; local
1688 ifc->l2l1(ifc, p
1691 hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg) argument
1735 hisax_b_l1l2(struct hisax_if *ifc, int pr, void *arg) argument
[all...]
H A Dhfc4s8s_l1.c325 struct hfc4s8s_l1 *l1 = iface->ifc.priv;
365 l1->d_if.ifc.l1l2(&l1->d_if.ifc,
380 l1->d_if.ifc.l1l2(&l1->d_if.ifc,
394 l1->d_if.ifc.l1l2(&l1->d_if.ifc,
402 bch_l2l1(struct hisax_if *ifc, int pr, void *arg) argument
404 struct hfc4s8s_btype *bch = ifc->priv;
477 bch->b_if.ifc
[all...]
H A Dhisax_fcpcipnp.c376 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; local
379 ifc->l1l2(ifc, pr, arg);
624 static void fritz_b_l2l1(struct hisax_if *ifc, int pr, void *arg) argument
626 struct fritz_bcs *bcs = ifc->priv;
850 adapter->isac.hisax_d_if.ifc.priv = &adapter->isac;
851 adapter->isac.hisax_d_if.ifc.l2l1 = isac_d_l2l1;
856 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i];
857 adapter->bcs[i].b_if.ifc.l2l1 = fritz_b_l2l1;
H A Dhisax_isac.c245 struct hisax_if *ifc = (struct hisax_if *) &isac->hisax_d_if; local
248 ifc->l1l2(ifc, pr, arg);
/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-tcpip.c148 struct ifconf ifc; local
171 ifc.ifc_buf = (char *)ifr;
172 ifc.ifc_len = nalloc * sizeof(*ifr);
174 rc = libcfs_sock_ioctl(SIOCGIFCONF, (unsigned long)&ifc);
183 nfound = ifc.ifc_len/sizeof(*ifr);
/drivers/net/caif/
H A Dcaif_spi.c452 static void cfspi_ss_cb(bool assert, struct cfspi_ifc *ifc) argument
454 struct cfspi *cfspi = (struct cfspi *)ifc->priv;
481 static void cfspi_xfer_done_cb(struct cfspi_ifc *ifc) argument
483 struct cfspi *cfspi = (struct cfspi *)ifc->priv;
654 /* Set up the ifc. */
655 cfspi->ifc.ss_cb = cfspi_ss_cb;
656 cfspi->ifc.xfer_done_cb = cfspi_xfer_done_cb;
657 cfspi->ifc.priv = cfspi;
745 /* Assign the device ifc to this SPI interface. */
746 dev->ifc
[all...]
/drivers/mtd/nand/
H A Dfsl_ifc_nand.c54 /* overview of the fsl ifc controller */
229 * Set up the IFC hardware block and page address fields, and the ifc nand
237 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; local
242 iowrite32be(page_addr, &ifc->ifc_nand.row0);
243 iowrite32be((oob ? IFC_NAND_COL_MS : 0) | column, &ifc->ifc_nand.col0);
300 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; local
306 &ifc->ifc_nand.nand_csel);
311 ioread32be(&ifc->ifc_nand.nand_fir0),
312 ioread32be(&ifc->ifc_nand.nand_fcr0));
317 iowrite32be(IFC_NAND_SEQ_STRT_FIR_STRT, &ifc
376 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; local
416 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; local
726 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; local
828 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; local
877 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; local
1008 match_bank(struct fsl_ifc_regs __iomem *ifc, int bank, phys_addr_t addr) argument
1025 struct fsl_ifc_regs __iomem *ifc; local
[all...]
/drivers/isdn/hardware/eicon/
H A Ddivasync.h155 void *ifc; member in struct:_diva_didd_get_cfg_lib_ifc

Completed in 188 milliseconds