/linux-4.4.14/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 …]
|
/linux-4.4.14/arch/s390/include/asm/ |
D | vx-insn.h | 28 .ifc \gr,%r0 31 .ifc \gr,%r1 34 .ifc \gr,%r2 37 .ifc \gr,%r3 40 .ifc \gr,%r4 43 .ifc \gr,%r5 46 .ifc \gr,%r6 49 .ifc \gr,%r7 52 .ifc \gr,%r8 55 .ifc \gr,%r9 [all …]
|
/linux-4.4.14/drivers/mtd/nand/ |
D | fsl_ifc_nand.c | 236 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; in set_addr() local 241 ifc_out32(page_addr, &ifc->ifc_nand.row0); in set_addr() 242 ifc_out32((oob ? IFC_NAND_COL_MS : 0) | column, &ifc->ifc_nand.col0); in set_addr() 299 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; in fsl_ifc_run_command() local 305 &ifc->ifc_nand.nand_csel); in fsl_ifc_run_command() 310 ifc_in32(&ifc->ifc_nand.nand_fir0), in fsl_ifc_run_command() 311 ifc_in32(&ifc->ifc_nand.nand_fcr0)); in fsl_ifc_run_command() 316 ifc_out32(IFC_NAND_SEQ_STRT_FIR_STRT, &ifc->ifc_nand.nandseq_strt); in fsl_ifc_run_command() 339 eccstat[i] = ifc_in32(&ifc->ifc_nand.nand_eccstat[i]); in fsl_ifc_run_command() 375 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; in fsl_ifc_do_read() local [all …]
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | assembler.h | 65 .ifc \cond, eq 67 .else; .ifc \cond, ne 69 .else; .ifc \cond, ea 71 .else; .ifc \cond, ub 73 .else; .ifc \cond, fs 75 .else; .ifc \cond, ns 77 .else; .ifc \cond, fv 79 .else; .ifc \cond, nv 81 .else; .ifc \cond, ua 83 .else; .ifc \cond, eb [all …]
|
/linux-4.4.14/drivers/memory/ |
D | fsl_ifc.c | 78 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; in fsl_ifc_ctrl_init() local 83 if (ifc_in32(&ifc->cm_evter_stat) & IFC_CM_EVTER_STAT_CSER) in fsl_ifc_ctrl_init() 84 ifc_out32(IFC_CM_EVTER_STAT_CSER, &ifc->cm_evter_stat); in fsl_ifc_ctrl_init() 87 ifc_out32(IFC_CM_EVTER_EN_CSEREN, &ifc->cm_evter_en); in fsl_ifc_ctrl_init() 90 ifc_out32(IFC_CM_EVTER_INTR_EN_CSERIREN, &ifc->cm_evter_intr_en); in fsl_ifc_ctrl_init() 91 ifc_out32(0x0, &ifc->cm_erattr0); in fsl_ifc_ctrl_init() 92 ifc_out32(0x0, &ifc->cm_erattr1); in fsl_ifc_ctrl_init() 125 struct fsl_ifc_regs __iomem *ifc = ctrl->regs; in check_nand_stat() local 131 stat = ifc_in32(&ifc->ifc_nand.nand_evter_stat); in check_nand_stat() 133 ifc_out32(stat, &ifc->ifc_nand.nand_evter_stat); in check_nand_stat() [all …]
|
/linux-4.4.14/arch/tile/lib/ |
D | atomic_asm_32.S | 88 .ifc \bitwidth,16 95 .ifc \bitwidth,64 103 .ifc \bitwidth,64 108 .ifc \bitwidth,16 114 .ifc \bitwidth,64 120 .ifc \bitwidth,64 165 .ifc \bitwidth,32
|
/linux-4.4.14/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 | hisax_if.h | 45 struct hisax_if ifc; member 52 struct hisax_if ifc; member
|
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() 1197 hfc->d_if.ifc.priv = &hfc->fifos[HFCUSB_D_TX]; in hfc_usb_init() 1198 hfc->d_if.ifc.l2l1 = hfc_usb_l2l1; in hfc_usb_init() 1200 hfc->b_if[i].ifc.priv = &hfc->fifos[HFCUSB_B1_TX + i * 2]; in hfc_usb_init() [all …]
|
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() 624 static void fritz_b_l2l1(struct hisax_if *ifc, int pr, void *arg) in fritz_b_l2l1() argument 626 struct fritz_bcs *bcs = ifc->priv; in fritz_b_l2l1() 850 adapter->isac.hisax_d_if.ifc.priv = &adapter->isac; in new_adapter() 851 adapter->isac.hisax_d_if.ifc.l2l1 = isac_d_l2l1; in new_adapter() 856 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i]; in new_adapter() 857 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()
|
/linux-4.4.14/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 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";
|
/linux-4.4.14/include/net/caif/ |
D | caif_spi.h | 66 void (*ss_cb) (bool assert, struct cfspi_ifc *ifc); 67 void (*xfer_done_cb) (struct cfspi_ifc *ifc); 75 struct cfspi_ifc *ifc; member 110 struct cfspi_ifc ifc; member
|
/linux-4.4.14/net/core/ |
D | dev_ioctl.c | 69 struct ifconf ifc; in dev_ifconf() local 80 if (copy_from_user(&ifc, arg, sizeof(struct ifconf))) in dev_ifconf() 83 pos = ifc.ifc_buf; in dev_ifconf() 84 len = ifc.ifc_len; in dev_ifconf() 110 ifc.ifc_len = total; in dev_ifconf() 115 return copy_to_user(arg, &ifc, sizeof(struct ifconf)) ? -EFAULT : 0; in dev_ifconf()
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | bsc9132qds.dts | 22 ifc: ifc@ff71e000 { label
|
D | bsc9131rdb.dts | 22 board_ifc: ifc: ifc@ff71e000 {
|
D | c293pcie.dts | 45 ifc: ifc@fffe1e000 { label 73 &ifc { 117 compatible = "fsl,ifc-nand";
|
D | p1010rdb_32b.dtsi | 39 board_ifc: ifc: ifc@ffe1e000 {
|
D | p1010rdb_36b.dtsi | 39 board_ifc: ifc: ifc@fffe1e000 {
|
D | bsc9132qds.dtsi | 35 &ifc { 48 compatible = "fsl,ifc-nand";
|
D | t1023rdb.dts | 44 ifc: localbus@ffe124000 { label 62 compatible = "fsl,ifc-nand";
|
D | bsc9131si-post.dtsi | 35 &ifc { 38 compatible = "fsl,ifc", "simple-bus";
|
D | t104xrdb.dtsi | 55 ifc: localbus@ffe124000 { label 73 compatible = "fsl,ifc-nand";
|
D | t1024rdb.dts | 44 ifc: localbus@ffe124000 { label 62 compatible = "fsl,ifc-nand";
|
D | bsc9132si-post.dtsi | 35 &ifc { 38 compatible = "fsl,ifc", "simple-bus";
|
D | t4240rdb.dts | 44 ifc: localbus@ffe124000 { label 63 compatible = "fsl,ifc-nand";
|
D | c293si-post.dtsi | 35 &ifc { 38 compatible = "fsl,ifc", "simple-bus";
|
D | t104xqds.dtsi | 60 ifc: localbus@ffe124000 { label 79 compatible = "fsl,ifc-nand";
|
D | b4qds.dtsi | 42 ifc: localbus@ffe124000 { label 60 compatible = "fsl,ifc-nand";
|
D | t208xrdb.dtsi | 61 ifc: localbus@ffe124000 { label 80 compatible = "fsl,ifc-nand";
|
D | t104xd4rdb.dtsi | 55 ifc: localbus@ffe124000 { label 73 compatible = "fsl,ifc-nand";
|
D | t1024qds.dts | 44 ifc: localbus@ffe124000 { label 62 compatible = "fsl,ifc-nand";
|
D | t208xqds.dtsi | 61 ifc: localbus@ffe124000 { label 79 compatible = "fsl,ifc-nand";
|
D | p1010si-post.dtsi | 35 &ifc { 38 compatible = "fsl,ifc", "simple-bus";
|
D | b4420qds.dts | 42 ifc: localbus@ffe124000 { label
|
D | t1040rdb.dts | 41 ifc: localbus@ffe124000 { label
|
D | t1042rdb.dts | 41 ifc: localbus@ffe124000 { label
|
D | t4240qds.dts | 44 ifc: localbus@ffe124000 { label 63 compatible = "fsl,ifc-nand";
|
D | t1042d4rdb.dts | 45 ifc: localbus@ffe124000 { label
|
D | b4860qds.dts | 42 ifc: localbus@ffe124000 { label
|
D | t1042rdb_pi.dts | 41 ifc: localbus@ffe124000 { label
|
D | bsc9131rdb.dtsi | 40 compatible = "fsl,ifc-nand";
|
D | t1023si-post.dtsi | 35 &ifc { 38 compatible = "fsl,ifc", "simple-bus";
|
D | b4si-post.dtsi | 50 &ifc { 53 compatible = "fsl,ifc", "simple-bus";
|
D | p1010rdb.dtsi | 75 compatible = "fsl,ifc-nand";
|
D | t1040si-post.dtsi | 50 &ifc { 53 compatible = "fsl,ifc", "simple-bus";
|
D | t2081si-post.dtsi | 50 &ifc { 53 compatible = "fsl,ifc", "simple-bus";
|
D | t4240si-post.dtsi | 50 &ifc { 53 compatible = "fsl,ifc", "simple-bus";
|
/linux-4.4.14/arch/tile/kernel/ |
D | intvec_64.S | 324 .ifc \vecnum, INT_DOUBLE_FAULT 345 .ifc \c_routine, do_page_fault 452 .ifc \processing,handle_syscall 473 .ifc \processing,handle_syscall 495 .ifc \processing,handle_syscall 499 .ifc \c_routine, do_page_fault 503 .ifc \vecnum, INT_ILL_TRANS 506 .ifc \vecnum, INT_DOUBLE_FAULT 509 .ifc \c_routine, do_trap 512 .ifc \c_routine, handle_perf_interrupt [all …]
|
D | intvec_32.S | 115 .ifc \vecnum, INT_SWINT_1 130 .ifc \vecnum, INT_DOUBLE_FAULT 151 .ifc \c_routine, do_page_fault 247 .ifc \processing,handle_syscall 268 .ifc \processing,handle_syscall 290 .ifc \processing,handle_syscall 300 .ifc \c_routine, do_page_fault 304 .ifc \vecnum, INT_DOUBLE_FAULT 310 .ifc \c_routine, do_trap 316 .ifc \c_routine, handle_perf_interrupt [all …]
|
/linux-4.4.14/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() 655 cfspi->ifc.ss_cb = cfspi_ss_cb; in cfspi_init() 656 cfspi->ifc.xfer_done_cb = cfspi_xfer_done_cb; in cfspi_init() 657 cfspi->ifc.priv = cfspi; in cfspi_init() 749 dev->ifc = &cfspi->ifc; in cfspi_spi_probe()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-socket.c | 152 struct ifconf ifc; in lnet_ipif_enumerate() local 175 ifc.ifc_buf = (char *)ifr; in lnet_ipif_enumerate() 176 ifc.ifc_len = nalloc * sizeof(*ifr); in lnet_ipif_enumerate() 178 rc = lnet_sock_ioctl(SIOCGIFCONF, (unsigned long)&ifc); in lnet_ipif_enumerate() 186 nfound = ifc.ifc_len/sizeof(*ifr); in lnet_ipif_enumerate()
|
/linux-4.4.14/Documentation/networking/caif/ |
D | spi_porting.txt | 49 void (*ss_cb) (bool assert, struct cfspi_ifc *ifc); 55 not to introduce latency). The ifc parameter should be the pointer 58 void (*xfer_done_cb) (struct cfspi_ifc *ifc); 64 not to introduce latency). The ifc parameter should be the pointer
|
/linux-4.4.14/arch/arm64/boot/dts/freescale/ |
D | fsl-ls2080a-rdb.dts | 65 &ifc { 83 compatible = "fsl,ifc-nand";
|
D | fsl-ls2080a-qds.dts | 66 &ifc { 84 compatible = "fsl,ifc-nand";
|
D | fsl-ls2080a-simu.dts | 67 &ifc {
|
D | fsl-ls2080a.dtsi | 364 ifc: ifc@2240000 { label 365 compatible = "fsl,ifc", "simple-bus";
|
/linux-4.4.14/net/ |
D | socket.c | 2604 struct ifconf ifc; in dev_ifconf() local 2614 memset(&ifc, 0, sizeof(ifc)); in dev_ifconf() 2617 ifc.ifc_len = 0; in dev_ifconf() 2618 ifc.ifc_req = NULL; in dev_ifconf() 2624 ifc.ifc_len = len; in dev_ifconf() 2625 ifr = ifc.ifc_req = (void __user *)(uifc + 1); in dev_ifconf() 2634 if (copy_to_user(uifc, &ifc, sizeof(struct ifconf))) in dev_ifconf() 2641 if (copy_from_user(&ifc, uifc, sizeof(struct ifconf))) in dev_ifconf() 2644 ifr = ifc.ifc_req; in dev_ifconf() 2647 i + sizeof(struct compat_ifreq) <= ifc32.ifc_len && j < ifc.ifc_len; in dev_ifconf() [all …]
|
/linux-4.4.14/arch/arm64/crypto/ |
D | sha1-ce-core.S | 38 .ifc \ev, ev
|
D | aes-ce.S | 63 .ifc \enc, e
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | ls1021a.dtsi | 122 ifc: ifc@1530000 { label 123 compatible = "fsl,ifc", "simple-bus";
|
D | ls1021a-twr.dts | 174 &ifc {
|
D | ls1021a-qds.dts | 224 &ifc {
|
/linux-4.4.14/Documentation/usb/ |
D | proc_usb_info.txt | 325 D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 332 D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 337 I: If#= 0 Alt= 0 #EPs= 3 Cls=00(>ifc ) Sub=00 Prot=00 Driver=serial 352 I: If#= 0 Alt= 0 #EPs= 3 Cls=00(>ifc ) Sub=00 Prot=00 Driver=serial
|
D | usbmon.txt | 57 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | divasync.h | 155 void *ifc; member
|
/linux-4.4.14/Documentation/input/ |
D | xpad.txt | 194 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=32 #Cfgs= 1 204 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
|
/linux-4.4.14/arch/parisc/kernel/ |
D | entry.S | 642 .ifc \patype,20 645 .ifc \patype,11
|