Searched refs:PCIC_WRITE (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/sh/drivers/pci/
H A Dfixups-se7751.c31 #define PCIC_WRITE(x,v) writel((v), PCI_REG(x)) macro
61 PCIC_WRITE(SH7751_PCIBCR1, bcr1); /* PCIC BCR1 */ pci_fixup_pcic()
62 PCIC_WRITE(SH7751_PCIBCR2, bcr2); /* PCIC BCR2 */ pci_fixup_pcic()
63 PCIC_WRITE(SH7751_PCIWCR1, wcr1); /* PCIC WCR1 */ pci_fixup_pcic()
64 PCIC_WRITE(SH7751_PCIWCR2, wcr2); /* PCIC WCR2 */ pci_fixup_pcic()
65 PCIC_WRITE(SH7751_PCIWCR3, wcr3); /* PCIC WCR3 */ pci_fixup_pcic()
67 PCIC_WRITE(SH7751_PCIMCR, mcr); /* PCIC MCR */ pci_fixup_pcic()
71 PCIC_WRITE(SH7751_PCIINTM, 0x0000c3ff); pci_fixup_pcic()
72 PCIC_WRITE(SH7751_PCIAINTM, 0x0000380f); pci_fixup_pcic()
75 PCIC_WRITE(SH7751_PCICONF1, 0xF39000C7); /* Bus Master, Mem & I/O access */ pci_fixup_pcic()
76 PCIC_WRITE(SH7751_PCICONF2, 0x00000000); /* PCI Class code & Revision ID */ pci_fixup_pcic()
77 PCIC_WRITE(SH7751_PCICONF4, 0xab000001); /* PCI I/O address (local regs) */ pci_fixup_pcic()
78 PCIC_WRITE(SH7751_PCICONF5, 0x0c000000); /* PCI MEM address (local RAM) */ pci_fixup_pcic()
79 PCIC_WRITE(SH7751_PCICONF6, 0xd0000000); /* PCI MEM address (unused) */ pci_fixup_pcic()
80 PCIC_WRITE(SH7751_PCICONF11, 0x35051054); /* PCI Subsystem ID & Vendor ID */ pci_fixup_pcic()
81 PCIC_WRITE(SH7751_PCILSR0, 0x03f00000); /* MEM (full 64M exposed) */ pci_fixup_pcic()
82 PCIC_WRITE(SH7751_PCILSR1, 0x00000000); /* MEM (unused) */ pci_fixup_pcic()
83 PCIC_WRITE(SH7751_PCILAR0, 0x0c000000); /* MEM (direct map from PCI) */ pci_fixup_pcic()
84 PCIC_WRITE(SH7751_PCILAR1, 0x00000000); /* MEM (unused) */ pci_fixup_pcic()
87 PCIC_WRITE(SH7751_PCICR, 0xa5000001); pci_fixup_pcic()
103 PCIC_WRITE(SH7751_PCIMBR, chan->resources[1].start); pci_fixup_pcic()
106 PCIC_WRITE(SH7751_PCIIOBR, (chan->resources[0].start & SH7751_PCIIOBR_MASK)); pci_fixup_pcic()

Completed in 48 milliseconds