18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (c) 2008 Zhang Le <r0bertz@gentoo.org> 48c2ecf20Sopenharmony_ci * Copyright (c) 2009 Wu Zhangjin <wuzhangjin@gmail.com> 58c2ecf20Sopenharmony_ci */ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#ifndef __ASM_MACH_LOONGSON64_PCI_H_ 88c2ecf20Sopenharmony_ci#define __ASM_MACH_LOONGSON64_PCI_H_ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ciextern struct pci_ops loongson_pci_ops; 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci/* this is an offset from mips_io_port_base */ 138c2ecf20Sopenharmony_ci#define LOONGSON_PCI_IO_START 0x00004000UL 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#define LOONGSON_PCI_MEM_START 0x40000000UL 168c2ecf20Sopenharmony_ci#define LOONGSON_PCI_MEM_END 0x7effffffUL 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#endif /* !__ASM_MACH_LOONGSON64_PCI_H_ */ 20