aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/txx9/tx3927.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/txx9/tx3927.h')
-rw-r--r--include/asm-mips/txx9/tx3927.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-mips/txx9/tx3927.h b/include/asm-mips/txx9/tx3927.h
index ea79e1b16e71..8d62b1ba2c14 100644
--- a/include/asm-mips/txx9/tx3927.h
+++ b/include/asm-mips/txx9/tx3927.h
@@ -236,11 +236,17 @@ struct tx3927_ccfg_reg {
236/* see PCI_STATUS_XXX in linux/pci.h */ 236/* see PCI_STATUS_XXX in linux/pci.h */
237#define PCI_STATUS_NEW_CAP 0x0010 237#define PCI_STATUS_NEW_CAP 0x0010
238 238
239/* bits for ISTAT/IIM */
240#define TX3927_PCIC_IIM_ALL 0x00001600
241
239/* bits for TC */ 242/* bits for TC */
240#define TX3927_PCIC_TC_OF16E 0x00000020 243#define TX3927_PCIC_TC_OF16E 0x00000020
241#define TX3927_PCIC_TC_IF8E 0x00000010 244#define TX3927_PCIC_TC_IF8E 0x00000010
242#define TX3927_PCIC_TC_OF8E 0x00000008 245#define TX3927_PCIC_TC_OF8E 0x00000008
243 246
247/* bits for TSTAT/TIM */
248#define TX3927_PCIC_TIM_ALL 0x0003ffff
249
244/* bits for IOBA/MBA */ 250/* bits for IOBA/MBA */
245/* see PCI_BASE_ADDRESS_XXX in linux/pci.h */ 251/* see PCI_BASE_ADDRESS_XXX in linux/pci.h */
246 252
@@ -320,5 +326,6 @@ struct tx3927_ccfg_reg {
320struct pci_controller; 326struct pci_controller;
321void __init tx3927_pcic_setup(struct pci_controller *channel, 327void __init tx3927_pcic_setup(struct pci_controller *channel,
322 unsigned long sdram_size, int extarb); 328 unsigned long sdram_size, int extarb);
329void tx3927_setup_pcierr_irq(void);
323 330
324#endif /* __ASM_TXX9_TX3927_H */ 331#endif /* __ASM_TXX9_TX3927_H */