Home
last modified time | relevance | path

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

/arch/mips/pci/
Dpci-tx4938.c81 unsigned int pcidivmode = 0; in tx4938_pciclk66_setup() local
83 pcidivmode = (unsigned long)ccfg & in tx4938_pciclk66_setup()
85 switch (pcidivmode) { in tx4938_pciclk66_setup()
88 pcidivmode = TX4938_CCFG_PCIDIVMODE_4; in tx4938_pciclk66_setup()
93 pcidivmode = TX4938_CCFG_PCIDIVMODE_4_5; in tx4938_pciclk66_setup()
98 pcidivmode = TX4938_CCFG_PCIDIVMODE_5; in tx4938_pciclk66_setup()
104 pcidivmode = TX4938_CCFG_PCIDIVMODE_5_5; in tx4938_pciclk66_setup()
109 pcidivmode); in tx4938_pciclk66_setup()
Dpci-tx4927.c61 unsigned int pcidivmode = 0; in tx4927_pciclk66_setup() local
63 pcidivmode = (unsigned long)ccfg & in tx4927_pciclk66_setup()
65 switch (pcidivmode) { in tx4927_pciclk66_setup()
68 pcidivmode = TX4927_CCFG_PCIDIVMODE_2_5; in tx4927_pciclk66_setup()
74 pcidivmode = TX4927_CCFG_PCIDIVMODE_3; in tx4927_pciclk66_setup()
78 pcidivmode); in tx4927_pciclk66_setup()