| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H A D | table.c | 2898 "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 D | signal.c | 84 uint64_t __user *fcc = &ctx->fcc; in copy_fpu_to_sigcontext() local 92 err |= __put_user(current->thread.fpu.fcc, fcc); in copy_fpu_to_sigcontext() 104 uint64_t __user *fcc = &ctx->fcc; in copy_fpu_from_sigcontext() local 111 err |= __get_user(current->thread.fpu.fcc, fcc); in copy_fpu_from_sigcontext() 122 uint64_t __user *fcc = &ctx->fcc; in copy_lsx_to_sigcontext() local 131 err |= __put_user(current->thread.fpu.fcc, fcc); in copy_lsx_to_sigcontext() 143 uint64_t __user *fcc = &ctx->fcc; in copy_lsx_from_sigcontext() local 152 err |= __get_user(current->thread.fpu.fcc, fcc); in copy_lsx_from_sigcontext() 163 uint64_t __user *fcc = &ctx->fcc; in copy_lasx_to_sigcontext() local 176 err |= __put_user(current->thread.fpu.fcc, fcc); in copy_lasx_to_sigcontext() [all …]
|
| H A D | fpu.S | 562 * a1: fcc 576 * a1: fcc 590 * a1: fcc 604 * a1: fcc 618 * a1: fcc 632 * a1: fcc
|
| H A D | ptrace.c | 143 * 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 D | mac-fcc.c | 3 * 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 D | Kconfig | 18 bool "Chip has an FCC usable for ethernet" 33 tristate "MDIO driver for FCC"
|
| H A D | fs_enet.h | 105 /* Must be a multiple of 32 (to cover both FEC & FCC) */ 168 void __iomem *mem; /* FCC DPRAM */ 170 } fcc; member
|
| H A D | Makefile | 10 fs_enet-$(CONFIG_FS_ENET_HAS_FCC) += mac-fcc.o
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | fsl,cpm-enet.yaml | 19 - 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 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 | 84 uint64_t fcc; /* 8x8 */ member 180 .fcc = 0, \
|
| H A D | kgdb.h | 57 * PT_REGS and FPR: 8 bytes; FCSR: 4 bytes; FCC: 1 bytes.
|
| /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()
|
| /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";
|
| /linux/include/soc/fsl/ |
| H A D | cpm.h | 116 * 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/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | channel.h | 31 #define BRCMS_DFS_FCC BRCMS_DFS_TPC /* Flag for DFS FCC */
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-intc_sar | 18 0 FCC
|
| /linux/drivers/media/platform/qcom/camss/ |
| H A D | camss-format.h | 36 * @pixelformat: V4L2 pixel format FCC identifier
|
| H A D | camss-format.c | 68 * @pixelformat: V4L2 pixel format FCC identifier
|
| /linux/drivers/platform/x86/intel/int1092/ |
| H A D | intel_sar.h | 70 * Regulatory 0: FCC, 1: CE, 2: ISED
|
| /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/powerpc/include/asm/ |
| H A D | cpm2.h | 511 /* 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 */
|