File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
arch/mips/include/asm/mach-loongson2ef/cs5536 Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 12
12
#ifndef _CS5536_PCI_H
13
13
#define _CS5536_PCI_H
14
14
15
+ #include <linux/init.h>
15
16
#include <linux/types.h>
16
17
#include <linux/pci_regs.h>
17
18
18
19
extern void cs5536_pci_conf_write4 (int function , int reg , u32 value );
19
20
extern u32 cs5536_pci_conf_read4 (int function , int reg );
20
21
22
+ extern void pci_ehci_write_reg (int reg , u32 value );
23
+ extern u32 pci_ehci_read_reg (int reg );
24
+
25
+ extern void pci_ide_write_reg (int reg , u32 value );
26
+ extern u32 pci_ide_read_reg (int reg );
27
+
28
+ extern void pci_acc_write_reg (int reg , u32 value );
29
+ extern u32 pci_acc_read_reg (int reg );
30
+
31
+ extern void pci_ohci_write_reg (int reg , u32 value );
32
+ extern u32 pci_ohci_read_reg (int reg );
33
+
34
+ extern void pci_isa_write_bar (int n , u32 value );
35
+ extern u32 pci_isa_read_bar (int n );
36
+ extern void pci_isa_write_reg (int reg , u32 value );
37
+ extern u32 pci_isa_read_reg (int reg );
38
+
39
+ extern int __init init_mfgpt_clocksource (void );
40
+
21
41
#define CS5536_ACC_INTR 9
22
42
#define CS5536_IDE_INTR 14
23
43
#define CS5536_USB_INTR 11
You can’t perform that action at this time.
0 commit comments