/drivers/mtd/nand/ |
D | fsl_ifc_nand.c | 156 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in set_addr() local 161 ifc_out32(page_addr, &ifc->ifc_nand.row0); in set_addr() 162 ifc_out32((oob ? IFC_NAND_COL_MS : 0) | column, &ifc->ifc_nand.col0); in set_addr() 190 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in fsl_ifc_run_command() local 196 &ifc->ifc_nand.nand_csel); in fsl_ifc_run_command() 201 ifc_in32(&ifc->ifc_nand.nand_fir0), in fsl_ifc_run_command() 202 ifc_in32(&ifc->ifc_nand.nand_fcr0)); in fsl_ifc_run_command() 207 ifc_out32(IFC_NAND_SEQ_STRT_FIR_STRT, &ifc->ifc_nand.nandseq_strt); in fsl_ifc_run_command() 230 eccstat_regs = ifc->ifc_nand.nand_eccstat; in fsl_ifc_run_command() 268 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in fsl_ifc_do_read() local [all …]
|
/drivers/memory/ |
D | fsl_ifc.c | 80 struct fsl_ifc_global __iomem *ifc = ctrl->gregs; in fsl_ifc_ctrl_init() local 85 if (ifc_in32(&ifc->cm_evter_stat) & IFC_CM_EVTER_STAT_CSER) in fsl_ifc_ctrl_init() 86 ifc_out32(IFC_CM_EVTER_STAT_CSER, &ifc->cm_evter_stat); in fsl_ifc_ctrl_init() 89 ifc_out32(IFC_CM_EVTER_EN_CSEREN, &ifc->cm_evter_en); in fsl_ifc_ctrl_init() 92 ifc_out32(IFC_CM_EVTER_INTR_EN_CSERIREN, &ifc->cm_evter_intr_en); in fsl_ifc_ctrl_init() 93 ifc_out32(0x0, &ifc->cm_erattr0); in fsl_ifc_ctrl_init() 94 ifc_out32(0x0, &ifc->cm_erattr1); in fsl_ifc_ctrl_init() 127 struct fsl_ifc_runtime __iomem *ifc = ctrl->rregs; in check_nand_stat() local 133 stat = ifc_in32(&ifc->ifc_nand.nand_evter_stat); in check_nand_stat() 135 ifc_out32(stat, &ifc->ifc_nand.nand_evter_stat); in check_nand_stat() [all …]
|
/drivers/isdn/hisax/ |
D | hfc4s8s_l1.c | 304 struct hfc4s8s_l1 *l1 = iface->ifc.priv; in dch_l2l1() 344 l1->d_if.ifc.l1l2(&l1->d_if.ifc, in dch_l2l1() 359 l1->d_if.ifc.l1l2(&l1->d_if.ifc, in dch_l2l1() 373 l1->d_if.ifc.l1l2(&l1->d_if.ifc, in dch_l2l1() 381 bch_l2l1(struct hisax_if *ifc, int pr, void *arg) in bch_l2l1() argument 383 struct hfc4s8s_btype *bch = ifc->priv; in bch_l2l1() 456 bch->b_if.ifc.l1l2(&bch->b_if.ifc, in bch_l2l1() 503 bch->b_if.ifc.l1l2(&bch->b_if.ifc, in bch_l2l1() 550 bch->b_if.ifc.l1l2(&bch->b_if.ifc, in bch_l2l1() 586 bch->b_if.ifc.l1l2(&bch->b_if.ifc, in bch_l2l1() [all …]
|
D | st5481_init.c | 78 adapter->hisax_d_if.ifc.priv = adapter; in probe_st5481() 79 adapter->hisax_d_if.ifc.l2l1 = st5481_d_l2l1; in probe_st5481() 84 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i]; in probe_st5481() 85 adapter->bcs[i].b_if.ifc.l2l1 = st5481_b_l2l1; in probe_st5481()
|
D | st5481_b.c | 22 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; in B_L1L2() local 24 ifc->l1l2(ifc, pr, arg); in B_L1L2() 319 bcs->b_in.hisax_if = &bcs->b_if.ifc; in st5481_setup_b() 353 void st5481_b_l2l1(struct hisax_if *ifc, int pr, void *arg) in st5481_b_l2l1() argument 355 struct st5481_bcs *bcs = ifc->priv; in st5481_b_l2l1()
|
D | hfc_usb.c | 348 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, PH_DEACTIVATE | INDICATION, in l1_timer_expire_t3() 365 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, PH_DEACTIVATE | INDICATION, in l1_timer_expire_t4() 400 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, in s0_state_handler() 414 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, in s0_state_handler() 1008 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, in hfc_usb_l2l1() 1016 hfc->d_if.ifc.l1l2(&hfc-> in hfc_usb_l2l1() 1018 ifc, in hfc_usb_l2l1() 1193 hfc->d_if.ifc.priv = &hfc->fifos[HFCUSB_D_TX]; in hfc_usb_init() 1194 hfc->d_if.ifc.l2l1 = hfc_usb_l2l1; in hfc_usb_init() 1196 hfc->b_if[i].ifc.priv = &hfc->fifos[HFCUSB_B1_TX + i * 2]; in hfc_usb_init() [all …]
|
D | hisax_if.h | 45 struct hisax_if ifc; member 52 struct hisax_if ifc; member
|
D | hisax_fcpcipnp.c | 376 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; in B_L1L2() local 379 ifc->l1l2(ifc, pr, arg); in B_L1L2() 623 static void fritz_b_l2l1(struct hisax_if *ifc, int pr, void *arg) in fritz_b_l2l1() argument 625 struct fritz_bcs *bcs = ifc->priv; in fritz_b_l2l1() 849 adapter->isac.hisax_d_if.ifc.priv = &adapter->isac; in new_adapter() 850 adapter->isac.hisax_d_if.ifc.l2l1 = isac_d_l2l1; in new_adapter() 855 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i]; in new_adapter() 856 adapter->bcs[i].b_if.ifc.l2l1 = fritz_b_l2l1; in new_adapter()
|
D | config.c | 1574 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; in hisax_register() 1629 hisax_d_if->ifc.l1l2 = hisax_d_l1l2; in hisax_register() 1681 struct hisax_if *ifc = (struct hisax_if *) d_if; in D_L2L1() local 1682 ifc->l2l1(ifc, pr, arg); in D_L2L1() 1687 struct hisax_if *ifc = (struct hisax_if *) b_if; in B_L2L1() local 1688 ifc->l2l1(ifc, pr, arg); in B_L2L1() 1691 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg) in hisax_d_l1l2() argument 1693 struct hisax_d_if *d_if = (struct hisax_d_if *) ifc; in hisax_d_l1l2() [all …]
|
D | st5481_d.c | 58 struct hisax_if *ifc = (struct hisax_if *) &adapter->hisax_d_if; in D_L1L2() local 60 ifc->l1l2(ifc, pr, arg); in D_L1L2() 709 adapter->d_in.hisax_if = &adapter->hisax_d_if.ifc; in st5481_setup_d()
|
D | hisax_isac.c | 245 struct hisax_if *ifc = (struct hisax_if *) &isac->hisax_d_if; in D_L1L2() local 248 ifc->l1l2(ifc, pr, arg); in D_L1L2()
|
/drivers/net/caif/ |
D | caif_spi.c | 452 static void cfspi_ss_cb(bool assert, struct cfspi_ifc *ifc) in cfspi_ss_cb() argument 454 struct cfspi *cfspi = (struct cfspi *)ifc->priv; in cfspi_ss_cb() 481 static void cfspi_xfer_done_cb(struct cfspi_ifc *ifc) in cfspi_xfer_done_cb() argument 483 struct cfspi *cfspi = (struct cfspi *)ifc->priv; in cfspi_xfer_done_cb() 653 cfspi->ifc.ss_cb = cfspi_ss_cb; in cfspi_init() 654 cfspi->ifc.xfer_done_cb = cfspi_xfer_done_cb; in cfspi_init() 655 cfspi->ifc.priv = cfspi; in cfspi_init() 747 dev->ifc = &cfspi->ifc; in cfspi_spi_probe()
|
/drivers/staging/lustre/lnet/lnet/ |
D | lib-socket.c | 161 struct ifconf ifc; in lnet_ipif_enumerate() local 184 ifc.ifc_buf = (char *)ifr; in lnet_ipif_enumerate() 185 ifc.ifc_len = nalloc * sizeof(*ifr); in lnet_ipif_enumerate() 187 rc = lnet_sock_ioctl(SIOCGIFCONF, (unsigned long)&ifc); in lnet_ipif_enumerate() 195 nfound = ifc.ifc_len / sizeof(*ifr); in lnet_ipif_enumerate()
|
/drivers/isdn/hardware/eicon/ |
D | divasync.h | 155 void *ifc; member
|