| /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/drivers/staging/rtl8723bs/hal/ |
| H A D | HalHWImg8723B_RF.c | 361 "FCC", "20M", "CCK", "1T", "01", "32", 364 "FCC", "20M", "CCK", "1T", "02", "32", 367 "FCC", "20M", "CCK", "1T", "03", "32", 370 "FCC", "20M", "CCK", "1T", "04", "32", 373 "FCC", "20M", "CCK", "1T", "05", "32", 376 "FCC", "20M", "CCK", "1T", "06", "32", 379 "FCC", "20M", "CCK", "1T", "07", "32", 382 "FCC", "20M", "CCK", "1T", "08", "32", 385 "FCC", "20M", "CCK", "1T", "09", "32", 388 "FCC", "20M", "CCK", "1T", "10", "32", [all …]
|
| /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 | fpu.S | 451 * a1: fcc 465 * a1: fcc 479 * a1: fcc 493 * a1: fcc 507 * a1: fcc 521 * 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 | 83 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
|
| /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/fs/f2fs/ |
| H A D | segment.c | 580 struct flush_cmd_control *fcc = SM_I(sbi)->fcc_info; in issue_flush_thread() local 581 wait_queue_head_t *q = &fcc->flush_wait_queue; in issue_flush_thread() 586 if (!llist_empty(&fcc->issue_list)) { in issue_flush_thread() 590 fcc->dispatch_list = llist_del_all(&fcc->issue_list); in issue_flush_thread() 591 fcc->dispatch_list = llist_reverse_order(fcc->dispatch_list); in issue_flush_thread() 593 cmd = llist_entry(fcc->dispatch_list, struct flush_cmd, llnode); in issue_flush_thread() 596 atomic_inc(&fcc->issued_flush); in issue_flush_thread() 599 fcc->dispatch_list, llnode) { in issue_flush_thread() 603 fcc->dispatch_list = NULL; in issue_flush_thread() 607 kthread_should_stop() || !llist_empty(&fcc->issue_list)); in issue_flush_thread() [all …]
|
| /linux/Documentation/devicetree/bindings/net/wireless/ |
| H A D | mediatek,mt76.yaml | 150 - FCC 260 regdomain = "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
|
| /linux/drivers/platform/x86/intel/int1092/ |
| H A D | intel_sar.h | 70 * Regulatory 0: FCC, 1: CE, 2: ISED
|
| /linux/drivers/staging/media/starfive/camss/ |
| H A D | stf-video.h | 57 * @pixelformat: V4L2 pixel format FCC identifier
|
| /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
|