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-or-later */ /* * Copyright (C) 2013 Imagination Technologies * Author: Paul Burton <paul.burton@mips.com> */ #ifndef __MIPS_ASM_SMP_CPS_H__ #define __MIPS_ASM_SMP_CPS_H__ #define CPS_ENTRY_PATCH_INSNS 6 #ifndef __ASSEMBLER__ struct vpe_boot_config { unsigned long pc; unsigne...
arch/mips/include/asm/smp-cps.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General * Public License. See the file "COPYING" in the main directory of this * archive for more details. * * Copyright (C) 2000 - 2001 by Kanoj Sarcar (kanoj@sgi.com) * Copyright (C) 2000 - 2001 by Silicon Graphics, Inc. * Copyright (C) 2000, 20...
arch/mips/include/asm/smp-ops.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General * Public License. See the file "COPYING" in the main directory of this * archive for more details. * * Copyright (C) 2000 - 2001 by Kanoj Sarcar (kanoj@sgi.com) * Copyright (C) 2000 - 2001 by Silicon Graphics, Inc. * Copyright (C) 2000, 20...
arch/mips/include/asm/smp.h
null
null
null
null
null
source
linux
/* * SNI specific definitions * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1997, 1998 by Ralf Baechle * Copyright (C) 2006 Thomas Bogendoerfer (tsbogend@alpha.franken....
arch/mips/include/asm/sni.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1997, 1999, 2000, 2001 Ralf Baechle * Copyright (C) 2000, 2001 Silicon Graphics, Inc. */ #ifndef _ASM_SOCKET_H #define _AS...
arch/mips/include/asm/socket.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _MIPS_SPARSEMEM_H #define _MIPS_SPARSEMEM_H #ifdef CONFIG_SPARSEMEM /* * SECTION_SIZE_BITS 2^N: how big each section will be * MAX_PHYSMEM_BITS 2^N: how much memory we can have in that space */ #if defined(CONFIG_MIPS_HUGE_TLB_SUPPORT) && defined(CONFIG_PAGE_SIZE_64K...
arch/mips/include/asm/sparsemem.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1999, 2000, 06 Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 1999, 2000 Silicon Graphics, Inc. */ #ifndef _ASM_SPINLO...
arch/mips/include/asm/spinlock.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_SPINLOCK_TYPES_H #define _ASM_SPINLOCK_TYPES_H #include <asm-generic/qspinlock_types.h> #include <asm-generic/qrwlock_types.h> #endif
arch/mips/include/asm/spinlock_types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _MIPS_SPRAM_H #define _MIPS_SPRAM_H #if defined(CONFIG_MIPS_SPRAM) extern void spram_config(void); #else static inline void spram_config(void) { } #endif /* CONFIG_MIPS_SPRAM */ #endif /* _MIPS_SPRAM_H */
arch/mips/include/asm/spram.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1994, 95, 96, 99, 2001 Ralf Baechle * Copyright (C) 1994, 1995, 1996 Paul M. Antoine. * Copyright (C) 1999 Silicon Graphic...
arch/mips/include/asm/stackframe.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * GCC stack protector support. * * (This is directly adopted from the ARM implementation) * * Stack protector works by putting predefined pattern at the start of * the stack frame and verifying that it hasn't been overwritten when * returning from the function. The patt...
arch/mips/include/asm/stackprotector.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_STACKTRACE_H #define _ASM_STACKTRACE_H #include <asm/ptrace.h> #include <asm/asm.h> #include <linux/stringify.h> #ifdef CONFIG_KALLSYMS extern int raw_show_trace; extern unsigned long unwind_stack(struct task_struct *task, unsigned long *sp, unsigned long pc, ...
arch/mips/include/asm/stacktrace.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (c) 1994, 95, 96, 97, 98, 2000, 01 Ralf Baechle * Copyright (c) 2000 by Silicon Graphics, Inc. * Copyright (c) 2001 MIPS Techn...
arch/mips/include/asm/string.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1994, 95, 96, 97, 98, 99, 2003, 06 by Ralf Baechle * Copyright (C) 1996 by Paul M. Antoine * Copyright (C) 1999 Silicon Gr...
arch/mips/include/asm/switch_to.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __MIPS_ASM_SYNC_H__ #define __MIPS_ASM_SYNC_H__ /* * sync types are defined by the MIPS64 Instruction Set documentation in Volume * II-A of the MIPS Architecture Reference Manual, which can be found here: * * https://www.mips.com/?do-download=the-mips64-instruc...
arch/mips/include/asm/sync.h
null
null
null
null
null
source
linux
/* * Access to user system call parameters and results * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * See asm-generic/syscall.h for descriptions of what we must do here. * * Copyrigh...
arch/mips/include/asm/syscall.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _ASM_MIPS_SYSCALLS_H #define _ASM_MIPS_SYSCALLS_H #include <linux/linkage.h> #include <linux/compat.h> asmlinkage void sys_sigreturn(void); asmlinkage void sys_rt_sigreturn(void); asmlinkage int sysm_pipe(void); asmlinkage long mipsmt_sys_sched_setaffinity(pid_t pid...
arch/mips/include/asm/syscalls.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* thread_info.h: MIPS low-level thread information * * Copyright (C) 2002 David Howells (dhowells@redhat.com) * - Incorporating suggestions made by Linus Torvalds and Dave Miller */ #ifndef _ASM_THREAD_INFO_H #define _ASM_THREAD_INFO_H #ifdef __KERNEL__ #ifndef __ASSEMBL...
arch/mips/include/asm/thread_info.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2001, 2002, MontaVista Software Inc. * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net * Copyright (c) 2003 Maciej W. Rozycki * * include/asm-mips/time.h * header file for the new style time.c file and time services. */ #ifndef _ASM_TIME...
arch/mips/include/asm/time.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1998, 1999, 2003 by Ralf Baechle * Copyright (C) 2014 by Maciej W. Rozycki */ #ifndef _ASM_TIMEX_H #define _ASM_TIMEX_H #...
arch/mips/include/asm/timex.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_TLB_H #define __ASM_TLB_H #include <asm/cpu-features.h> #include <asm/mipsregs.h> #define _UNIQUE_ENTRYHI(base, idx) \ (((base) + ((idx) << (PAGE_SHIFT + 1))) | \ (cpu_has_tlbinv ? MIPS_ENTRYHI_EHINV : 0)) #define UNIQUE_ENTRYHI(idx) _UNIQUE_ENTRYHI(CKSE...
arch/mips/include/asm/tlb.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2002 by Ralf Baechle */ #ifndef __ASM_TLBDEBUG_H #define __ASM_TLBDEBUG_H /* * TLB debugging functions: */ extern void d...
arch/mips/include/asm/tlbdebug.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_TLBEX_H #define __ASM_TLBEX_H #include <asm/uasm.h> /* * Write random or indexed TLB entry, and care about the hazards from * the preceding mtc0 and for the following eret. */ enum tlb_write_entry { tlb_random, tlb_indexed }; extern int pgd_reg; void build_g...
arch/mips/include/asm/tlbex.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_TLBFLUSH_H #define __ASM_TLBFLUSH_H #include <linux/mm.h> /* * TLB flushing: * * - flush_tlb_all() flushes all processes TLB entries * - flush_tlb_mm(mm) flushes the specified mm context TLB entries * - flush_tlb_page(vma, vmaddr) flushes one page * - flu...
arch/mips/include/asm/tlbflush.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_TLBMISC_H #define __ASM_TLBMISC_H /* * - add_wired_entry() add a fixed TLB entry, and move wired register */ extern void add_wired_entry(unsigned long entrylo0, unsigned long entrylo1, unsigned long entryhi, unsigned long pagemask); #endif /* __ASM_TLBMISC_H */
arch/mips/include/asm/tlbmisc.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2007 by Ralf Baechle */ #ifndef __ASM_TOPOLOGY_H #define __ASM_TOPOLOGY_H #include <topology.h> #include <linux/smp.h> #i...
arch/mips/include/asm/topology.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Trap handling definitions. * * Copyright (C) 2002, 2003 Maciej W. Rozycki */ #ifndef _ASM_TRAPS_H #define _ASM_TRAPS_H /* * Possible status responses for a board_be_handler backend. */ #define MIPS_BE_DISCARD 0 /* return with no action */ #define MIPS_BE_FIX...
arch/mips/include/asm/traps.h
null
null
null
null
null
source
linux
/* * include/asm-mips/txx9irq.h * TX39/TX49 interrupt controller definitions. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #ifndef __ASM_TXX9IRQ_H #define __ASM_TXX9IRQ_H #include <i...
arch/mips/include/asm/txx9irq.h
null
null
null
null
null
source
linux
/* * include/asm-mips/txx9pio.h * TX39/TX49 PIO controller definitions. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #ifndef __ASM_TXX9PIO_H #define __ASM_TXX9PIO_H #include <linux/t...
arch/mips/include/asm/txx9pio.h
null
null
null
null
null
source
linux
/* * include/asm-mips/txx9tmr.h * TX39/TX49 timer controller definitions. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #ifndef __ASM_TXX9TMR_H #define __ASM_TXX9TMR_H #include <linux...
arch/mips/include/asm/txx9tmr.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1994, 1995, 1996, 1999 by Ralf Baechle * Copyright (C) 2008 Wind River Systems, * written by Ralf Baechle * Copyright (...
arch/mips/include/asm/types.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1996, 1997, 1998, 1999, 2000, 03, 04 by Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphics, Inc. * Copyright (C) 200...
arch/mips/include/asm/uaccess.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2004, 2005, 2006, 2008 Thiemo Seufer * Copyright (C) 2005 Maciej W. Rozycki * Copyright (C) 2006 Ralf Baechle (ralf@lin...
arch/mips/include/asm/uasm.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_MIPS_UNALIGNED_EMUL_H #define _ASM_MIPS_UNALIGNED_EMUL_H #include <asm/asm.h> #ifdef __BIG_ENDIAN #define _LoadHW(addr, value, res, type) \ do { \ __asm__ __volatile__ (".set\tnoat\n" \ "1:\t"type##...
arch/mips/include/asm/unaligned-emul.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1995, 96, 97, 98, 99, 2000 by Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphics, Inc. * * Changed system calls mac...
arch/mips/include/asm/unistd.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __ASM_UNROLL_H__ #define __ASM_UNROLL_H__ /* * Explicitly unroll a loop, for use in cases where doing so is performance * critical. * * Ideally we'd rely upon the compiler to provide this but there's no commonly * available means to do so. For example GCC's "#pr...
arch/mips/include/asm/unroll.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #ifndef __ASM_UPROBES_H #define __ASM_UPROBES_H #include <linux/notifier.h> #include <linux/types.h> #include <asm/break.h> #include <asm/...
arch/mips/include/asm/uprobes.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2015 Imagination Technologies * Author: Alex Smith <alex.smith@imgtec.com> */ #ifndef __ASM_VDSO_H #define __ASM_VDSO_H #include <linux/mm_types.h> #include <vdso/datapage.h> #include <asm/barrier.h> /** * struct mips_vdso_image - Details of a V...
arch/mips/include/asm/vdso.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_VERMAGIC_H #define _ASM_VERMAGIC_H #ifdef CONFIG_CPU_BMIPS #define MODULE_PROC_FAMILY "BMIPS " #elif defined CONFIG_CPU_MIPS32_R1 #define MODULE_PROC_FAMILY "MIPS32_R1 " #elif defined CONFIG_CPU_MIPS32_R2 #define MODULE_PROC_FAMILY "MIPS32_R2 " #elif defined CONFIG_C...
arch/mips/include/asm/vermagic.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Access to VGA videoram * * (c) 1998 Martin Mares <mj@ucw.cz> */ #ifndef _ASM_VGA_H #define _ASM_VGA_H #include <linux/string.h> #include <asm/addrspace.h> #include <asm/byteorder.h> /* * On the PC, we can just recalculate addresses and then * access the videoram direc...
arch/mips/include/asm/vga.h
null
null
null
null
null
source
linux
#ifndef _ASM_VIDEO_H_ #define _ASM_VIDEO_H_ #include <asm/page.h> static inline pgprot_t pgprot_framebuffer(pgprot_t prot, unsigned long vm_start, unsigned long vm_end, unsigned long offset) { return pgprot_noncached(prot); } #define pgprot_framebuffer pgprot_framebuffer /* * MIPS doesn't define __ra...
arch/mips/include/asm/video.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2005 MIPS Technologies, Inc. All rights reserved. * Copyright (C) 2013 Imagination Technologies Ltd. */ #ifndef _ASM_VPE_...
arch/mips/include/asm/vpe.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2008 David Daney */ #ifndef _ASM_WATCH_H #define _ASM_WATCH_H #include <linux/bitops.h> #include <asm/mipsregs.h> void m...
arch/mips/include/asm/watch.h
null
null
null
null
null
source
linux
/* * Header file for using the wbflush routine * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (c) 1998 Harald Koerfgen * Copyright (C) 2002 Maciej W. Rozycki */ #ifndef _AS...
arch/mips/include/asm/wbflush.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2016 Imagination Technologies * Author: Paul Burton <paul.burton@mips.com> */ #ifndef __MIPS_ASM_YAMON_DT_H__ #define __MIPS_ASM_YAMON_DT_H__ #include <linux/types.h> /** * struct yamon_mem_region - Represents a contiguous range of physical RAM. ...
arch/mips/include/asm/yamon-dt.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/asm-mips/dec/ecc.h * * ECC handling logic definitions common to DECstation/DECsystem * 5000/200 (KN02), 5000/240 (KN03), 5000/260 (KN05) and * DECsystem 5900 (KN03), 5900/260 (KN05) systems. * * Copyright (C) 2003 Maciej W. Rozycki */ #ifndef __ASM_M...
arch/mips/include/asm/dec/ecc.h
null
null
null
null
null
source
linux
/* * Miscellaneous definitions used to initialise the interrupt vector table * with the machine-specific interrupt routines. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (...
arch/mips/include/asm/dec/interrupts.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/asm-mips/dec/ioasic.h * * DEC I/O ASIC access operations. * * Copyright (C) 2000, 2002, 2003 Maciej W. Rozycki */ #ifndef __ASM_DEC_IOASIC_H #define __ASM_DEC_IOASIC_H #include <linux/spinlock.h> #include <linux/types.h> extern spinlock_t ioasic_ssr...
arch/mips/include/asm/dec/ioasic.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Definitions for the address map in the JUNKIO Asic * * Created with Information from: * * "DEC 3000 300/400/500/600/700/800/900 AXP Mo...
arch/mips/include/asm/dec/ioasic_addrs.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Definitions for the interrupt related bits in the I/O ASIC * interrupt status register (and the interrupt mask register, of course) * *...
arch/mips/include/asm/dec/ioasic_ints.h
null
null
null
null
null
source
linux
/* * Hardware info about DECstation DS2100/3100 systems (otherwise known as * pmin/pmax or KN01). * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1995,1996 by Paul M. Ant...
arch/mips/include/asm/dec/kn01.h
null
null
null
null
null
source
linux
/* * Hardware info about DECstation 5000/200 systems (otherwise known as * 3max or KN02). * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1995,1996 by Paul M. Antoine, so...
arch/mips/include/asm/dec/kn02.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/asm-mips/dec/kn02ba.h * * DECstation 5000/1xx (3min or KN02-BA) definitions. * * Copyright (C) 2002, 2003 Maciej W. Rozycki */ #ifndef __ASM_MIPS_DEC_KN02BA_H #define __ASM_MIPS_DEC_KN02BA_H #include <asm/dec/kn02xa.h> /* For common definitions. */ ...
arch/mips/include/asm/dec/kn02ba.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/asm-mips/dec/kn02ca.h * * Personal DECstation 5000/xx (Maxine or KN02-CA) definitions. * * Copyright (C) 2002, 2003 Maciej W. Rozycki */ #ifndef __ASM_MIPS_DEC_KN02CA_H #define __ASM_MIPS_DEC_KN02CA_H #include <asm/dec/kn02xa.h> /* For common definit...
arch/mips/include/asm/dec/kn02ca.h
null
null
null
null
null
source
linux
/* * Hardware info common to DECstation 5000/1xx systems (otherwise * known as 3min or kn02ba) and Personal DECstations 5000/xx ones * (otherwise known as maxine or kn02ca). * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of t...
arch/mips/include/asm/dec/kn02xa.h
null
null
null
null
null
source
linux
/* * Hardware info about DECstation 5000/2x0 systems (otherwise known as * 3max+) and DECsystem 5900 systems (otherwise known as bigmax) which * differ mechanically but are otherwise identical (both are known as * KN03). * * This file is subject to the terms and conditions of the GNU General Public * License. S...
arch/mips/include/asm/dec/kn03.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/asm-mips/dec/kn05.h * * DECstation/DECsystem 5000/260 (4max+ or KN05), 5000/150 (4min * or KN04-BA), Personal DECstation/DECsystem 5000/50 (4maxine or * KN04-CA) and DECsystem 5900/260 (KN05) R4k CPU card MB ASIC * definitions. * * Copyright (C) 2002,...
arch/mips/include/asm/dec/kn05.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/asm-mips/dec/kn230.h * * DECsystem 5100 (MIPSmate or KN230) definitions. * * Copyright (C) 2002, 2003 Maciej W. Rozycki */ #ifndef __ASM_MIPS_DEC_KN230_H #define __ASM_MIPS_DEC_KN230_H /* * CPU interrupt bits. */ #define KN230_CPU_INR_HALT 6 /* HALT...
arch/mips/include/asm/dec/kn230.h
null
null
null
null
null
source
linux
/* * Various machine type macros * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (c) 1998, 2000 Harald Koerfgen */ #ifndef __ASM_DEC_MACHTYPE_H #define __ASM_DEC_MACHTYPE_H ...
arch/mips/include/asm/dec/machtype.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/asm-mips/dec/prom.h * * DECstation PROM interface. * * Copyright (C) 2002 Maciej W. Rozycki * * Based on arch/mips/dec/prom/prom.h by the Anonymous. */ #ifndef _ASM_DEC_PROM_H #define _ASM_DEC_PROM_H #include <linux/types.h> #include <asm/addrspace...
arch/mips/include/asm/dec/prom.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/asm-mips/dec/system.h * * Generic DECstation/DECsystem bits. * * Copyright (C) 2005, 2006 Maciej W. Rozycki */ #ifndef __ASM_DEC_SYSTEM_H #define __ASM_DEC_SYSTEM_H extern unsigned long dec_kn_slot_base, dec_kn_slot_size; extern int dec_tc_bus; #endi...
arch/mips/include/asm/dec/system.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2012 MIPS Technologies, Inc. */ #ifndef __ASM_FW_H_ #define __ASM_FW_H_ #include <asm/bootinfo.h> /* For cleaner code... *...
arch/mips/include/asm/fw/fw.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * ARCS hardware/memory inventory/configuration and system ID definitions. */ #ifndef _ASM_ARC_HINV_H #define _ASM_ARC_HINV_H #include <asm/sgidefs.h> #include <asm/fw/arc/types.h> /* configuration query defines */ typedef enum configclass { SystemClass, ProcessorClass, C...
arch/mips/include/asm/fw/arc/hinv.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright 1999 Ralf Baechle (ralf@gnu.org) * Copyright 1999 Silicon Graphics, Inc. */ #ifndef _ASM_ARC_TYPES_H #define _ASM_ARC_TYPES_H ...
arch/mips/include/asm/fw/arc/types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2000, 2001, 2002 Broadcom Corporation */ /* * Broadcom Common Firmware Environment (CFE) * * This file contains declarations for doing callbacks to * cfe from an application. It should be the only header * needed by the application to use this l...
arch/mips/include/asm/fw/cfe/cfe_api.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2000, 2001, 2002 Broadcom Corporation */ /* * Broadcom Common Firmware Environment (CFE) * * CFE's global error code list is here. * * Author: Mitch Lichtenberg */ #define CFE_OK 0 #define CFE_ERR -1 /* generic error */ #define CFE_ERR_I...
arch/mips/include/asm/fw/cfe/cfe_error.h
null
null
null
null
null
source
linux
/* * Definitions for the SGI CRIME (CPU, Rendering, Interconnect and Memory * Engine) * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2000 Harald Koerfgen */ #ifndef __...
arch/mips/include/asm/ip32/crime.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2000 Harald Koerfgen */ #ifndef __ASM_IP32_INTS_H #define __ASM_IP32_INTS_H #include <asm/irq.h> /* * This list reflect...
arch/mips/include/asm/ip32/ip32_ints.h
null
null
null
null
null
source
linux
/* * Definitions for the SGI MACE (Multimedia, Audio and Communications Engine) * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2000 Harald Koerfgen * Copyright (C) 2004 ...
arch/mips/include/asm/ip32/mace.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_MACH_ATH25_PLATFORM_H #define __ASM_MACH_ATH25_PLATFORM_H #include <linux/etherdevice.h> /* * This is board-specific data that is stored in a "fixed" location in flash. * It is shared across operating systems, so it should not be changed lightly. * The main reas...
arch/mips/include/asm/mach-ath25/ath25_platform.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Atheros AR231x/AR531x SoC specific CPU feature overrides * * Copyright (C) 2008 Gabor Juhos <juhosg@openwrt.org> * * This file was derived from: include/asm-mips/cpu-features.h * Copyright (C) 2003, 2004 Ralf Baechle * Copyright (C) 2004 Maciej W. Rozycki */ #...
arch/mips/include/asm/mach-ath25/cpu-feature-overrides.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Atheros AR71XX/AR724X/AR913X SoC register definitions * * Copyright (C) 2010-2011 Jaiganesh Narayanan <jnarayanan@atheros.com> * Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * * Parts of this fil...
arch/mips/include/asm/mach-ath79/ar71xx_regs.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Atheros AR933X UART defines * * Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org> */ #ifndef __AR933X_UART_H #define __AR933X_UART_H #define AR933X_UART_REGS_SIZE 20 #define AR933X_UART_FIFO_SIZE 16 #define AR933X_UART_DATA_REG 0x00 #define AR933X_UART_CS_R...
arch/mips/include/asm/mach-ath79/ar933x_uart.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Atheros AR71XX/AR724X/AR913X common definitions * * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * * Parts of this file are based on Atheros' 2.6.15 BSP */ #ifndef __ASM_MACH_ATH79_H #define __AS...
arch/mips/include/asm/mach-ath79/ath79.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Atheros AR71XX/AR724X/AR913X specific CPU feature overrides * * Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * * This file was derived from: include/asm-mips/cpu-features.h * Copyright (C) 2003, 2...
arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> */ #ifndef __ASM_MACH_ATH79_IRQ_H #define __ASM_MACH_ATH79_IRQ_H #define MIPS_CPU_IRQ_BASE 0 #define NR_IRQS 51 #define ATH79_CPU_IRQ(_x) (MIPS_CPU_IRQ_B...
arch/mips/include/asm/mach-ath79/irq.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Atheros AR71XX/AR724X/AR913X specific kernel entry setup * * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org> */ #ifndef __ASM_MACH_ATH79_KERNEL_ENTRY_H #define __ASM_MACH_ATH79_KERNEL_ENTRY_H /* * Some bootloaders set the 'Kseg0 coherency algorithm' to * ...
arch/mips/include/asm/mach-ath79/kernel-entry-init.h
null
null
null
null
null
source
linux
/* * * BRIEF MODULE DESCRIPTION * Include file for Alchemy Semiconductor's Au1k CPU. * * Copyright 2000-2001, 2006-2008 MontaVista Software Inc. * Author: MontaVista Software, Inc. <source@mvista.com> * * under the terms of the GNU General Public License as published by the * Free Software Foundation; ei...
arch/mips/include/asm/mach-au1x00/au1000.h
null
null
null
null
null
source
linux
/* * BRIEF MODULE DESCRIPTION * Defines for using and allocating DMA channels on the Alchemy * Au1x00 MIPS processors. * * Copyright 2000, 2008 MontaVista Software Inc. * Author: MontaVista Software, Inc. <source@mvista.com> * * under the terms of the GNU General Public License as published by the * ...
arch/mips/include/asm/mach-au1x00/au1000_dma.h
null
null
null
null
null
source
linux
/* * BRIEF MODULE DESCRIPTION * Defines for using the MMC/SD controllers on the * Alchemy Au1100 mips processor. * * Copyright (c) 2003 Embedded Edge, LLC. * Author: Embedded Edge, LLC. * dan@embeddededge.com or tim@embeddededge.com * * under the terms of the GNU General Public License as pub...
arch/mips/include/asm/mach-au1x00/au1100_mmc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * platform data for au1200fb driver. */ #ifndef _AU1200FB_PLAT_H_ #define _AU1200FB_PLAT_H_ struct au1200fb_platdata { int (*panel_index)(void); int (*panel_init)(void); int (*panel_shutdown)(void); }; #endif
arch/mips/include/asm/mach-au1x00/au1200fb.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * au1550_spi.h - Au1550 PSC SPI controller driver - platform data structure */ #ifndef _AU1550_SPI_H_ #define _AU1550_SPI_H_ struct au1550_spi_info { u32 mainclk_hz; /* main input clock frequency of PSC */ u16 num_chipselect; /* number of chipselects supported */ void (...
arch/mips/include/asm/mach-au1x00/au1550_spi.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * platform data for the Au1550 NAND driver */ #ifndef _AU1550ND_H_ #define _AU1550ND_H_ #include <linux/mtd/partitions.h> struct au1550nd_platdata { struct mtd_partition *parts; int num_parts; int devwidth; /* 0 = 8bit device, 1 = 16bit device */ }; #endif
arch/mips/include/asm/mach-au1x00/au1550nd.h
null
null
null
null
null
source
linux
/* * * BRIEF MODULE DESCRIPTION * Include file for Alchemy Semiconductor's Au1550 Descriptor * Based DMA Controller. * * Copyright 2004 Embedded Edge, LLC * dan@embeddededge.com * * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the ...
arch/mips/include/asm/mach-au1x00/au1xxx_dbdma.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __AU1X00_ETH_DATA_H #define __AU1X00_ETH_DATA_H /* Platform specific PHY configuration passed to the MAC driver */ struct au1000_eth_platform_data { int phy_static_config; int phy_search_highest_addr; int phy1_search_mac0; int phy_addr; int phy_busid; int phy_irq; ...
arch/mips/include/asm/mach-au1x00/au1xxx_eth.h
null
null
null
null
null
source
linux
/* * * BRIEF MODULE DESCRIPTION * Include file for Alchemy Semiconductor's Au1k CPU. * * Copyright 2004 Embedded Edge, LLC * dan@embeddededge.com * * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option)...
arch/mips/include/asm/mach-au1x00/au1xxx_psc.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #ifndef __ASM_MACH_AU1X00_CPU_FEATURE_OVERRIDES_H #define __ASM_MACH_AU1X00_CPU_FEATURE_OVERRIDES_H #define cpu_has_tlb 1 #define cpu_ha...
arch/mips/include/asm/mach-au1x00/cpu-feature-overrides.h
null
null
null
null
null
source
linux
/* * GPIO functions for Au1000, Au1500, Au1100, Au1550, Au1200 * * Copyright (c) 2009 Manuel Lauss. * * Licensed under the terms outlined in the file COPYING. */ #ifndef _ALCHEMY_GPIO_AU1000_H_ #define _ALCHEMY_GPIO_AU1000_H_ #include <asm/mach-au1x00/au1000.h> /* The default GPIO numberspace as documented in ...
arch/mips/include/asm/mach-au1x00/gpio-au1000.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * gpio-au1300.h -- GPIO control for Au1300 GPIC and compatibles. * * Copyright (c) 2009-2011 Manuel Lauss <manuel.lauss@googlemail.com> */ #ifndef _GPIO_AU1300_H_ #define _GPIO_AU1300_H_ #include <asm/addrspace.h> #include <asm/io.h> #include <asm/mach-au1x00/au1000.h> s...
arch/mips/include/asm/mach-au1x00/gpio-au1300.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __AU1X00_PROM_H #define __AU1X00_PROM_H extern int prom_argc; extern char **prom_argv; extern char **prom_envp; extern void prom_init_cmdline(void); extern char *prom_getenv(char *envname); extern int prom_get_ethernet_addr(char *ethernet_addr); #endif
arch/mips/include/asm/mach-au1x00/prom.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2007 Aurelien Jarno <aurelien@aurel32.net> */ #ifndef __ASM_BCM47XX_H #define __ASM_BCM47XX_H #include <linux/ssb/ssb.h> #include <linux/bcma/bcma.h> #include <linux/bcma/bcma_soc.h> #include <linux/bcm47xx_nvram.h> #include <linux/bcm47xx_sprom.h> ...
arch/mips/include/asm/mach-bcm47xx/bcm47xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __BCM47XX_BOARD_H #define __BCM47XX_BOARD_H enum bcm47xx_board { BCM47XX_BOARD_ASUS_RTAC66U, BCM47XX_BOARD_ASUS_RTN10, BCM47XX_BOARD_ASUS_RTN10D, BCM47XX_BOARD_ASUS_RTN10U, BCM47XX_BOARD_ASUS_RTN12, BCM47XX_BOARD_ASUS_RTN12B1, BCM47XX_BOARD_ASUS_RTN12C1, BCM47XX_B...
arch/mips/include/asm/mach-bcm47xx/bcm47xx_board.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_MACH_BCM47XX_CPU_FEATURE_OVERRIDES_H #define __ASM_MACH_BCM47XX_CPU_FEATURE_OVERRIDES_H #define cpu_has_tlb 1 #define cpu_has_4kex 1 #define cpu_has_3k_cache 0 #define cpu_has_4k_cache 1 #define cpu_has_fpu 0 #define cpu_has_32fpr 0 #define cpu_has_counter...
arch/mips/include/asm/mach-bcm47xx/cpu-feature-overrides.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BCM63XX_BOARD_H_ #define BCM63XX_BOARD_H_ const char *board_get_name(void); void board_prom_init(void); void board_setup(void); int board_register_devices(void); #endif /* ! BCM63XX_BOARD_H_ */
arch/mips/include/asm/mach-bcm63xx/bcm63xx_board.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BCM63XX_CPU_H_ #define BCM63XX_CPU_H_ #include <linux/types.h> #include <linux/init.h> /* * Macro to fetch bcm63xx cpu id and revision, should be optimized at * compile time if only one CPU support is enabled (idea stolen from * arm mach-types) */ #define BCM3368_CPU...
arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BCM63XX_CS_H #define BCM63XX_CS_H int bcm63xx_set_cs_base(unsigned int cs, u32 base, unsigned int size); int bcm63xx_set_cs_timing(unsigned int cs, unsigned int wait, unsigned int setup, unsigned int hold); int bcm63xx_set_cs_param(unsigned int cs, u32 flags); int b...
arch/mips/include/asm/mach-bcm63xx/bcm63xx_cs.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BCM63XX_DEV_ENET_H_ #define BCM63XX_DEV_ENET_H_ #include <linux/if_ether.h> #include <linux/init.h> #include <bcm63xx_regs.h> /* * on board ethernet platform data */ struct bcm63xx_enet_platform_data { char mac_addr[ETH_ALEN]; int has_phy; /* if has_phy, then set...
arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_enet.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __BCM63XX_FLASH_H #define __BCM63XX_FLASH_H enum { BCM63XX_FLASH_TYPE_PARALLEL, BCM63XX_FLASH_TYPE_SERIAL, BCM63XX_FLASH_TYPE_NAND, }; int __init bcm63xx_flash_register(void); #endif /* __BCM63XX_FLASH_H */
arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_flash.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BCM63XX_DEV_HSSPI_H #define BCM63XX_DEV_HSSPI_H #include <linux/types.h> int bcm63xx_hsspi_register(void); #endif /* BCM63XX_DEV_HSSPI_H */
arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_hsspi.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BCM63XX_DEV_PCI_H_ #define BCM63XX_DEV_PCI_H_ extern int bcm63xx_pci_enabled; #endif /* BCM63XX_DEV_PCI_H_ */
arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_pci.h
null
null
null
null
null