Home
last modified time | relevance | path

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

123

/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 …]
/linux/arch/loongarch/kernel/
H A Dsignal.c88 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 Dfpu.S562 * a1: fcc
576 * a1: fcc
590 * a1: fcc
604 * a1: fcc
618 * a1: fcc
632 * a1: fcc
H A Dptrace.c143 * the FCC and FCSR registers separately.
158 r = membuf_write(&to, &target->thread.fpu.fcc, sizeof(target->thread.fpu.fcc)); in fpr_get()
195 * the FCC register separately.
220 &target->thread.fpu.fcc, fcc_start, in fpr_set()
/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fcc.c3 * FCC driver for Motorola MPC82xx (PQ2).
45 /* FCC access macros */
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()
[all …]
H A DKconfig18 bool "Chip has an FCC usable for ethernet"
33 tristate "MDIO driver for FCC"
H A Dfs_enet.h105 /* Must be a multiple of 32 (to cover both FEC & FCC) */
168 void __iomem *mem; /* FCC DPRAM */
170 } fcc; member
H A DMakefile10 fs_enet-$(CONFIG_FS_ENET_HAS_FCC) += mac-fcc.o
/linux/Documentation/devicetree/bindings/net/
H A Dfsl,cpm-enet.yaml19 - fsl,cpm2-fcc-enet
23 - fsl,mpc8272-fcc-enet
24 - const: fsl,cpm2-fcc-enet
50 compatible = "fsl,mpc8272-fcc-enet",
51 "fsl,cpm2-fcc-enet";
/linux/arch/loongarch/include/asm/
H A Dfpu.h32 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 Dprocessor.h83 uint64_t fcc; /* 8x8 */ member
180 .fcc = 0, \
H A Dkgdb.h57 * PT_REGS and FPR: 8 bytes; FCSR: 4 bytes; FCC: 1 bytes.
/linux/arch/loongarch/include/uapi/asm/
H A Dsigcontext.h39 __u64 fcc; member
48 __u64 fcc; member
57 __u64 fcc; member
H A Dptrace.h41 __u64 fcc; member
/linux/drivers/usb/gadget/function/
H A Duvc_v4l2.c136 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()
/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";
/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.
/linux/drivers/media/usb/uvc/
H A Duvc_v4l2.c226 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 …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dchannel.h31 #define BRCMS_DFS_FCC BRCMS_DFS_TPC /* Flag for DFS FCC */
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-intc_sar18 0 FCC
/linux/drivers/media/platform/qcom/camss/
H A Dcamss-format.h36 * @pixelformat: V4L2 pixel format FCC identifier
/linux/arch/powerpc/include/asm/
H A Dcpm2.h511 /* Generic FCC parameter ram.
536 /* Ethernet controller through FCC.
598 /* FCC Event/Mask register as used by Ethernet.
609 /* FCC Mode Register (FPSMR) as used by Ethernet.
775 * CMXFCR - CMX FCC Clock Route Register
984 /* FCC iop & clock configuration. BSP code is responsible to define Fx_RXCLK & Fx_TXCLK
985 * in order to use clock-computing stuff below for the FCC x
989 #define PC_CLK(x) ((uint)(1<<(x-1))) /* FCC CLK I/O ports */
/linux/drivers/platform/x86/intel/int1092/
H A Dintel_sar.h70 * Regulatory 0: FCC, 1: CE, 2: ISED
/linux/drivers/staging/media/starfive/camss/
H A Dstf-video.h57 * @pixelformat: V4L2 pixel format FCC identifier

123