| /linux/arch/loongarch/kernel/ |
| H A D | signal.c | 88 uint64_t __user *fcc = &ctx->fcc; in copy_fpu_to_sigcontext() local 96 err |= __put_user(current->thread.fpu.fcc, fcc); in copy_fpu_to_sigcontext() 108 uint64_t __user *fcc = &ctx->fcc; in copy_fpu_from_sigcontext() local 115 err |= __get_user(current->thread.fpu.fcc, fcc); in copy_fpu_from_sigcontext() 126 uint64_t __user *fcc = &ctx->fcc; in copy_lsx_to_sigcontext() local 135 err |= __put_user(current->thread.fpu.fcc, fcc); in copy_lsx_to_sigcontext() 147 uint64_t __user *fcc = &ctx->fcc; in copy_lsx_from_sigcontext() local 156 err |= __get_user(current->thread.fpu.fcc, fcc); in copy_lsx_from_sigcontext() 167 uint64_t __user *fcc = &ctx->fcc; in copy_lasx_to_sigcontext() local 180 err |= __put_user(current->thread.fpu.fcc, fcc); in copy_lasx_to_sigcontext() [all …]
|
| H A D | asm-offsets.c | 171 OFFSET(THREAD_FCC, loongarch_fpu, fcc); in output_thread_fpu_defines() 289 OFFSET(VCPU_FCC, kvm_vcpu_arch, fpu.fcc); in output_kvm_defines()
|
| H A D | ptrace.c | 158 r = membuf_write(&to, &target->thread.fpu.fcc, sizeof(target->thread.fpu.fcc)); in fpr_get() 220 &target->thread.fpu.fcc, fcc_start, in fpr_set()
|
| /linux/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | mac-fcc.c | 90 fep->fcc.fccp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup() 91 if (!fep->fcc.fccp) in do_pd_setup() 94 fep->fcc.ep = of_iomap(ofdev->dev.of_node, 1); in do_pd_setup() 95 if (!fep->fcc.ep) in do_pd_setup() 98 fep->fcc.fcccp = of_iomap(ofdev->dev.of_node, 2); in do_pd_setup() 99 if (!fep->fcc.fcccp) in do_pd_setup() 102 fep->fcc.mem = (void __iomem *)cpm2_immr; in do_pd_setup() 112 iounmap(fep->fcc.fcccp); in do_pd_setup() 114 iounmap(fep->fcc.ep); in do_pd_setup() 116 iounmap(fep->fcc.fccp); in do_pd_setup() [all …]
|
| H A D | Makefile | 10 fs_enet-$(CONFIG_FS_ENET_HAS_FCC) += mac-fcc.o
|
| H A D | fs_enet.h | 170 } fcc; member
|
| /linux/arch/loongarch/include/asm/ |
| H A D | fpu.h | 32 asmlinkage int _save_fp_context(void __user *fpregs, void __user *fcc, void __user *csr); 33 asmlinkage int _restore_fp_context(void __user *fpregs, void __user *fcc, void __user *csr); 39 asmlinkage int _save_lsx_context(void __user *fpregs, void __user *fcc, void __user *fcsr); 40 asmlinkage int _restore_lsx_context(void __user *fpregs, void __user *fcc, void __user *fcsr); 46 asmlinkage int _save_lasx_context(void __user *fpregs, void __user *fcc, void __user *fcsr); 47 asmlinkage int _restore_lasx_context(void __user *fpregs, void __user *fcc, void __user *fcsr);
|
| H A D | processor.h | 83 uint64_t fcc; /* 8x8 */ member 180 .fcc = 0, \
|
| /linux/arch/loongarch/include/uapi/asm/ |
| H A D | sigcontext.h | 39 __u64 fcc; member 48 __u64 fcc; member 57 __u64 fcc; member
|
| H A D | ptrace.h | 41 __u64 fcc; member
|
| /linux/drivers/usb/gadget/function/ |
| H A D | uvc_v4l2.c | 136 if (fmtdesc->fcc == pixelformat) { in find_format_by_pix() 235 fmt->fmt.pix.pixelformat = video->fcc; in uvc_v4l2_get_format() 256 u8 *fcc; in uvc_v4l2_try_format() local 261 fcc = (u8 *)&fmt->fmt.pix.pixelformat; in uvc_v4l2_try_format() 264 fcc[0], fcc[1], fcc[2], fcc[3], in uvc_v4l2_try_format() 296 fmt->fmt.pix.pixelformat = fmtdesc->fcc; in uvc_v4l2_try_format() 317 video->fcc = fmt->fmt.pix.pixelformat; in uvc_v4l2_set_format() 461 f->pixelformat = fmtdesc->fcc; in uvc_v4l2_enum_format()
|
| H A D | uvc.h | 106 u32 fcc; member
|
| H A D | uvc_video.c | 833 video->fcc = V4L2_PIX_FMT_YUYV; in uvcg_video_init()
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | ep8248e.dts | 156 compatible = "fsl,mpc8248-fcc-enet", 157 "fsl,cpm2-fcc-enet"; 169 compatible = "fsl,mpc8248-fcc-enet", 170 "fsl,cpm2-fcc-enet";
|
| H A D | mgcoge.dts | 190 compatible = "fsl,cpm2-fcc-enet"; 203 compatible = "fsl,cpm2-fcc-enet";
|
| H A D | tqm8560.dts | 292 compatible = "fsl,mpc8560-fcc-enet", 293 "fsl,cpm2-fcc-enet";
|
| H A D | ksi8560.dts | 292 compatible = "fsl,mpc8560-fcc-enet", 293 "fsl,cpm2-fcc-enet";
|
| /linux/drivers/media/usb/uvc/ |
| H A D | uvc_v4l2.c | 226 switch (format->fcc) { in uvc_v4l2_get_bytesperline() 250 u8 *fcc; in uvc_v4l2_try_format() local 255 fcc = (u8 *)&fmt->fmt.pix.pixelformat; in uvc_v4l2_try_format() 258 fcc[0], fcc[1], fcc[2], fcc[3], in uvc_v4l2_try_format() 267 if (format->fcc == fmt->fmt.pix.pixelformat) in uvc_v4l2_try_format() 273 fmt->fmt.pix.pixelformat = format->fcc; in uvc_v4l2_try_format() 376 fmt->fmt.pix.pixelformat = format->fcc; in uvc_v4l2_try_format() 406 fmt->fmt.pix.pixelformat = format->fcc; in uvc_ioctl_g_fmt() 638 fmt->pixelformat = format->fcc; in uvc_ioctl_enum_fmt() 940 if (stream->formats[i].fcc == fsize->pixel_format) { in uvc_ioctl_enum_framesizes() [all …]
|
| H A D | uvc_driver.c | 380 format->fcc = fmtdesc->fcc; in uvc_parse_format() 388 if (format->fcc == V4L2_PIX_FMT_YUYV) { in uvc_parse_format() 389 format->fcc = V4L2_PIX_FMT_GREY; in uvc_parse_format() 398 v4l2_format_info(format->fcc); in uvc_parse_format() 429 format->fcc = V4L2_PIX_FMT_MJPEG; in uvc_parse_format() 452 format->fcc = V4L2_PIX_FMT_DV; in uvc_parse_format() 478 uvc_dbg(dev, DESCR, "Found format %p4cc", &format->fcc); in uvc_parse_format()
|
| H A D | uvc_video.c | 1258 (stream->cur_format->fcc == V4L2_PIX_FMT_MJPEG || in uvc_video_decode_start() 1259 stream->cur_format->fcc == V4L2_PIX_FMT_JPEG)) { in uvc_video_decode_start()
|
| /linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
| H A D | cpm.txt | 33 scc/fcc/ucc registers, and the second represents the device's
|
| /linux/arch/loongarch/kvm/ |
| H A D | vcpu.c | 1310 fpu->fcc = vcpu->arch.fpu.fcc; in kvm_arch_vcpu_ioctl_get_fpu() 1322 vcpu->arch.fpu.fcc = fpu->fcc; in kvm_arch_vcpu_ioctl_set_fpu()
|
| /linux/arch/mips/math-emu/ |
| H A D | ieee754.h | 158 __BITFIELD_FIELD(unsigned fcc:7, /* condition[7:1] */
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-capture.c | 773 u32 fcc; in fimc_pipeline_try_format() local 821 fcc = ffmt->fourcc; in fimc_pipeline_try_format() 825 NULL, &fcc, FIMC_SD_PAD_SINK_CAM); in fimc_pipeline_try_format() 827 NULL, &fcc, FIMC_SD_PAD_SOURCE); in fimc_pipeline_try_format()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | immap_cpm2.h | 399 typedef struct fcc { struct
|