arch/mips/include/asm/mach-ralink/spaces.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/mach-ralink/spaces.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/mach-ralink/spaces.h
Extension
.h
Size
362 bytes
Lines
15
Domain
Architecture Layer
Bucket
arch/mips
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __ASM_MACH_RALINK_SPACES_H_
#define __ASM_MACH_RALINK_SPACES_H_

#define PCI_IOBASE	(void __iomem *)mips_io_port_base
#define PCI_IOSIZE	SZ_64K
#define IO_SPACE_LIMIT	(PCI_IOSIZE - 1)

#ifdef CONFIG_PCI_DRIVERS_GENERIC
#define pci_remap_iospace pci_remap_iospace
#endif

#include <asm/mach-generic/spaces.h>
#endif

Annotation

Implementation Notes