Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/pci/
H A Dpci-tx4938.c79 unsigned int pcidivmode = 0; in tx4938_pciclk66_setup() local
81 pcidivmode = (unsigned long)ccfg & in tx4938_pciclk66_setup()
83 switch (pcidivmode) { in tx4938_pciclk66_setup()
86 pcidivmode = TX4938_CCFG_PCIDIVMODE_4; in tx4938_pciclk66_setup()
91 pcidivmode = TX4938_CCFG_PCIDIVMODE_4_5; in tx4938_pciclk66_setup()
96 pcidivmode = TX4938_CCFG_PCIDIVMODE_5; in tx4938_pciclk66_setup()
102 pcidivmode = TX4938_CCFG_PCIDIVMODE_5_5; in tx4938_pciclk66_setup()
107 pcidivmode); in tx4938_pciclk66_setup()
H A Dpci-tx4927.c59 unsigned int pcidivmode = 0; in tx4927_pciclk66_setup() local
61 pcidivmode = (unsigned long)ccfg & in tx4927_pciclk66_setup()
63 switch (pcidivmode) { in tx4927_pciclk66_setup()
66 pcidivmode = TX4927_CCFG_PCIDIVMODE_2_5; in tx4927_pciclk66_setup()
72 pcidivmode = TX4927_CCFG_PCIDIVMODE_3; in tx4927_pciclk66_setup()
76 pcidivmode); in tx4927_pciclk66_setup()