Home
last modified time | relevance | path

Searched full:fcc (Results 1 – 25 of 106) sorted by relevance

12345

/openbmc/linux/drivers/media/common/
H A Duvc.c17 .fcc = V4L2_PIX_FMT_YUYV,
21 .fcc = V4L2_PIX_FMT_YUYV,
25 .fcc = V4L2_PIX_FMT_NV12,
29 .fcc = V4L2_PIX_FMT_MJPEG,
33 .fcc = V4L2_PIX_FMT_YVU420,
37 .fcc = V4L2_PIX_FMT_YUV420,
41 .fcc = V4L2_PIX_FMT_M420,
45 .fcc = V4L2_PIX_FMT_UYVY,
49 .fcc = V4L2_PIX_FMT_GREY,
53 .fcc = V4L2_PIX_FMT_GREY,
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtable.c2898 "FCC", "2.4G", "20M", "CCK", "1T", "01", "36",
2901 "FCC", "2.4G", "20M", "CCK", "1T", "02", "36",
2904 "FCC", "2.4G", "20M", "CCK", "1T", "03", "36",
2907 "FCC", "2.4G", "20M", "CCK", "1T", "04", "36",
2910 "FCC", "2.4G", "20M", "CCK", "1T", "05", "36",
2913 "FCC", "2.4G", "20M", "CCK", "1T", "06", "36",
2916 "FCC", "2.4G", "20M", "CCK", "1T", "07", "36",
2919 "FCC", "2.4G", "20M", "CCK", "1T", "08", "36",
2922 "FCC", "2.4G", "20M", "CCK", "1T", "09", "36",
2925 "FCC", "2.4G", "20M", "CCK", "1T", "10", "36",
[all …]
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A DHalHWImg8723B_RF.c371 "FCC", "20M", "CCK", "1T", "01", "32",
374 "FCC", "20M", "CCK", "1T", "02", "32",
377 "FCC", "20M", "CCK", "1T", "03", "32",
380 "FCC", "20M", "CCK", "1T", "04", "32",
383 "FCC", "20M", "CCK", "1T", "05", "32",
386 "FCC", "20M", "CCK", "1T", "06", "32",
389 "FCC", "20M", "CCK", "1T", "07", "32",
392 "FCC", "20M", "CCK", "1T", "08", "32",
395 "FCC", "20M", "CCK", "1T", "09", "32",
398 "FCC", "20M", "CCK", "1T", "10", "32",
[all …]
/openbmc/linux/arch/loongarch/kernel/
H A Dsignal.c55 _save_fp_context(void __user *fpregs, void __user *fcc, void __user *csr);
57 _restore_fp_context(void __user *fpregs, void __user *fcc, void __user *csr);
59 _save_lsx_context(void __user *fpregs, void __user *fcc, void __user *fcsr);
61 _restore_lsx_context(void __user *fpregs, void __user *fcc, void __user *fcsr);
63 _save_lasx_context(void __user *fpregs, void __user *fcc, void __user *fcsr);
65 _restore_lasx_context(void __user *fpregs, void __user *fcc, void __user *fcsr);
108 uint64_t __user *fcc = &ctx->fcc; in copy_fpu_to_sigcontext() local
116 err |= __put_user(current->thread.fpu.fcc, fcc); in copy_fpu_to_sigcontext()
128 uint64_t __user *fcc = &ctx->fcc; in copy_fpu_from_sigcontext() local
135 err |= __get_user(current->thread.fpu.fcc, fcc); in copy_fpu_from_sigcontext()
[all …]
H A Dfpu.S448 * a1: fcc
461 * a1: fcc
474 * a1: fcc
487 * a1: fcc
500 * a1: fcc
513 * a1: fcc
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fcc.c2 * FCC driver for Motorola MPC82xx (PQ2).
49 /* FCC access macros */
94 fep->fcc.fccp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup()
95 if (!fep->fcc.fccp) in do_pd_setup()
98 fep->fcc.ep = of_iomap(ofdev->dev.of_node, 1); in do_pd_setup()
99 if (!fep->fcc.ep) in do_pd_setup()
102 fep->fcc.fcccp = of_iomap(ofdev->dev.of_node, 2); in do_pd_setup()
103 if (!fep->fcc.fcccp) in do_pd_setup()
106 fep->fcc.mem = (void __iomem *)cpm2_immr; in do_pd_setup()
116 iounmap(fep->fcc.fcccp); in do_pd_setup()
[all …]
H A DKconfig18 bool "Chip has an FCC usable for ethernet"
33 tristate "MDIO driver for FCC"
H A DMakefile10 fs_enet-$(CONFIG_FS_ENET_HAS_FCC) += mac-fcc.o
H A Dfs_enet.h113 /* Must be a multiple of 32 (to cover both FEC & FCC) */
185 void __iomem *mem; /* FCC DPRAM */
187 } fcc; member
/openbmc/qemu/linux-user/loongarch64/
H A Dsignal.c37 abi_ulong fcc; member
48 abi_ulong fcc; member
56 abi_ulong fcc; member
184 __put_user(read_fcc(env), &lasx_ctx->fcc); in setup_sigframe()
199 __put_user(read_fcc(env), &lsx_ctx->fcc); in setup_sigframe()
213 __put_user(read_fcc(env), &fpu_ctx->fcc); in setup_sigframe()
283 abi_ulong fcc; in restore_sigframe() local
300 __get_user(fcc, &lasx_ctx->fcc); in restore_sigframe()
301 write_fcc(env, fcc); in restore_sigframe()
312 __get_user(fcc, &lsx_ctx->fcc); in restore_sigframe()
[all …]
/openbmc/linux/arch/loongarch/include/uapi/asm/
H A Dsigcontext.h40 __u64 fcc; member
49 __u64 fcc; member
58 __u64 fcc; member
H A Dptrace.h45 uint64_t fcc; member
/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_v4l2.c124 if (fmtdesc->fcc == pixelformat) { in find_format_by_pix()
223 fmt->fmt.pix.pixelformat = video->fcc; in uvc_v4l2_get_format()
243 u8 *fcc; in uvc_v4l2_try_format() local
248 fcc = (u8 *)&fmt->fmt.pix.pixelformat; in uvc_v4l2_try_format()
251 fcc[0], fcc[1], fcc[2], fcc[3], in uvc_v4l2_try_format()
268 fmt->fmt.pix.pixelformat = to_uvc_format(uformat)->fcc; in uvc_v4l2_try_format()
287 video->fcc = fmt->fmt.pix.pixelformat; in uvc_v4l2_set_format()
378 f->pixelformat = fmtdesc->fcc; in uvc_v4l2_enum_format()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dether_fcc.c3 * MPC8560 FCC Fast Ethernet
14 * MPC8560 FCC Fast Ethernet
90 /* The FCC stores dest/src/type, data, and checksum for receive packets. */
105 * FCC Ethernet Tx and Rx buffer descriptors.
115 /* Good news: the FCC supports external BDs! */
192 /* Give the buffer back to the FCC. */ in fec_recv()
224 /* 28.9 - (3): connect FCC's tx and rx clocks */ in fec_init()
287 * Allocate space in the reserved FCC area of DPRAM for the in fec_init()
431 sprintf(dev->name, "FCC%d", in fec_initialize()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c435 * FCC values: in finish_fcmp()
549 fsr |= env->fcc[0] << FSR_FCC0_SHIFT; in cpu_get_fsr()
551 fsr |= (uint64_t)env->fcc[1] << FSR_FCC1_SHIFT; in cpu_get_fsr()
552 fsr |= (uint64_t)env->fcc[2] << FSR_FCC2_SHIFT; in cpu_get_fsr()
553 fsr |= (uint64_t)env->fcc[3] << FSR_FCC3_SHIFT; in cpu_get_fsr()
597 env->fcc[0] = extract32(fsr, FSR_FCC0_SHIFT, 2); in cpu_put_fsr()
599 env->fcc[1] = extract64(fsr, FSR_FCC1_SHIFT, 2); in cpu_put_fsr()
600 env->fcc[2] = extract64(fsr, FSR_FCC2_SHIFT, 2); in cpu_put_fsr()
601 env->fcc[3] = extract64(fsr, FSR_FCC3_SHIFT, 2); in cpu_put_fsr()
/openbmc/linux/drivers/staging/ks7010/
H A DKconfig13 found on at least later Spectec SDW-821 (FCC-ID "S2Y-WLAN-11G-K" only,
14 sadly not FCC-ID "S2Y-WLAN-11B-G") and Spectec SDW-823 microSD cards.
/openbmc/linux/arch/powerpc/boot/dts/
H A Dep8248e.dts156 compatible = "fsl,mpc8248-fcc-enet",
157 "fsl,cpm2-fcc-enet";
169 compatible = "fsl,mpc8248-fcc-enet",
170 "fsl,cpm2-fcc-enet";
H A Dmgcoge.dts190 compatible = "fsl,cpm2-fcc-enet";
203 compatible = "fsl,cpm2-fcc-enet";
/openbmc/linux/include/soc/fsl/
H A Dcpm.h116 * Common to SCC and FCC.
124 #define BD_ENET_RX_BC (0x0080) /* FCC Only */
125 #define BD_ENET_RX_MC (0x0040) /* FCC Only */
135 * Common to SCC and FCC.
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dnetwork.txt7 - fsl,cpm2-fcc-enet (third resource is GFEMR)
13 compatible = "fsl,mpc8272-fcc-enet",
14 "fsl,cpm2-fcc-enet";
/openbmc/linux/fs/f2fs/
H A Dsegment.c563 struct flush_cmd_control *fcc = SM_I(sbi)->fcc_info; in issue_flush_thread() local
564 wait_queue_head_t *q = &fcc->flush_wait_queue; in issue_flush_thread()
569 if (!llist_empty(&fcc->issue_list)) { in issue_flush_thread()
573 fcc->dispatch_list = llist_del_all(&fcc->issue_list); in issue_flush_thread()
574 fcc->dispatch_list = llist_reverse_order(fcc->dispatch_list); in issue_flush_thread()
576 cmd = llist_entry(fcc->dispatch_list, struct flush_cmd, llnode); in issue_flush_thread()
579 atomic_inc(&fcc->issued_flush); in issue_flush_thread()
582 fcc->dispatch_list, llnode) { in issue_flush_thread()
586 fcc->dispatch_list = NULL; in issue_flush_thread()
590 kthread_should_stop() || !llist_empty(&fcc->issue_list)); in issue_flush_thread()
[all …]
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_v4l2.c199 switch (format->fcc) { in uvc_v4l2_get_bytesperline()
223 u8 *fcc; in uvc_v4l2_try_format() local
228 fcc = (u8 *)&fmt->fmt.pix.pixelformat; in uvc_v4l2_try_format()
231 fcc[0], fcc[1], fcc[2], fcc[3], in uvc_v4l2_try_format()
240 if (format->fcc == fmt->fmt.pix.pixelformat) in uvc_v4l2_try_format()
246 fmt->fmt.pix.pixelformat = format->fcc; in uvc_v4l2_try_format()
351 fmt->fmt.pix.pixelformat = format->fcc; in uvc_v4l2_try_format()
383 fmt->fmt.pix.pixelformat = format->fcc; in uvc_v4l2_get_format()
716 fmt->pixelformat = format->fcc; in uvc_ioctl_enum_fmt()
1260 if (stream->formats[i].fcc == fsize->pixel_format) { in uvc_ioctl_enum_framesizes()
[all …]
/openbmc/qemu/target/loongarch/
H A Darch_dump.c57 uint64_t fcc; member
100 note.fpu.fcc = cpu_to_dump64(s, read_fcc(env)); in loongarch_write_elf64_fprpreg()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_85xx.h356 * Common to SCC and FCC.
364 #define BD_ENET_RX_BC ((ushort)0x0080) /* FCC Only */
365 #define BD_ENET_RX_MC ((ushort)0x0040) /* FCC Only */
375 * Common to SCC and FCC.
495 /* Generic FCC parameter ram.
520 /* Ethernet controller through FCC.
582 /* FCC Event/Mask register as used by Ethernet.
593 /* FCC Mode Register (FPSMR) as used by Ethernet.
671 * CMXFCR - CMX FCC Clock Route Register 15-12
/openbmc/linux/arch/loongarch/include/asm/
H A Dprocessor.h83 uint64_t fcc; /* 8x8 */ member
180 .fcc = 0, \

12345