arch/mips/include/asm/mach-loongson64/pci.h

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

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/mach-loongson64/pci.h
Extension
.h
Size
503 bytes
Lines
20
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_LOONGSON64_PCI_H_
#define __ASM_MACH_LOONGSON64_PCI_H_

extern struct pci_ops loongson_pci_ops;

/* this is an offset from mips_io_port_base */
#define LOONGSON_PCI_IO_START	0x00004000UL

#define LOONGSON_PCI_MEM_START	0x40000000UL
#define LOONGSON_PCI_MEM_END	0x7effffffUL


#endif /* !__ASM_MACH_LOONGSON64_PCI_H_ */

Annotation

Implementation Notes