Lines Matching +full:pcfg +full:-
5 * Copyright 2001, 2003-2005 MontaVista Software Inc.
6 * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org)
7 * (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007
24 pr_info("PCIC --%s PCICLK:", in tx4939_report_pciclk()
25 (__raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_PCI66) ? in tx4939_report_pciclk()
27 if (__raw_readq(&tx4939_ccfgptr->pcfg) & TX4939_PCFG_PCICLKEN_ALL) { in tx4939_report_pciclk()
29 if (!(__raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_PCI66)) in tx4939_report_pciclk()
36 pciclk = -1; in tx4939_report_pciclk()
46 pr_info("PCIC1 -- PCICLK:%u.%uMHz\n", in tx4939_report_pci1clk()
53 if (get_tx4927_pcicptr(dev->bus->sysdata) == tx4939_pcic1ptr) { in tx4939_pcic1_map_irq()
56 if (__raw_readq(&tx4939_ccfgptr->pcfg) & in tx4939_pcic1_map_irq()
61 if (__raw_readq(&tx4939_ccfgptr->pcfg) & in tx4939_pcic1_map_irq()
68 return -1; in tx4939_pcic1_map_irq()
79 irq--; /* 0-3 */ in tx4939_pci_map_irq()
80 irq = (irq + 33 - slot) % 4; in tx4939_pci_map_irq()
81 irq++; /* 1-4 */ in tx4939_pci_map_irq()