data_type
large_stringclasses
3 values
source
large_stringclasses
29 values
code
large_stringlengths
98
49.4M
filepath
large_stringlengths
5
161
message
large_stringclasses
234 values
commit
large_stringclasses
234 values
subject
large_stringclasses
418 values
critique
large_stringlengths
101
1.26M
metadata
dict
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * arch/sh/kernel/cpu/sh2/entry.S * * The SH-2 exception entry * * Copyright (C) 2005-2008 Yoshinori Sato * Copyright (C) 2005 AXE,Inc. */ #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/thread_info.h> #include <cpu/mmu_context.h> #include <asm/unistd...
arch/sh/kernel/cpu/sh2/entry.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * arch/sh/kernel/cpu/sh2/ex.S * * The SH-2 exception vector table * * Copyright (C) 2005 Yoshinori Sato */ #include <linux/linkage.h> ! ! convert Exception Vector to Exception Number ! exception_entry: no = 0 .rept 256 mov.l r1,@-sp bra exception_trampoline mov #no,r1...
arch/sh/kernel/cpu/sh2/ex.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh2/probe.c * * CPU Subtype Probing for SH-2. * * Copyright (C) 2002 Paul Mundt */ #include <linux/init.h> #include <linux/of_fdt.h> #include <linux/smp.h> #include <linux/io.h> #include <asm/processor.h> #include <asm/cache.h> #if defined(CONFIG_CPU_J2...
arch/sh/kernel/cpu/sh2/probe.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7619 Setup * * Copyright (C) 2006 Yoshinori Sato * Copyright (C) 2009 Paul Mundt */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/serial_sci.h> #include <linux/sh_eth.h> #include <linux/sh_timer.h> #include <linux...
arch/sh/kernel/cpu/sh2/setup-sh7619.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SMP support for J2 processor * * Copyright (C) 2015-2016 Smart Energy Instruments, Inc. */ #include <linux/smp.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/of_address.h> #include <linux/of_irq.h> #include <asm/cmpxchg.h> DEFINE_PER_CPU(unsigned, j2...
arch/sh/kernel/cpu/sh2/smp-j2.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh2a/clock-sh7201.c * * SH7201 support for the clock framework * * Copyright (C) 2008 Peter Griffin <pgriffin@mpc-data.co.uk> * * Based on clock-sh4.c * Copyright (C) 2005 Paul Mundt */ #include <linux/init.h> #include <linux/kernel.h> #include <a...
arch/sh/kernel/cpu/sh2a/clock-sh7201.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh2a/clock-sh7203.c * * SH7203 support for the clock framework * * Copyright (C) 2007 Kieran Bingham (MPC-Data Ltd) * * Based on clock-sh7263.c * Copyright (C) 2006 Yoshinori Sato * * Based on clock-sh4.c * Copyright (C) 2005 Paul Mundt */ #in...
arch/sh/kernel/cpu/sh2a/clock-sh7203.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh2a/clock-sh7206.c * * SH7206 support for the clock framework * * Copyright (C) 2006 Yoshinori Sato * * Based on clock-sh4.c * Copyright (C) 2005 Paul Mundt */ #include <linux/init.h> #include <linux/kernel.h> #include <asm/clock.h> #include <asm...
arch/sh/kernel/cpu/sh2a/clock-sh7206.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh2a/clock-sh7264.c * * SH7264 clock framework support * * Copyright (C) 2012 Phil Edworthy */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/clkdev.h> #include <asm/clock.h> /* SH7264 registers */ #define FRQCR...
arch/sh/kernel/cpu/sh2a/clock-sh7264.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh2a/clock-sh7269.c * * SH7269 clock framework support * * Copyright (C) 2012 Phil Edworthy */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/clkdev.h> #include <asm/clock.h> /* SH7269 registers */ #define FRQCR...
arch/sh/kernel/cpu/sh2a/clock-sh7269.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * arch/sh/kernel/cpu/sh2a/entry.S * * The SH-2A exception entry * * Copyright (C) 2008 Yoshinori Sato * Based on arch/sh/kernel/cpu/sh2/entry.S */ #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/thread_info.h> #include <cpu/mmu_context.h> #include <as...
arch/sh/kernel/cpu/sh2a/entry.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * arch/sh/kernel/cpu/sh2a/ex.S * * The SH-2A exception vector table * * Copyright (C) 2008 Yoshinori Sato */ #include <linux/linkage.h> ! ! convert Exception Vector to Exception Number ! ! exception no 0 to 255 exception_entry0: no = 0 .rept 256 mov.l r1,@-sp bra excep...
arch/sh/kernel/cpu/sh2a/ex.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Save/restore floating point context for signal handlers. * * Copyright (C) 1999, 2000 Kaz Kojima & Niibe Yutaka * * FIXME! These routines can be optimized in big endian case. */ #include <linux/sched/signal.h> #include <linux/signal.h> #include <asm/processor.h> #include ...
arch/sh/kernel/cpu/sh2a/fpu.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh2a/opcode_helper.c * * Helper for the SH-2A 32-bit opcodes. * * Copyright (C) 2007 Paul Mundt */ #include <linux/kernel.h> #include <asm/processor.h> /* * Instructions on SH are generally fixed at 16-bits, however, SH-2A * introduces some 32-bit ...
arch/sh/kernel/cpu/sh2a/opcode_helper.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7203 Pinmux * * Copyright (C) 2008 Magnus Damm */ #include <linux/bug.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/ioport.h> #include <cpu/pfc.h> static struct resource sh7203_pfc_resources[] = { [0] = { .start = 0xfffe3800, .end = 0xfffe3a...
arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7264 Pinmux * * Copyright (C) 2012 Renesas Electronics Europe Ltd */ #include <linux/bug.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/ioport.h> #include <cpu/pfc.h> static struct resource sh7264_pfc_resources[] = { [0] = { .start = 0xfffe3800...
arch/sh/kernel/cpu/sh2a/pinmux-sh7264.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7269 Pinmux * * Copyright (C) 2012 Renesas Electronics Europe Ltd * Copyright (C) 2012 Phil Edworthy */ #include <linux/bug.h> #include <linux/init.h> #include <linux/ioport.h> #include <linux/kernel.h> #include <cpu/pfc.h> static struct resource sh7269_pfc_resources[...
arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh2a/probe.c * * CPU Subtype Probing for SH-2A. * * Copyright (C) 2004 - 2007 Paul Mundt */ #include <linux/init.h> #include <asm/processor.h> #include <asm/cache.h> void cpu_probe(void) { boot_cpu_data.family = CPU_FAMILY_SH2A; /* All SH-2A CPUs ...
arch/sh/kernel/cpu/sh2a/probe.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Renesas MX-G (R8A03022BG) Setup * * Copyright (C) 2008, 2009 Paul Mundt */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/serial_sci.h> #include <linux/sh_timer.h> #include <asm/platform_early.h> enum { UNUSED = 0, ...
arch/sh/kernel/cpu/sh2a/setup-mxg.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7201 setup * * Copyright (C) 2008 Peter Griffin pgriffin@mpc-data.co.uk * Copyright (C) 2009 Paul Mundt */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/serial_sci.h> #include <linux/sh_timer.h> #include <linux/i...
arch/sh/kernel/cpu/sh2a/setup-sh7201.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7203 and SH7263 Setup * * Copyright (C) 2007 - 2009 Paul Mundt */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/serial_sci.h> #include <linux/sh_timer.h> #include <linux/io.h> #include <asm/platform_early.h> enum { ...
arch/sh/kernel/cpu/sh2a/setup-sh7203.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7206 Setup * * Copyright (C) 2006 Yoshinori Sato * Copyright (C) 2009 Paul Mundt */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/serial_sci.h> #include <linux/sh_timer.h> #include <linux/io.h> #include <asm/platf...
arch/sh/kernel/cpu/sh2a/setup-sh7206.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7264 Setup * * Copyright (C) 2012 Renesas Electronics Europe Ltd */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/serial_sci.h> #include <linux/usb/r8a66597.h> #include <linux/sh_timer.h> #include <linux/io.h> #includ...
arch/sh/kernel/cpu/sh2a/setup-sh7264.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7269 Setup * * Copyright (C) 2012 Renesas Electronics Europe Ltd * Copyright (C) 2012 Phil Edworthy */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/serial_sci.h> #include <linux/usb/r8a66597.h> #include <linux/sh_t...
arch/sh/kernel/cpu/sh2a/setup-sh7269.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh3/clock-sh3.c * * Generic SH-3 support for the clock framework * * Copyright (C) 2005 Paul Mundt * * FRQCR parsing hacked out of arch/sh/kernel/time.c * * Copyright (C) 1999 Tetsuya Okada & Niibe Yutaka * Copyright (C) 2000 Philipp Rumpf <pru...
arch/sh/kernel/cpu/sh3/clock-sh3.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh3/clock-sh7705.c * * SH7705 support for the clock framework * * Copyright (C) 2005 Paul Mundt * * FRQCR parsing hacked out of arch/sh/kernel/time.c * * Copyright (C) 1999 Tetsuya Okada & Niibe Yutaka * Copyright (C) 2000 Philipp Rumpf <prumpf...
arch/sh/kernel/cpu/sh3/clock-sh7705.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh3/clock-sh7706.c * * SH7706 support for the clock framework * * Copyright (C) 2006 Takashi YOSHII * * Based on arch/sh/kernel/cpu/sh3/clock-sh7709.c * Copyright (C) 2005 Andriy Skulysh */ #include <linux/init.h> #include <linux/kernel.h> #includ...
arch/sh/kernel/cpu/sh3/clock-sh7706.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh3/clock-sh7709.c * * SH7709 support for the clock framework * * Copyright (C) 2005 Andriy Skulysh * * Based on arch/sh/kernel/cpu/sh3/clock-sh7705.c * Copyright (C) 2005 Paul Mundt */ #include <linux/init.h> #include <linux/kernel.h> #include <a...
arch/sh/kernel/cpu/sh3/clock-sh7709.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh3/clock-sh7710.c * * SH7710 support for the clock framework * * Copyright (C) 2005 Paul Mundt * * FRQCR parsing hacked out of arch/sh/kernel/time.c * * Copyright (C) 1999 Tetsuya Okada & Niibe Yutaka * Copyright (C) 2000 Philipp Rumpf <prumpf...
arch/sh/kernel/cpu/sh3/clock-sh7710.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh3/clock-sh7712.c * * SH7712 support for the clock framework * * Copyright (C) 2007 Andrew Murray <amurray@mpc-data.co.uk> * * Based on arch/sh/kernel/cpu/sh3/clock-sh3.c * Copyright (C) 2005 Paul Mundt */ #include <linux/init.h> #include <linux/...
arch/sh/kernel/cpu/sh3/clock-sh7712.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * arch/sh/kernel/cpu/sh3/entry.S * * Copyright (C) 1999, 2000, 2002 Niibe Yutaka * Copyright (C) 2003 - 2012 Paul Mundt */ #include <linux/sys.h> #include <linux/errno.h> #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/thread_info.h> #include <asm/un...
arch/sh/kernel/cpu/sh3/entry.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * arch/sh/kernel/cpu/sh3/ex.S * * The SH-3 and SH-4 exception vector table. * * Copyright (C) 1999, 2000, 2002 Niibe Yutaka * Copyright (C) 2003 - 2008 Paul Mundt */ #include <linux/linkage.h> #if !defined(CONFIG_MMU) #define tlb_miss_load exception_error #define t...
arch/sh/kernel/cpu/sh3/ex.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7720 Pinmux * * Copyright (C) 2008 Magnus Damm */ #include <linux/bug.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/ioport.h> #include <cpu/pfc.h> static struct resource sh7720_pfc_resources[] = { [0] = { .start = 0xa4050100, .end = 0xa40501...
arch/sh/kernel/cpu/sh3/pinmux-sh7720.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh3/probe.c * * CPU Subtype Probing for SH-3. * * Copyright (C) 1999, 2000 Niibe Yutaka * Copyright (C) 2002 Paul Mundt */ #include <linux/init.h> #include <asm/processor.h> #include <asm/cache.h> #include <asm/io.h> void cpu_probe(void) { unsigned...
arch/sh/kernel/cpu/sh3/probe.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/serial_sci.h> #include <linux/serial_core.h> #include <linux/io.h> #include <cpu/serial.h> #define SCPCR 0xA4000116 #define SCPDR 0xA4000136 static void sh770x_sci_init_pins(struct uart_port *port, unsigned int cflag) { unsigned short data; /* We need to set SCPC...
arch/sh/kernel/cpu/sh3/serial-sh770x.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/serial_sci.h> #include <linux/serial_core.h> #include <linux/io.h> #include <cpu/serial.h> #define PACR 0xa4050100 #define PBCR 0xa4050102 static void sh7710_sci_init_pins(struct uart_port *port, unsigned int cflag) { if (port->mapbase == 0xA4400000) { __raw_writ...
arch/sh/kernel/cpu/sh3/serial-sh7710.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/serial_sci.h> #include <linux/serial_core.h> #include <linux/io.h> #include <cpu/serial.h> #include <cpu/gpio.h> static void sh7720_sci_init_pins(struct uart_port *port, unsigned int cflag) { unsigned short data; if (cflag & CRTSCTS) { /* enable RTS/CTS */ if ...
arch/sh/kernel/cpu/sh3/serial-sh7720.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Shared SH3 Setup code * * Copyright (C) 2008 Magnus Damm */ #include <linux/init.h> #include <linux/irq.h> #include <linux/io.h> #include <asm/platform_early.h> /* All SH3 devices are equipped with IRQ0->5 (except sh7708) */ enum { UNUSED = 0, /* interrupt sources */...
arch/sh/kernel/cpu/sh3/setup-sh3.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7705 Setup * * Copyright (C) 2006 - 2009 Paul Mundt * Copyright (C) 2007 Nobuhiro Iwamatsu */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/irq.h> #include <linux/serial.h> #include <linux/serial_sci.h> #include <linux/sh_timer.h> #include...
arch/sh/kernel/cpu/sh3/setup-sh7705.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH3 Setup code for SH7706, SH7707, SH7708, SH7709 * * Copyright (C) 2007 Magnus Damm * Copyright (C) 2009 Paul Mundt * * Based on setup-sh7709.c * * Copyright (C) 2006 Paul Mundt */ #include <linux/init.h> #include <linux/io.h> #include <linux/irq.h> #include <lin...
arch/sh/kernel/cpu/sh3/setup-sh770x.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH3 Setup code for SH7710, SH7712 * * Copyright (C) 2006 - 2009 Paul Mundt * Copyright (C) 2007 Nobuhiro Iwamatsu */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/irq.h> #include <linux/serial.h> #include <linux/serial_sci.h> #include <linux...
arch/sh/kernel/cpu/sh3/setup-sh7710.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Setup code for SH7720, SH7721. * * Copyright (C) 2007 Markus Brunner, Mark Jonas * Copyright (C) 2009 Paul Mundt * * Based on arch/sh/kernel/cpu/sh4/setup-sh7750.c: * * Copyright (C) 2006 Paul Mundt * Copyright (C) 2006 Jamie Lenehan */ #include <linux/platfor...
arch/sh/kernel/cpu/sh3/setup-sh7720.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * arch/sh/kernel/cpu/sh3/swsusp.S * * Copyright (C) 2009 Magnus Damm */ #include <linux/sys.h> #include <linux/errno.h> #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/page.h> #define k0 r0 #define k1 r1 #define k2 r2 #define k3 r3 #define k4 r4 ! swsus...
arch/sh/kernel/cpu/sh3/swsusp.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4/clock-sh4.c * * Generic SH-4 support for the clock framework * * Copyright (C) 2005 Paul Mundt * * FRQCR parsing hacked out of arch/sh/kernel/time.c * * Copyright (C) 1999 Tetsuya Okada & Niibe Yutaka * Copyright (C) 2000 Philipp Rumpf <pru...
arch/sh/kernel/cpu/sh4/clock-sh4.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Save/restore floating point context for signal handlers. * * Copyright (C) 1999, 2000 Kaz Kojima & Niibe Yutaka * Copyright (C) 2006 ST Microelectronics Ltd. (denorm support) * * FIXME! These routines have not been tested for big endian case. */ #include <linux/sched/si...
arch/sh/kernel/cpu/sh4/fpu.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Performance events support for SH7750-style performance counters * * Copyright (C) 2009 Paul Mundt */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/io.h> #include <linux/irq.h> #include <linux/perf_event.h> #include <asm/processor.h> #define PM_CR_BASE...
arch/sh/kernel/cpu/sh4/perf_event.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4/probe.c * * CPU Subtype Probing for SH-4. * * Copyright (C) 2001 - 2007 Paul Mundt * Copyright (C) 2003 Richard Curnow */ #include <linux/init.h> #include <linux/io.h> #include <asm/processor.h> #include <asm/cache.h> void cpu_probe(void) { unsi...
arch/sh/kernel/cpu/sh4/probe.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7091/SH7750/SH7750S/SH7750R/SH7751/SH7751R Setup * * Copyright (C) 2006 Paul Mundt * Copyright (C) 2006 Jamie Lenehan */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/io.h> #include <linux/sh_timer.h> #include <li...
arch/sh/kernel/cpu/sh4/setup-sh7750.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7760 Setup * * Copyright (C) 2006 Paul Mundt */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/sh_timer.h> #include <linux/sh_intc.h> #include <linux/serial_sci.h> #include <linux/io.h> #include <asm/platform_early.h>...
arch/sh/kernel/cpu/sh4/setup-sh7760.c
null
null
null
null
null
source
linux
/* * Floating point emulation support for subnormalised numbers on SH4 * architecture This file is derived from the SoftFloat IEC/IEEE * Floating-point Arithmetic Package, Release 2 the original license of * which is reproduced below. * * ======================================================================== *...
arch/sh/kernel/cpu/sh4/softfloat.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4/sq.c * * General management API for SH-4 integrated Store Queues * * Copyright (C) 2001 - 2006 Paul Mundt * Copyright (C) 2001, 2002 M. R. Brown */ #include <linux/init.h> #include <linux/cpu.h> #include <linux/bitmap.h> #include <linux/device.h> ...
arch/sh/kernel/cpu/sh4/sq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4a/clock-sh7343.c * * SH7343 clock framework support * * Copyright (C) 2009 Magnus Damm */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/clkdev.h> #include <asm/clock.h> /* SH7343 registers */ #define FRQCR 0...
arch/sh/kernel/cpu/sh4a/clock-sh7343.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4a/clock-sh7366.c * * SH7366 clock framework support * * Copyright (C) 2009 Magnus Damm */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/clkdev.h> #include <asm/clock.h> /* SH7366 registers */ #define FRQCR 0...
arch/sh/kernel/cpu/sh4a/clock-sh7366.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4a/clock-sh7722.c * * SH7722 clock framework support * * Copyright (C) 2009 Magnus Damm */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/clkdev.h> #include <linux/sh_clk.h> #include <asm/clock.h> #include <cpu/...
arch/sh/kernel/cpu/sh4a/clock-sh7722.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4a/clock-sh7723.c * * SH7723 clock framework support * * Copyright (C) 2009 Magnus Damm */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/clk.h> #include <linux/clkdev.h> #include <linux/sh_clk.h> #include <asm/...
arch/sh/kernel/cpu/sh4a/clock-sh7723.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4a/clock-sh7724.c * * SH7724 clock framework support * * Copyright (C) 2009 Magnus Damm */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/clk.h> #include <linux/clkdev.h> #include <linux/sh_clk.h> #include <asm/...
arch/sh/kernel/cpu/sh4a/clock-sh7724.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4a/clock-sh7734.c * * Clock framework for SH7734 * * Copyright (C) 2011, 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> * Copyright (C) 2011, 2012 Renesas Solutions Corp. */ #include <linux/init.h> #include <linux/kernel.h> #include <linux...
arch/sh/kernel/cpu/sh4a/clock-sh7734.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4/clock-sh7757.c * * SH7757 support for the clock framework * * Copyright (C) 2009-2010 Renesas Solutions Corp. */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/clkdev.h> #include <asm/clock.h> #include <asm/...
arch/sh/kernel/cpu/sh4a/clock-sh7757.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4a/clock-sh7763.c * * SH7763 support for the clock framework * * Copyright (C) 2005 Paul Mundt * Copyright (C) 2007 Yoshihiro Shimoda */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/clkdev.h> #include <as...
arch/sh/kernel/cpu/sh4a/clock-sh7763.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4a/clock-sh7770.c * * SH7770 support for the clock framework * * Copyright (C) 2005 Paul Mundt */ #include <linux/init.h> #include <linux/kernel.h> #include <asm/clock.h> #include <asm/freq.h> #include <asm/io.h> static int ifc_divisors[] = { 1, 1, ...
arch/sh/kernel/cpu/sh4a/clock-sh7770.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4a/clock-sh7780.c * * SH7780 support for the clock framework * * Copyright (C) 2005 Paul Mundt */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/clkdev.h> #include <asm/clock.h> #include <asm/freq.h> #include ...
arch/sh/kernel/cpu/sh4a/clock-sh7780.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4a/clock-sh7785.c * * SH7785 support for the clock framework * * Copyright (C) 2007 - 2010 Paul Mundt */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/clk.h> #include <linux/io.h> #include <linux/cpufreq.h> #include <linux/clkdev....
arch/sh/kernel/cpu/sh4a/clock-sh7785.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4a/clock-sh7786.c * * SH7786 support for the clock framework * * Copyright (C) 2010 Paul Mundt */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/clk.h> #include <linux/io.h> #include <linux/clkdev.h> #include <asm/clock.h> #include...
arch/sh/kernel/cpu/sh4a/clock-sh7786.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4/clock-shx3.c * * SH-X3 support for the clock framework * * Copyright (C) 2006-2007 Renesas Technology Corp. * Copyright (C) 2006-2007 Renesas Solutions Corp. * Copyright (C) 2006-2010 Paul Mundt */ #include <linux/init.h> #include <linux/kern...
arch/sh/kernel/cpu/sh4a/clock-shx3.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Shared support for SH-X3 interrupt controllers. * * Copyright (C) 2009 - 2010 Paul Mundt */ #include <linux/irq.h> #include <linux/io.h> #include <linux/init.h> #define INTACK 0xfe4100b8 #define INTACKCLR 0xfe4100bc #define INTC_USERIMASK 0xfe411000 #ifdef CONFIG_INTC_B...
arch/sh/kernel/cpu/sh4a/intc-shx3.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Performance events support for SH-4A performance counters * * Copyright (C) 2009, 2010 Paul Mundt */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/io.h> #include <linux/irq.h> #include <linux/perf_event.h> #include <asm/processor.h> #define PPC_CCBR(id...
arch/sh/kernel/cpu/sh4a/perf_event.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/bug.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/ioport.h> #include <cpu/pfc.h> static struct resource sh7722_pfc_resources[] = { [0] = { .start = 0xa4050100, .end = 0xa405018f, .flags = IORESOURCE_MEM, }, }; static int __init plat_pi...
arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7723 Pinmux * * Copyright (C) 2008 Magnus Damm */ #include <linux/bug.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/ioport.h> #include <cpu/pfc.h> static struct resource sh7723_pfc_resources[] = { [0] = { .start = 0xa4050100, .end = 0xa40501...
arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7724 Pinmux * * Copyright (C) 2009 Renesas Solutions Corp. * * Kuninori Morimoto <morimoto.kuninori@renesas.com> * * Based on SH7723 Pinmux * Copyright (C) 2008 Magnus Damm */ #include <linux/bug.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/...
arch/sh/kernel/cpu/sh4a/pinmux-sh7724.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7734 processor support - PFC hardware block * * Copyright (C) 2012 Renesas Solutions Corp. * Copyright (C) 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> */ #include <linux/bug.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/ioport.h> #in...
arch/sh/kernel/cpu/sh4a/pinmux-sh7734.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7757 (B0 step) Pinmux * * Copyright (C) 2009-2010 Renesas Solutions Corp. * * Author : Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> * * Based on SH7723 Pinmux * Copyright (C) 2008 Magnus Damm */ #include <linux/bug.h> #include <linux/init.h> #include <linux...
arch/sh/kernel/cpu/sh4a/pinmux-sh7757.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7785 Pinmux * * Copyright (C) 2008 Magnus Damm */ #include <linux/bug.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/ioport.h> #include <cpu/pfc.h> static struct resource sh7785_pfc_resources[] = { [0] = { .start = 0xffe70000, .end = 0xffe700...
arch/sh/kernel/cpu/sh4a/pinmux-sh7785.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7786 Pinmux * * Copyright (C) 2008, 2009 Renesas Solutions Corp. * Kuninori Morimoto <morimoto.kuninori@renesas.com> * * Based on SH7785 pinmux * * Copyright (C) 2008 Magnus Damm */ #include <linux/bug.h> #include <linux/init.h> #include <linux/kernel.h> #include...
arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH-X3 prototype CPU pinmux * * Copyright (C) 2010 Paul Mundt */ #include <linux/bug.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/ioport.h> #include <cpu/pfc.h> static struct resource shx3_pfc_resources[] = { [0] = { .start = 0xffc70000, .end = ...
arch/sh/kernel/cpu/sh4a/pinmux-shx3.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/serial_sci.h> #include <linux/serial_core.h> #include <linux/io.h> #define PSCR 0xA405011E static void sh7722_sci_init_pins(struct uart_port *port, unsigned int cflag) { unsigned short data; if (port->mapbase == 0xffe00000) { data = __raw_readw(PSCR); data &=...
arch/sh/kernel/cpu/sh4a/serial-sh7722.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7343 Setup * * Copyright (C) 2006 Paul Mundt */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/serial_sci.h> #include <linux/uio_driver.h> #include <linux/sh_timer.h> #include <linux/sh_intc.h> #include <asm/clock.h> ...
arch/sh/kernel/cpu/sh4a/setup-sh7343.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7366 Setup * * Copyright (C) 2008 Renesas Solutions * * Based on linux/arch/sh/kernel/cpu/sh4a/setup-sh7722.c */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/serial_sci.h> #include <linux/uio_driver.h> #include <li...
arch/sh/kernel/cpu/sh4a/setup-sh7366.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7722 Setup * * Copyright (C) 2006 - 2008 Paul Mundt */ #include <linux/init.h> #include <linux/mm.h> #include <linux/platform_device.h> #include <linux/serial.h> #include <linux/serial_sci.h> #include <linux/sh_dma.h> #include <linux/sh_timer.h> #include <linux/sh_intc.h...
arch/sh/kernel/cpu/sh4a/setup-sh7722.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7723 Setup * * Copyright (C) 2008 Paul Mundt */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/mm.h> #include <linux/serial_sci.h> #include <linux/uio_driver.h> #include <linux/usb/r8a66597.h> #include <linux/sh_timer...
arch/sh/kernel/cpu/sh4a/setup-sh7723.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7724 Setup * * Copyright (C) 2009 Renesas Solutions Corp. * * Kuninori Morimoto <morimoto.kuninori@renesas.com> * * Based on SH7723 Setup * Copyright (C) 2008 Paul Mundt */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include ...
arch/sh/kernel/cpu/sh4a/setup-sh7724.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4a/setup-sh7734.c * * SH7734 Setup * * Copyright (C) 2011,2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> * Copyright (C) 2011,2012 Renesas Solutions Corp. */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial...
arch/sh/kernel/cpu/sh4a/setup-sh7734.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7757 Setup * * Copyright (C) 2009, 2011 Renesas Solutions Corp. * * based on setup-sh7785.c : Copyright (C) 2007 Paul Mundt */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/serial_sci.h> #include <linux/io.h> #inc...
arch/sh/kernel/cpu/sh4a/setup-sh7757.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7763 Setup * * Copyright (C) 2006 Paul Mundt * Copyright (C) 2007 Yoshihiro Shimoda * Copyright (C) 2008, 2009 Nobuhiro Iwamatsu */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/sh_timer.h> #include <linux/sh_i...
arch/sh/kernel/cpu/sh4a/setup-sh7763.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7770 Setup * * Copyright (C) 2006 - 2008 Paul Mundt */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/serial_sci.h> #include <linux/sh_timer.h> #include <linux/sh_intc.h> #include <linux/io.h> #include <asm/platform_e...
arch/sh/kernel/cpu/sh4a/setup-sh7770.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7780 Setup * * Copyright (C) 2006 Paul Mundt */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/io.h> #include <linux/serial_sci.h> #include <linux/sh_dma.h> #include <linux/sh_timer.h> #include <linux/sh_intc.h> #incl...
arch/sh/kernel/cpu/sh4a/setup-sh7780.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7785 Setup * * Copyright (C) 2007 Paul Mundt */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/serial_sci.h> #include <linux/io.h> #include <linux/mm.h> #include <linux/sh_dma.h> #include <linux/sh_timer.h> #include <...
arch/sh/kernel/cpu/sh4a/setup-sh7785.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7786 Setup * * Copyright (C) 2009 - 2011 Renesas Solutions Corp. * Kuninori Morimoto <morimoto.kuninori@renesas.com> * Paul Mundt <paul.mundt@renesas.com> * * Based on SH7785 Setup * * Copyright (C) 2007 Paul Mundt */ #include <linux/platform_device.h> #include <l...
arch/sh/kernel/cpu/sh4a/setup-sh7786.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH-X3 Prototype Setup * * Copyright (C) 2007 - 2010 Paul Mundt */ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> #include <linux/serial_sci.h> #include <linux/io.h> #include <linux/gpio.h> #include <linux/sh_timer.h> #include <linux/sh...
arch/sh/kernel/cpu/sh4a/setup-shx3.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH-X3 SMP * * Copyright (C) 2007 - 2010 Paul Mundt * Copyright (C) 2007 Magnus Damm */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/cpumask.h> #include <linux/smp.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/sched.h> #includ...
arch/sh/kernel/cpu/sh4a/smp-shx3.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/sh4a/ubc.c * * On-chip UBC support for SH-4A CPUs. * * Copyright (C) 2009 - 2010 Paul Mundt */ #include <linux/init.h> #include <linux/err.h> #include <linux/clk.h> #include <linux/io.h> #include <asm/hw_breakpoint.h> #define UBC_CBR(idx) (0xff200000 +...
arch/sh/kernel/cpu/sh4a/ubc.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/shmobile/cpuidle.c * * Cpuidle support code for SuperH Mobile * * Copyright (C) 2009 Magnus Damm */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/suspend.h> #include <linux/cpuidle.h> #include <linux/export.h> #...
arch/sh/kernel/cpu/shmobile/cpuidle.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/shmobile/pm.c * * Power management support code for SuperH Mobile * * Copyright (C) 2009 Magnus Damm */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/suspend.h> #include <asm/suspend.h> #include <linux/uaccess.h...
arch/sh/kernel/cpu/shmobile/pm.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * arch/sh/kernel/cpu/sh4a/sleep-sh_mobile.S * * Sleep mode and Standby modes support for SuperH Mobile * * Copyright (C) 2009 Magnus Damm */ #include <linux/sys.h> #include <linux/errno.h> #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/suspend.h> /*...
arch/sh/kernel/cpu/shmobile/sleep.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #include <asm/unistd.h> .text .balign 32 .globl __kernel_sigreturn .type __kernel_sigreturn,@function __kernel_sigreturn: .LSTART_sigreturn: mov.w 1f, r3 trapa #0x10 or r0, r0 or r0, r0 or r0, r0 or r0, r0 or r0, r0 1: .short __NR_sigreturn .LEND_sigreturn: .size __k...
arch/sh/kernel/vsyscall/vsyscall-sigreturn.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #include <linux/init.h> __INITDATA .globl vsyscall_trapa_start, vsyscall_trapa_end vsyscall_trapa_start: .incbin "arch/sh/kernel/vsyscall/vsyscall-trapa.so" vsyscall_trapa_end: __FINIT
arch/sh/kernel/vsyscall/vsyscall-syscall.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ .text .globl __kernel_vsyscall .type __kernel_vsyscall,@function __kernel_vsyscall: .LSTART_vsyscall: trapa #0x10 nop .LEND_vsyscall: .size __kernel_vsyscall,.-.LSTART_vsyscall .previous .section .eh_frame,"a",@progbits .LCIE: .ualong .LCIE_end - .LCIE_start .LCIE_start...
arch/sh/kernel/vsyscall/vsyscall-trapa.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/vsyscall/vsyscall.c * * Copyright (C) 2006 Paul Mundt * * vDSO randomization * Copyright(C) 2005-2006, Red Hat, Inc., Ingo Molnar */ #include <linux/mm.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/gfp.h> #include <linux/module.h> #i...
arch/sh/kernel/vsyscall/vsyscall.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Linker script for vsyscall DSO. The vsyscall page is an ELF shared * object prelinked to its virtual address, and with only one read-only * segment (that fits in one page). This script controls its layout. */ #include <asm/asm-offsets.h> #ifdef CONFIG_CPU_LITTLE_ENDIAN...
arch/sh/kernel/vsyscall/vsyscall.lds.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * __clear_user_page, __clear_user, clear_page implementation of SuperH * * Copyright (C) 2001 Kaz Kojima * Copyright (C) 2001, 2002 Niibe Yutaka * Copyright (C) 2006 Paul Mundt */ #include <linux/linkage.h> #include <asm/page.h> ENTRY(__clear_user) ! mov #0, r0 mov...
arch/sh/lib/__clear_user.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0 Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. */ !! libgcc routines for the Renesas / SuperH SH CPUs. !! Contributed by Steve Chamberlain. !! sac@cygnus.com !! ashiftrt_r4_x, ___...
arch/sh/lib/ashiftrt.S
null
null
null
null
null