Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/pci/
H A Dops-tx4927.c190 } tx4927_pci_opts = { variable
201 tx4927_pci_opts.trdyto = val; in tx4927_pcibios_setup()
207 tx4927_pci_opts.retryto = val; in tx4927_pcibios_setup()
213 tx4927_pci_opts.gbwc = val; in tx4927_pcibios_setup()
302 __raw_writel((tx4927_pci_opts.gbwc << 16) in tx4927_pcic_setup()
324 | (tx4927_pci_opts.trdyto & 0xff) in tx4927_pcic_setup()
325 | ((tx4927_pci_opts.retryto & 0xff) << 8), in tx4927_pcic_setup()