~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/mips/pci/fixup-malta.c

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/mips/pci/fixup-malta.c (Architecture i386) and /arch/mips/pci/fixup-malta.c (Architecture mips)


  1 // SPDX-License-Identifier: GPL-2.0                 1 // SPDX-License-Identifier: GPL-2.0
  2 #include <linux/init.h>                             2 #include <linux/init.h>
  3 #include <linux/pci.h>                              3 #include <linux/pci.h>
  4 #include <asm/mips-boards/piix4.h>                  4 #include <asm/mips-boards/piix4.h>
  5                                                     5 
  6 /* PCI interrupt pins */                            6 /* PCI interrupt pins */
  7 #define PCIA            1                           7 #define PCIA            1
  8 #define PCIB            2                           8 #define PCIB            2
  9 #define PCIC            3                           9 #define PCIC            3
 10 #define PCID            4                          10 #define PCID            4
 11                                                    11 
 12 /* This table is filled in by interrogating th     12 /* This table is filled in by interrogating the PIIX4 chip */
 13 static char pci_irq[5] = {                         13 static char pci_irq[5] = {
 14 };                                                 14 };
 15                                                    15 
 16 static char irq_tab[][5] = {                       16 static char irq_tab[][5] = {
 17         /*      INTA    INTB    INTC    INTD *     17         /*      INTA    INTB    INTC    INTD */
 18         {0,     0,      0,      0,      0 },       18         {0,     0,      0,      0,      0 },    /*  0: GT64120 PCI bridge */
 19         {0,     0,      0,      0,      0 },       19         {0,     0,      0,      0,      0 },    /*  1: Unused */
 20         {0,     0,      0,      0,      0 },       20         {0,     0,      0,      0,      0 },    /*  2: Unused */
 21         {0,     0,      0,      0,      0 },       21         {0,     0,      0,      0,      0 },    /*  3: Unused */
 22         {0,     0,      0,      0,      0 },       22         {0,     0,      0,      0,      0 },    /*  4: Unused */
 23         {0,     0,      0,      0,      0 },       23         {0,     0,      0,      0,      0 },    /*  5: Unused */
 24         {0,     0,      0,      0,      0 },       24         {0,     0,      0,      0,      0 },    /*  6: Unused */
 25         {0,     0,      0,      0,      0 },       25         {0,     0,      0,      0,      0 },    /*  7: Unused */
 26         {0,     0,      0,      0,      0 },       26         {0,     0,      0,      0,      0 },    /*  8: Unused */
 27         {0,     0,      0,      0,      0 },       27         {0,     0,      0,      0,      0 },    /*  9: Unused */
 28         {0,     0,      0,      0,      PCID }     28         {0,     0,      0,      0,      PCID }, /* 10: PIIX4 USB */
 29         {0,     PCIB,   0,      0,      0 },       29         {0,     PCIB,   0,      0,      0 },    /* 11: AMD 79C973 Ethernet */
 30         {0,     PCIC,   0,      0,      0 },       30         {0,     PCIC,   0,      0,      0 },    /* 12: Crystal 4281 Sound */
 31         {0,     0,      0,      0,      0 },       31         {0,     0,      0,      0,      0 },    /* 13: Unused */
 32         {0,     0,      0,      0,      0 },       32         {0,     0,      0,      0,      0 },    /* 14: Unused */
 33         {0,     0,      0,      0,      0 },       33         {0,     0,      0,      0,      0 },    /* 15: Unused */
 34         {0,     0,      0,      0,      0 },       34         {0,     0,      0,      0,      0 },    /* 16: Unused */
 35         {0,     0,      0,      0,      0 },       35         {0,     0,      0,      0,      0 },    /* 17: Bonito/SOC-it PCI Bridge*/
 36         {0,     PCIA,   PCIB,   PCIC,   PCID }     36         {0,     PCIA,   PCIB,   PCIC,   PCID }, /* 18: PCI Slot 1 */
 37         {0,     PCIB,   PCIC,   PCID,   PCIA }     37         {0,     PCIB,   PCIC,   PCID,   PCIA }, /* 19: PCI Slot 2 */
 38         {0,     PCIC,   PCID,   PCIA,   PCIB }     38         {0,     PCIC,   PCID,   PCIA,   PCIB }, /* 20: PCI Slot 3 */
 39         {0,     PCID,   PCIA,   PCIB,   PCIC }     39         {0,     PCID,   PCIA,   PCIB,   PCIC }  /* 21: PCI Slot 4 */
 40 };                                                 40 };
 41                                                    41 
 42 int pcibios_map_irq(const struct pci_dev *dev,     42 int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
 43 {                                                  43 {
 44         int virq;                                  44         int virq;
 45         virq = irq_tab[slot][pin];                 45         virq = irq_tab[slot][pin];
 46         return pci_irq[virq];                      46         return pci_irq[virq];
 47 }                                                  47 }
 48                                                    48 
 49 /* Do platform specific device initialization      49 /* Do platform specific device initialization at pci_enable_device() time */
 50 int pcibios_plat_dev_init(struct pci_dev *dev)     50 int pcibios_plat_dev_init(struct pci_dev *dev)
 51 {                                                  51 {
 52         return 0;                                  52         return 0;
 53 }                                                  53 }
 54                                                    54 
 55 static void malta_piix_func3_base_fixup(struct     55 static void malta_piix_func3_base_fixup(struct pci_dev *dev)
 56 {                                                  56 {
 57         /* Set a sane PM I/O base address */       57         /* Set a sane PM I/O base address */
 58         pci_write_config_word(dev, PIIX4_FUNC3     58         pci_write_config_word(dev, PIIX4_FUNC3_PMBA, 0x1000);
 59                                                    59 
 60         /* Enable access to the PM I/O region      60         /* Enable access to the PM I/O region */
 61         pci_write_config_byte(dev, PIIX4_FUNC3     61         pci_write_config_byte(dev, PIIX4_FUNC3_PMREGMISC,
 62                               PIIX4_FUNC3_PMRE     62                               PIIX4_FUNC3_PMREGMISC_EN);
 63 }                                                  63 }
 64                                                    64 
 65 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_INTEL, P     65 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB_3,
 66                         malta_piix_func3_base_     66                         malta_piix_func3_base_fixup);
 67                                                    67 
 68 static void malta_piix_func0_fixup(struct pci_     68 static void malta_piix_func0_fixup(struct pci_dev *pdev)
 69 {                                                  69 {
 70         unsigned char reg_val;                     70         unsigned char reg_val;
 71         u32 reg_val32;                             71         u32 reg_val32;
 72         u16 reg_val16;                             72         u16 reg_val16;
 73         /* PIIX PIRQC[A:D] irq mappings */         73         /* PIIX PIRQC[A:D] irq mappings */
 74         static int piixirqmap[PIIX4_FUNC0_PIRQ     74         static int piixirqmap[PIIX4_FUNC0_PIRQRC_IRQ_ROUTING_MAX] = {
 75                 0,  0,  0,  3,                     75                 0,  0,  0,  3,
 76                 4,  5,  6,  7,                     76                 4,  5,  6,  7,
 77                 0,  9, 10, 11,                     77                 0,  9, 10, 11,
 78                 12, 0, 14, 15                      78                 12, 0, 14, 15
 79         };                                         79         };
 80         int i;                                     80         int i;
 81                                                    81 
 82         /* Interrogate PIIX4 to get PCI IRQ ma     82         /* Interrogate PIIX4 to get PCI IRQ mapping */
 83         for (i = 0; i <= 3; i++) {                 83         for (i = 0; i <= 3; i++) {
 84                 pci_read_config_byte(pdev, PII     84                 pci_read_config_byte(pdev, PIIX4_FUNC0_PIRQRC+i, &reg_val);
 85                 if (reg_val & PIIX4_FUNC0_PIRQ     85                 if (reg_val & PIIX4_FUNC0_PIRQRC_IRQ_ROUTING_DISABLE)
 86                         pci_irq[PCIA+i] = 0;       86                         pci_irq[PCIA+i] = 0;    /* Disabled */
 87                 else                               87                 else
 88                         pci_irq[PCIA+i] = piix     88                         pci_irq[PCIA+i] = piixirqmap[reg_val &
 89                                 PIIX4_FUNC0_PI     89                                 PIIX4_FUNC0_PIRQRC_IRQ_ROUTING_MASK];
 90         }                                          90         }
 91                                                    91 
 92         /* Done by YAMON 2.00 onwards */           92         /* Done by YAMON 2.00 onwards */
 93         if (PCI_SLOT(pdev->devfn) == 10) {         93         if (PCI_SLOT(pdev->devfn) == 10) {
 94                 /*                                 94                 /*
 95                  * Set top of main memory acce     95                  * Set top of main memory accessible by ISA or DMA
 96                  * devices to 16 Mb.               96                  * devices to 16 Mb.
 97                  */                                97                  */
 98                 pci_read_config_byte(pdev, PII     98                 pci_read_config_byte(pdev, PIIX4_FUNC0_TOM, &reg_val);
 99                 pci_write_config_byte(pdev, PI     99                 pci_write_config_byte(pdev, PIIX4_FUNC0_TOM, reg_val |
100                                 PIIX4_FUNC0_TO    100                                 PIIX4_FUNC0_TOM_TOP_OF_MEMORY_MASK);
101         }                                         101         }
102                                                   102 
103         /* Mux SERIRQ to its pin */               103         /* Mux SERIRQ to its pin */
104         pci_read_config_dword(pdev, PIIX4_FUNC    104         pci_read_config_dword(pdev, PIIX4_FUNC0_GENCFG, &reg_val32);
105         pci_write_config_dword(pdev, PIIX4_FUN    105         pci_write_config_dword(pdev, PIIX4_FUNC0_GENCFG,
106                                reg_val32 | PII    106                                reg_val32 | PIIX4_FUNC0_GENCFG_SERIRQ);
107                                                   107 
108         /* Enable SERIRQ */                       108         /* Enable SERIRQ */
109         pci_read_config_byte(pdev, PIIX4_FUNC0    109         pci_read_config_byte(pdev, PIIX4_FUNC0_SERIRQC, &reg_val);
110         reg_val |= PIIX4_FUNC0_SERIRQC_EN | PI    110         reg_val |= PIIX4_FUNC0_SERIRQC_EN | PIIX4_FUNC0_SERIRQC_CONT;
111         pci_write_config_byte(pdev, PIIX4_FUNC    111         pci_write_config_byte(pdev, PIIX4_FUNC0_SERIRQC, reg_val);
112                                                   112 
113         /* Enable response to special cycles *    113         /* Enable response to special cycles */
114         pci_read_config_word(pdev, PCI_COMMAND    114         pci_read_config_word(pdev, PCI_COMMAND, &reg_val16);
115         pci_write_config_word(pdev, PCI_COMMAN    115         pci_write_config_word(pdev, PCI_COMMAND,
116                               reg_val16 | PCI_    116                               reg_val16 | PCI_COMMAND_SPECIAL);
117 }                                                 117 }
118                                                   118 
119 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL,     119 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB_0,
120          malta_piix_func0_fixup);                 120          malta_piix_func0_fixup);
121                                                   121 
122 static void malta_piix_func1_fixup(struct pci_    122 static void malta_piix_func1_fixup(struct pci_dev *pdev)
123 {                                                 123 {
124         unsigned char reg_val;                    124         unsigned char reg_val;
125                                                   125 
126         /* Done by YAMON 2.02 onwards */          126         /* Done by YAMON 2.02 onwards */
127         if (PCI_SLOT(pdev->devfn) == 10) {        127         if (PCI_SLOT(pdev->devfn) == 10) {
128                 /*                                128                 /*
129                  * IDE Decode enable.             129                  * IDE Decode enable.
130                  */                               130                  */
131                 pci_read_config_byte(pdev, PII    131                 pci_read_config_byte(pdev, PIIX4_FUNC1_IDETIM_PRIMARY_HI,
132                         &reg_val);                132                         &reg_val);
133                 pci_write_config_byte(pdev, PI    133                 pci_write_config_byte(pdev, PIIX4_FUNC1_IDETIM_PRIMARY_HI,
134                         reg_val|PIIX4_FUNC1_ID    134                         reg_val|PIIX4_FUNC1_IDETIM_PRIMARY_HI_IDE_DECODE_EN);
135                 pci_read_config_byte(pdev, PII    135                 pci_read_config_byte(pdev, PIIX4_FUNC1_IDETIM_SECONDARY_HI,
136                         &reg_val);                136                         &reg_val);
137                 pci_write_config_byte(pdev, PI    137                 pci_write_config_byte(pdev, PIIX4_FUNC1_IDETIM_SECONDARY_HI,
138                         reg_val|PIIX4_FUNC1_ID    138                         reg_val|PIIX4_FUNC1_IDETIM_SECONDARY_HI_IDE_DECODE_EN);
139         }                                         139         }
140 }                                                 140 }
141                                                   141 
142 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL,     142 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB,
143          malta_piix_func1_fixup);                 143          malta_piix_func1_fixup);
144                                                   144 
145 /* Enable PCI 2.1 compatibility in PIIX4 */       145 /* Enable PCI 2.1 compatibility in PIIX4 */
146 static void quirk_dlcsetup(struct pci_dev *dev    146 static void quirk_dlcsetup(struct pci_dev *dev)
147 {                                                 147 {
148         u8 odlc, ndlc;                            148         u8 odlc, ndlc;
149                                                   149 
150         (void) pci_read_config_byte(dev, PIIX4    150         (void) pci_read_config_byte(dev, PIIX4_FUNC0_DLC, &odlc);
151         /* Enable passive releases and delayed    151         /* Enable passive releases and delayed transaction */
152         ndlc = odlc | PIIX4_FUNC0_DLC_USBPR_EN    152         ndlc = odlc | PIIX4_FUNC0_DLC_USBPR_EN |
153                       PIIX4_FUNC0_DLC_PASSIVE_    153                       PIIX4_FUNC0_DLC_PASSIVE_RELEASE_EN |
154                       PIIX4_FUNC0_DLC_DELAYED_    154                       PIIX4_FUNC0_DLC_DELAYED_TRANSACTION_EN;
155         (void) pci_write_config_byte(dev, PIIX    155         (void) pci_write_config_byte(dev, PIIX4_FUNC0_DLC, ndlc);
156 }                                                 156 }
157                                                   157 
158 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, P    158 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB_0,
159         quirk_dlcsetup);                          159         quirk_dlcsetup);
160                                                   160 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php