| /linux/arch/parisc/kernel/ |
| H A D | asm-offsets.c | 83 DEFINE(TASK_PT_FR0, offsetof(struct task_struct, thread.regs.fr[ 0])); in main() 84 DEFINE(TASK_PT_FR1, offsetof(struct task_struct, thread.regs.fr[ 1])); in main() 85 DEFINE(TASK_PT_FR2, offsetof(struct task_struct, thread.regs.fr[ 2])); in main() 86 DEFINE(TASK_PT_FR3, offsetof(struct task_struct, thread.regs.fr[ 3])); in main() 87 DEFINE(TASK_PT_FR4, offsetof(struct task_struct, thread.regs.fr[ 4])); in main() 88 DEFINE(TASK_PT_FR5, offsetof(struct task_struct, thread.regs.fr[ 5])); in main() 89 DEFINE(TASK_PT_FR6, offsetof(struct task_struct, thread.regs.fr[ 6])); in main() 90 DEFINE(TASK_PT_FR7, offsetof(struct task_struct, thread.regs.fr[ 7])); in main() 91 DEFINE(TASK_PT_FR8, offsetof(struct task_struct, thread.regs.fr[ 8])); in main() 92 DEFINE(TASK_PT_FR9, offsetof(struct task_struct, thread.regs.fr[ 9])); in main() [all …]
|
| H A D | signal32.c | 59 /* XXX: BE WARNED FR's are 64-BIT! */ in restore_sigcontext32() 60 err |= __copy_from_user(regs->fr, sc->sc_fr, sizeof(regs->fr)); in restore_sigcontext32() 232 XXX: BE WARNED FR's are 64-BIT! */ in setup_sigcontext32() 234 "sc->sc_fr size = %#lx, regs->fr size = %#lx\n", in setup_sigcontext32() 235 sizeof(regs->fr), sizeof(sc->sc_fr)); in setup_sigcontext32() 236 err |= __copy_to_user(sc->sc_fr, regs->fr, sizeof(regs->fr)); in setup_sigcontext32()
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | hw_shared.h | 343 * FR - Front Right 356 * FL FR 367 * 0b00000011 - - - - - - FR FL 368 * 0b00000111 - - - - - LFE FR FL 369 * 0b00001011 - - - - FC - FR FL 370 * 0b00001111 - - - - FC LFE FR FL 371 * 0b00010011 - - - RC - - FR FL 372 * 0b00010111 - - - RC - LFE FR FL 373 * 0b00011011 - - - RC FC - FR FL 374 * 0b00011111 - - - RC FC LFE FR FL [all …]
|
| /linux/sound/hda/core/ |
| H A D | hdmi_chmap.c | 15 * FLW FL FLC FC FRC FR FRW 28 FR = (1 << 2), /* Front Right */ enumerator 46 /* 0 */ "FL/FR", 63 [0] = FL | FR, 90 * surround71 = {FL, FR, RLC, RRC, FC, LFE, RL, RR} 121 { .ca_index = 0x00, .speakers = { 0, 0, 0, 0, 0, 0, FR, FL } }, 123 { .ca_index = 0x01, .speakers = { 0, 0, 0, 0, 0, LFE, FR, FL } }, 125 { .ca_index = 0x02, .speakers = { 0, 0, 0, 0, FC, 0, FR, FL } }, 127 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } }, 129 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } }, [all …]
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.ncr53c8xx | 1 Sat May 12 12:00 2001 Gerard Roudier (groudier@club-internet.fr) 7 Mon Feb 12 22:30 2001 Gerard Roudier (groudier@club-internet.fr) 16 Sun Sep 24 21:30 2000 Gerard Roudier (groudier@club-internet.fr) 20 Wed Jul 26 23:30 2000 Gerard Roudier (groudier@club-internet.fr) 25 Sun Jul 09 16:30 2000 Gerard Roudier (groudier@club-internet.fr) 42 Mon Apr 24 12:00 2000 Gerard Roudier (groudier@club-internet.fr) 48 Sat Apr 1 12:00 2000 Gerard Roudier (groudier@club-internet.fr) 63 Mon March 6 23:15 2000 Gerard Roudier (groudier@club-internet.fr) 80 Mon March 6 23:15 2000 Gerard Roudier (groudier@club-internet.fr) 114 Sat Jan 8 22:00 2000 Gerard Roudier (groudier@club-internet.fr) [all …]
|
| H A D | ChangeLog.sym53c8xx | 1 Sat May 12 12:00 2001 Gerard Roudier (groudier@club-internet.fr) 12 Sat Apr 7 19:30 2001 Gerard Roudier (groudier@club-internet.fr) 22 Sun Mar 4 18:30 2001 Gerard Roudier (groudier@club-internet.fr) 28 Mon Feb 12 22:30 2001 Gerard Roudier (groudier@club-internet.fr) 34 Tue Feb 6 13:30 2001 Gerard Roudier (groudier@club-internet.fr) 64 Sun Sep 24 21:30 2000 Gerard Roudier (groudier@club-internet.fr) 82 Wed Jul 26 23:30 2000 Gerard Roudier (groudier@club-internet.fr) 89 Sun Jul 09 16:30 2000 Gerard Roudier (groudier@club-internet.fr) 115 Mon Apr 24 12:00 2000 Gerard Roudier (groudier@club-internet.fr) 128 Sat Apr 1 12:00 2000 Gerard Roudier (groudier@club-internet.fr) [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | hdmi-codec.c | 27 * FL FLC FC FRC FR FRW 38 FR = BIT(2), /* Front Right */ enumerator 194 .mask = FL | FR }, 196 .mask = FL | FR | LFE | FC }, 198 .mask = FL | FR | FC }, 200 .mask = FL | FR | LFE }, 202 .mask = FL | FR | LFE | FC | RL | RR }, 204 .mask = FL | FR | FC | RL | RR }, 206 .mask = FL | FR | LFE | RL | RR }, 208 .mask = FL | FR | R [all...] |
| /linux/arch/mips/include/asm/ |
| H A D | fpu.h | 31 * which implement the Status.FR bit. Note that the bottom bit of the value 32 * purposefully matches the desired value of the Status.FR bit. 35 FPU_32BIT = 0, /* FR = 0 */ 36 FPU_64BIT, /* FR = 1, FRE = 0 */ 38 FPU_HYBRID, /* FR = 1, FRE = 1 */ 56 int fr; in __enable_fpu() local 86 /* set CU1 & change FR appropriately */ in __enable_fpu() 87 fr = (int)mode & FPU_FR_MASK; in __enable_fpu() 88 change_c0_status(ST0_CU1 | ST0_FR, ST0_CU1 | (fr ? ST0_FR : 0)); in __enable_fpu() 91 /* check FR has the desired value */ in __enable_fpu() [all …]
|
| /linux/arch/sh/math-emu/ |
| H A D | math.c | 38 #define FR ((unsigned long*)(fregs->fp_regs)) macro 39 #define FR0 (FR[BANK(0)]) 40 #define FRn (FR[BANK(n)]) 41 #define FRm (FR[BANK(m)]) 47 #define XFn (FR[BANK(XREG(n))]) 48 #define XFm (FR[BANK(XREG(m))]) 102 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); FP_DECL_##SZ(Fr); \ 104 FP_##OP##_##SZ(Fr, Fn, Fm); \ 105 PACK_##SZ(N, Fr); }while(0) 139 FP_DECL_S(Fr); in fmac() [all …]
|
| /linux/arch/csky/kernel/ |
| H A D | perf_callchain.c | 35 static void notrace walk_stackframe(struct stackframe *fr, in walk_stackframe() argument 39 perf_callchain_store(entry, fr->lr); in walk_stackframe() 40 } while (unwind_frame_kernel(fr) >= 0); in walk_stackframe() 109 struct stackframe fr; in perf_callchain_kernel() local 111 fr.fp = regs->regs[4]; in perf_callchain_kernel() 112 fr.lr = regs->lr; in perf_callchain_kernel() 113 walk_stackframe(&fr, entry); in perf_callchain_kernel()
|
| /linux/arch/mips/math-emu/ |
| H A D | dsemul.c | 172 struct emuframe __user *fr; in dsemul_thread_rollback() local 183 fr = &dsemul_page()[fr_idx]; in dsemul_thread_rollback() 192 if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->emul) in dsemul_thread_rollback() 194 else if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->badinst) in dsemul_thread_rollback() 215 struct emuframe fr; in mips_dsemul() local 264 fr.emul = _emul.word; in mips_dsemul() 265 fr.badinst = _badinst.word; in mips_dsemul() 267 fr.emul = ir; in mips_dsemul() 268 fr.badinst = break_math; in mips_dsemul() 273 ret = access_process_vm(current, fr_uaddr, &fr, sizeof(fr), in mips_dsemul() [all …]
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc_conntrack.c | 93 static int efx_tc_ct_parse_match(struct efx_nic *efx, struct flow_rule *fr, in efx_tc_ct_parse_match() argument 96 struct flow_dissector *dissector = fr->match.dissector; in efx_tc_ct_parse_match() 100 if (flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_CONTROL)) { in efx_tc_ct_parse_match() 103 flow_rule_match_control(fr, &fm); in efx_tc_ct_parse_match() 137 if (flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_BASIC)) { in efx_tc_ct_parse_match() 140 flow_rule_match_basic(fr, &fm); in efx_tc_ct_parse_match() 180 if (ipv == 4 && flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_IPV4_ADDRS)) { in efx_tc_ct_parse_match() 183 flow_rule_match_ipv4_addrs(fr, &fm); in efx_tc_ct_parse_match() 198 } else if (ipv == 6 && flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in efx_tc_ct_parse_match() 201 flow_rule_match_ipv6_addrs(fr, &fm); in efx_tc_ct_parse_match() [all …]
|
| /linux/arch/parisc/math-emu/ |
| H A D | driver.c | 70 * also, the passed in fr registers contain one word that defines in handle_fpe() 76 memcpy(frcopy, regs->fr, sizeof regs->fr); in handle_fpe() 98 memcpy(regs->fr, frcopy, sizeof regs->fr); in handle_fpe() 108 regs->fr[0] &= ~(1ULL << 38); in handle_fpe()
|
| /linux/arch/mips/kernel/ |
| H A D | elf.c | 37 * @fr1: The program being loaded depends on FPU being in FR=1 mode. 41 * a bridge which uses FR=1 whilst still being able to maintain 195 /* Default to a mode capable of running code expecting FR=0 */ in arch_check_elf() 201 /* MIPS64 code always uses FR=1, thus the default is easy */ in arch_check_elf() 231 * - We want FR_FRE if FRE=1 and both FR=1 and FR=0 are false. This in arch_check_elf() 238 * handle both FR=1 and FR=0, so, again, we simply choose the one in arch_check_elf()
|
| /linux/drivers/staging/media/av7110/ |
| H A D | dvb_filter.c | 29 int fr = 0; in dvb_filter_get_ac3info() local 54 fr = (headr[2] & 0xc0) >> 6; in dvb_filter_get_ac3info() 55 ai->frequency = freq[fr] * 100; in dvb_filter_get_ac3info() 57 ai->framesize = ac3_frames[fr][frame >> 1]; in dvb_filter_get_ac3info() 58 if ((frame & 1) && (fr == 1)) in dvb_filter_get_ac3info()
|
| /linux/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | mac-fec.c | 60 #define FR(_fecp, _reg) __fs_in32(&(_fecp)->fec_ ## _reg) macro 63 #define FS(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) | (_v)) 66 #define FC(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) & ~(_v)) 79 if ((FR(fecp, ecntrl) & FEC_ECNTRL_RESET) == 0) in whack_reset() 342 if ((FR(fecp, ecntrl) & FEC_ECNTRL_ETHER_EN) == 0) in stop() 346 for (i = 0; ((FR(fecp, ievent) & 0x10000000) == 0) && in stop() 406 return FR(fecp, ievent) & FR(fecp, imask); in get_int_events()
|
| /linux/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-ahb-audio.c | 99 * 1 FR:1 = = = = = = 108 { 0x03, 0x00 }, /* FL,FR */ 109 { 0x0b, 0x02 }, /* FL,FR,FC */ 110 { 0x33, 0x08 }, /* FL,FR,RL,RR */ 111 { 0x37, 0x09 }, /* FL,FR,LFE,RL,RR */ 112 { 0x3f, 0x0b }, /* FL,FR,LFE,FC,RL,RR */ 113 { 0x7f, 0x0f }, /* FL,FR,LFE,FC,RL,RR,RC */ 114 { 0xff, 0x13 }, /* FL,FR,LFE,FC,RL,RR,[FR]RC,[FR]LC */
|
| /linux/tools/memory-model/ |
| H A D | lock.cat | 3 * Copyright (C) 2016 Luc Maranget <luc.maranget@inria.fr> for Inria 153 let fr = rf^-1 ; co 154 let fre = fr & ext 155 let fri = fr & int 157 show co,rf,fr
|
| /linux/arch/powerpc/kernel/ |
| H A D | vector.S | 170 #define LDCONST(fr, name) \ argument 172 lfs fr,name@l(r11) 183 #define LDCONST(fr, name) \ argument 185 lfd fr,0(r11) 187 #define LDCONST(fr, name) \ argument 189 lfd fr,name@toc@l(r11)
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xsk.c | 187 map = mmap(NULL, off.fr.desc + umem->config.fill_size * sizeof(__u64), in xsk_create_umem_rings() 195 fill->producer = map + off.fr.producer; in xsk_create_umem_rings() 196 fill->consumer = map + off.fr.consumer; in xsk_create_umem_rings() 197 fill->flags = map + off.fr.flags; in xsk_create_umem_rings() 198 fill->ring = map + off.fr.desc; in xsk_create_umem_rings() 219 munmap(map, off.fr.desc + umem->config.fill_size * sizeof(__u64)); in xsk_create_umem_rings() 492 munmap(ctx->fill->ring - off.fr.desc, off.fr.desc + umem->config.fill_size * in xsk_put_ctx() 734 munmap(umem->fill_save->ring - off.fr.desc, in xsk_umem__delete() 735 off.fr.desc + umem->config.fill_size * sizeof(__u64)); in xsk_umem__delete()
|
| /linux/drivers/clk/at91/ |
| H A D | clk-audio-pll.c | 162 unsigned long long fr = (unsigned long long)parent_rate * fracr; in clk_audio_pll_fout() local 164 pr_debug("A PLL: %s, fr = %llu\n", __func__, fr); in clk_audio_pll_fout() 166 fr = DIV_ROUND_CLOSEST_ULL(fr, AUDIO_PLL_DIV_FRAC); in clk_audio_pll_fout() 168 pr_debug("A PLL: %s, fr = %llu\n", __func__, fr); in clk_audio_pll_fout() 170 return parent_rate * (nd + 1) + fr; in clk_audio_pll_fout()
|
| /linux/arch/arm/kernel/ |
| H A D | perf_callchain.c | 94 struct stackframe fr; in perf_callchain_kernel() local 96 arm_get_current_stackframe(regs, &fr); in perf_callchain_kernel() 97 walk_stackframe(&fr, callchain_trace, entry); in perf_callchain_kernel()
|
| /linux/drivers/video/backlight/ |
| H A D | tdo24m.c | 159 CMD1(0xc0, 0x11), /* Sleep out FR count (A) */ 160 CMD1(0xc1, 0x11), /* Sleep out FR count (B) */ 161 CMD1(0xc2, 0x11), /* Sleep out FR count (C) */ 162 CMD2(0xc3, 0x20, 0x40), /* Sleep out FR count (D) */ 163 CMD2(0xc4, 0x60, 0xc0), /* Sleep out FR count (E) */ 164 CMD2(0xc5, 0x10, 0x20), /* Sleep out FR count (F) */ 165 CMD1(0xc6, 0xc0), /* Sleep out FR count (G) */
|
| /linux/include/uapi/linux/ |
| H A D | hdlc.h | 18 #define HDLC_MAX_MRU (HDLC_MAX_MTU + 10 + 14 + 4) /* for ETH+VLAN over FR */ 20 #define HDLC_MAX_MRU 1600 /* as required for FR network */
|
| /linux/arch/mips/loongson64/ |
| H A D | cop2-ex.c | 34 int fr = !test_thread_flag(TIF_32BIT_FPREGS); in loongson_cu2_call() local 46 if (!fr) in loongson_cu2_call() 52 if (fr) in loongson_cu2_call() 70 if (insn.loongson3_lswc2_format.fr == 0) { /* gslq */ in loongson_cu2_call() 109 if (insn.loongson3_lswc2_format.fr == 0) { /* gssq */ in loongson_cu2_call()
|