Home
last modified time | relevance | path

Searched full:fr (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/linux/arch/parisc/kernel/
H A Dasm-offsets.c83 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 Dsignal32.c59 /* 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/sound/hda/core/
H A Dhdmi_chmap.c15 * 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 DChangeLog.ncr53c8xx1 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 DChangeLog.sym53c8xx1 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/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.h57 #define smu_cmn_init_partition_metrics(ptr, fr, cr) \ argument
59 typecheck(struct amdgpu_partition_metrics_v##fr##_##cr *, \
61 struct amdgpu_partition_metrics_v##fr##_##cr *tmp = (ptr); \
65 header->format_revision = fr; \
70 #define smu_cmn_init_baseboard_temp_metrics(ptr, fr, cr) \ argument
72 typecheck(struct amdgpu_baseboard_temp_metrics_v##fr##_##cr *, \
74 struct amdgpu_baseboard_temp_metrics_v##fr##_##cr *tmp = (ptr); \
78 header->format_revision = fr; \
83 #define smu_cmn_init_gpuboard_temp_metrics(ptr, fr, cr) \ argument
85 typecheck(struct amdgpu_gpuboard_temp_metrics_v##fr##_##cr *, \
[all …]
/linux/sound/soc/codecs/
H A Dhdmi-codec.c27 * 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 | RL | RR },
[all …]
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-gp-audio.c57 * 1 FR:1 = = = = = =
66 { 0x03, 0x00 }, /* FL,FR */
67 { 0x0b, 0x02 }, /* FL,FR,FC */
68 { 0x33, 0x08 }, /* FL,FR,RL,RR */
69 { 0x37, 0x09 }, /* FL,FR,LFE,RL,RR */
70 { 0x3f, 0x0b }, /* FL,FR,LFE,FC,RL,RR */
71 { 0x7f, 0x0f }, /* FL,FR,LFE,FC,RL,RR,RC */
72 { 0xff, 0x13 }, /* FL,FR,LFE,FC,RL,RR,[FR]RC,[FR]LC */
H A Ddw-hdmi-ahb-audio.c99 * 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/arch/mips/include/asm/
H A Dfpu.h31 * 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 Dmath.c38 #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 Dperf_callchain.c35 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 Ddsemul.c172 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 Dtc_conntrack.c93 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 Ddriver.c70 * 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/sound/x86/
H A Dintel_hdmi_audio.c64 [0] = FL | FR,
83 { .ca_index = 0x00, .speakers = { 0, 0, 0, 0, 0, 0, FR, FL } },
85 { .ca_index = 0x01, .speakers = { 0, 0, 0, 0, 0, LFE, FR, FL } },
87 { .ca_index = 0x02, .speakers = { 0, 0, 0, 0, FC, 0, FR, FL } },
89 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } },
91 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } },
93 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } },
95 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } },
97 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } },
99 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, F
[all...]
/linux/arch/mips/kernel/
H A Delf.c37 * @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 Ddvb_filter.c29 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 Dmac-fec.c60 #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/tools/memory-model/
H A Dlock.cat3 * 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 Dvector.S170 #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 Dxsk.c187 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 Dclk-audio-pll.c162 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 Dperf_callchain.c94 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/arch/s390/pci/
H A Dpci_bus.c179 * @fr: PCI root function that will determine the bus's domain, and bus speed
182 * The PCI function @fr determines the domain (its UID), multifunction property
187 static int zpci_bus_create_pci_bus(struct zpci_bus *zbus, struct zpci_dev *fr, struct pci_ops *ops) in zpci_bus_create_pci_bus() argument
192 domain = zpci_alloc_domain((u16)fr->uid); in zpci_bus_create_pci_bus()
197 zbus->multifunction = zpci_bus_is_multifunction_root(fr); in zpci_bus_create_pci_bus()
198 zbus->max_bus_speed = fr->max_bus_speed; in zpci_bus_create_pci_bus()

12345678910>>...22