Symbol: ltq_pci_w32
arch/mips/pci/pci-lantiq.c
137
ltq_pci_w32(0xa, PCI_CR_CLK_CTRL);
arch/mips/pci/pci-lantiq.c
140
ltq_pci_w32(ltq_pci_r32(PCI_CR_PCI_MOD) & ~(1 << 24), PCI_CR_PCI_MOD);
arch/mips/pci/pci-lantiq.c
163
ltq_pci_w32(temp_buffer, PCI_CR_PC_ARB);
arch/mips/pci/pci-lantiq.c
167
ltq_pci_w32(0x18000000, PCI_CR_FCI_ADDR_MAP0);
arch/mips/pci/pci-lantiq.c
168
ltq_pci_w32(0x18400000, PCI_CR_FCI_ADDR_MAP1);
arch/mips/pci/pci-lantiq.c
169
ltq_pci_w32(0x18800000, PCI_CR_FCI_ADDR_MAP2);
arch/mips/pci/pci-lantiq.c
170
ltq_pci_w32(0x18c00000, PCI_CR_FCI_ADDR_MAP3);
arch/mips/pci/pci-lantiq.c
171
ltq_pci_w32(0x19000000, PCI_CR_FCI_ADDR_MAP4);
arch/mips/pci/pci-lantiq.c
172
ltq_pci_w32(0x19400000, PCI_CR_FCI_ADDR_MAP5);
arch/mips/pci/pci-lantiq.c
173
ltq_pci_w32(0x19800000, PCI_CR_FCI_ADDR_MAP6);
arch/mips/pci/pci-lantiq.c
174
ltq_pci_w32(0x19c00000, PCI_CR_FCI_ADDR_MAP7);
arch/mips/pci/pci-lantiq.c
175
ltq_pci_w32(0x1ae00000, PCI_CR_FCI_ADDR_MAP11hg);
arch/mips/pci/pci-lantiq.c
176
ltq_pci_w32(ltq_calc_bar11mask(), PCI_CR_BAR11MASK);
arch/mips/pci/pci-lantiq.c
177
ltq_pci_w32(0, PCI_CR_PCI_ADDR_MAP11);
arch/mips/pci/pci-lantiq.c
178
ltq_pci_w32(0, PCI_CS_BASE_ADDR1);
arch/mips/pci/pci-lantiq.c
180
ltq_pci_w32(ltq_pci_r32(PCI_CR_PCI_EOI) | 3, PCI_CR_PCI_EOI);
arch/mips/pci/pci-lantiq.c
182
ltq_pci_w32(ltq_pci_r32(PCI_CR_BAR12MASK) | 0x80000000,
arch/mips/pci/pci-lantiq.c
184
ltq_pci_w32(ltq_pci_r32(PCI_CR_BAR13MASK) | 0x80000000,
arch/mips/pci/pci-lantiq.c
187
ltq_pci_w32(0x303, PCI_CR_FCI_BURST_LENGTH);
arch/mips/pci/pci-lantiq.c
188
ltq_pci_w32(ltq_pci_r32(PCI_CR_PCI_MOD) | (1 << 24), PCI_CR_PCI_MOD);