Searched full:pciclk (Results 1 – 13 of 13) sorted by relevance
/linux/arch/mips/pci/ |
H A D | pci-tx4938.c | 22 int pciclk = 0; in tx4938_report_pciclk() local 24 pr_info("PCIC --%s PCICLK:", in tx4938_report_pciclk() 32 pciclk = txx9_cpu_clock / 4; break; in tx4938_report_pciclk() 34 pciclk = txx9_cpu_clock * 2 / 9; break; in tx4938_report_pciclk() 36 pciclk = txx9_cpu_clock / 5; break; in tx4938_report_pciclk() 38 pciclk = txx9_cpu_clock * 2 / 11; break; in tx4938_report_pciclk() 40 pciclk = txx9_cpu_clock / 8; break; in tx4938_report_pciclk() 42 pciclk = txx9_cpu_clock / 9; break; in tx4938_report_pciclk() 44 pciclk = txx9_cpu_clock / 10; break; in tx4938_report_pciclk() 46 pciclk = txx9_cpu_clock / 11; break; in tx4938_report_pciclk() [all …]
|
H A D | pci-tx4927.c | 22 int pciclk = 0; in tx4927_report_pciclk() local 24 pr_info("PCIC --%s PCICLK:", in tx4927_report_pciclk() 32 pciclk = txx9_cpu_clock * 2 / 5; break; in tx4927_report_pciclk() 34 pciclk = txx9_cpu_clock / 3; break; in tx4927_report_pciclk() 36 pciclk = txx9_cpu_clock / 5; break; in tx4927_report_pciclk() 38 pciclk = txx9_cpu_clock / 6; break; in tx4927_report_pciclk() 41 (pciclk + 50000) / 1000000, in tx4927_report_pciclk() 42 ((pciclk + 50000) / 100000) % 10); in tx4927_report_pciclk() 45 pciclk = -1; in tx4927_report_pciclk() 48 return pciclk; in tx4927_report_pciclk() [all …]
|
/linux/drivers/clk/ |
H A D | clk-gemini.c | 120 struct clk_gemini_pci *pciclk = to_pciclk(hw); in gemini_pci_recalc_rate() local 123 regmap_read(pciclk->map, GEMINI_GLOBAL_MISC_CONTROL, &val); in gemini_pci_recalc_rate() 144 struct clk_gemini_pci *pciclk = to_pciclk(hw); in gemini_pci_set_rate() local 147 return regmap_update_bits(pciclk->map, in gemini_pci_set_rate() 151 return regmap_update_bits(pciclk->map, in gemini_pci_set_rate() 159 struct clk_gemini_pci *pciclk = to_pciclk(hw); in gemini_pci_enable() local 161 regmap_update_bits(pciclk->map, GEMINI_GLOBAL_CLOCK_CONTROL, in gemini_pci_enable() 168 struct clk_gemini_pci *pciclk = to_pciclk(hw); in gemini_pci_disable() local 170 regmap_update_bits(pciclk->map, GEMINI_GLOBAL_CLOCK_CONTROL, in gemini_pci_disable() 176 struct clk_gemini_pci *pciclk = to_pciclk(hw); in gemini_pci_is_enabled() local [all …]
|
/linux/arch/arm/boot/dts/arm/ |
H A D | integratorap.dts | 124 pciclk: clock-controller@4,8 { label 163 clocks = <&pciclk>;
|
/linux/Documentation/devicetree/bindings/pci/ |
H A D | v3,v360epc-pci.yaml | 71 clocks = <&pciclk>;
|
H A D | renesas,pci-rcar-gen2.yaml | 136 - const: pciclk
|
/linux/drivers/scsi/ |
H A D | nsp32.h | 301 # define PCICLK BIT(7) /* PCICLK (33MHz) */ macro
|
H A D | nsp32.c | 2591 * Currently CLOCK_4 has only tested, not for CLOCK_2/PCICLK yet. in nsp32_detect() 2609 case PCICLK: in nsp32_detect() 2610 /* If data->clock is PCICLK, then select pci sync table. */ in nsp32_detect()
|
/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra20-trimslice.dts | 463 pci_clk_reg: regulator-pciclk {
|
/linux/arch/arm/boot/dts/gemini/ |
H A D | gemini.dtsi | 284 clock-names = "PCLK", "PCICLK";
|
/linux/drivers/pci/controller/ |
H A D | pci-ftpci100.c | 434 p->bus_clk = devm_clk_get_enabled(dev, "PCICLK"); in faraday_pci_probe()
|
/linux/arch/arm/boot/dts/renesas/ |
H A D | r9a06g032.dtsi | 138 clock-names = "hclkh", "hclkpm", "pciclk";
|
/linux/drivers/comedi/drivers/ |
H A D | s626.h | 421 * PCIclk/480 = 68.75 KHz.
|