Home
last modified time | relevance | path

Searched refs:tx4927_pci_opts (Results 1 – 1 of 1) sorted by relevance

/arch/mips/pci/
Dops-tx4927.c194 } tx4927_pci_opts = { variable
205 tx4927_pci_opts.trdyto = val; in tx4927_pcibios_setup()
211 tx4927_pci_opts.retryto = val; in tx4927_pcibios_setup()
217 tx4927_pci_opts.gbwc = val; in tx4927_pcibios_setup()
306 __raw_writel((tx4927_pci_opts.gbwc << 16) in tx4927_pcic_setup()
328 | (tx4927_pci_opts.trdyto & 0xff) in tx4927_pcic_setup()
329 | ((tx4927_pci_opts.retryto & 0xff) << 8), in tx4927_pcic_setup()