ops-tx4927.c (7a9787e1eba95a166265e6a260cf30af04ef0a99) | ops-tx4927.c (ca4d3e6746bdcfccb517349bce2d2c5b5614fb6f) |
---|---|
1/* 2 * Define the pci_ops for the PCIC on Toshiba TX4927, TX4938, etc. 3 * 4 * Based on linux/arch/mips/pci/ops-tx4938.c, 5 * linux/arch/mips/pci/fixup-rbtx4938.c, 6 * linux/arch/mips/txx9/rbtx4938/setup.c, 7 * and RBTX49xx patch from CELF patch archive. 8 * 9 * 2003-2005 (c) MontaVista Software, Inc. 10 * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) 11 * (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007 12 * 13 * This program is free software; you can redistribute it and/or modify it 14 * under the terms of the GNU General Public License as published by the 15 * Free Software Foundation; either version 2 of the License, or (at your 16 * option) any later version. 17 */ 18#include <linux/kernel.h> 19#include <linux/interrupt.h> | 1/* 2 * Define the pci_ops for the PCIC on Toshiba TX4927, TX4938, etc. 3 * 4 * Based on linux/arch/mips/pci/ops-tx4938.c, 5 * linux/arch/mips/pci/fixup-rbtx4938.c, 6 * linux/arch/mips/txx9/rbtx4938/setup.c, 7 * and RBTX49xx patch from CELF patch archive. 8 * 9 * 2003-2005 (c) MontaVista Software, Inc. 10 * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) 11 * (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007 12 * 13 * This program is free software; you can redistribute it and/or modify it 14 * under the terms of the GNU General Public License as published by the 15 * Free Software Foundation; either version 2 of the License, or (at your 16 * option) any later version. 17 */ 18#include <linux/kernel.h> 19#include <linux/interrupt.h> |
20#include <linux/irq.h> |
|
20#include <asm/txx9/pci.h> 21#include <asm/txx9/tx4927pcic.h> 22 23static struct { 24 struct pci_controller *channel; 25 struct tx4927_pcic_reg __iomem *pcicptr; 26} pcicptrs[2]; /* TX4938 has 2 pcic */ 27 --- 499 unchanged lines hidden --- | 21#include <asm/txx9/pci.h> 22#include <asm/txx9/tx4927pcic.h> 23 24static struct { 25 struct pci_controller *channel; 26 struct tx4927_pcic_reg __iomem *pcicptr; 27} pcicptrs[2]; /* TX4938 has 2 pcic */ 28 --- 499 unchanged lines hidden --- |