Home
last modified time | relevance | path

Searched full:ccf (Results 1 – 25 of 62) sorted by relevance

123

/linux/drivers/memory/
H A Dfsl-corenet-cf.c100 struct ccf_private *ccf = dev_id; in ccf_irq() local
109 errdet = ioread32be(&ccf->err_regs->errdet); in ccf_irq()
110 cecar = ioread32be(&ccf->err_regs->cecar); in ccf_irq()
111 cecar2 = ioread32be(&ccf->err_regs->cecar2); in ccf_irq()
112 addr = ioread32be(&ccf->err_regs->cecaddrl); in ccf_irq()
113 addr |= ((u64)(ioread32be(&ccf->err_regs->cecaddrh) & in ccf_irq()
119 switch (ccf->info->version) { in ccf_irq()
141 dev_crit(ccf->dev, "errdet 0x%08x cecar 0x%08x cecar2 0x%08x\n", in ccf_irq()
146 dev_crit(ccf->dev, "LAW Unavailable Target ID\n"); in ccf_irq()
148 dev_crit(ccf->dev, "Local Access Window Error\n"); in ccf_irq()
[all …]
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dccf.txt1 Freescale CoreNet Coherency Fabric(CCF) Device Tree Binding
18 between CCF version 1 and CCF version 2. This compatible
20 used for both CCF version 1 chips and CCF version 2
25 A standard property. Represents the CCF registers.
28 Interrupt mapping for CCF error interrupt.
30 - fsl,ccf-num-csdids: <u32>
32 Registers that are supported by the CCF.
34 - fsl,ccf-num-snoopids: <u32>
36 are supported by CCF.
44 fsl,ccf-num-csdids = <32>;
[all …]
H A Dcpus.txt29 Coherency fabric (CCF), provide a CoreNet Coherency Subdomain
H A Dpamu.txt38 CoreNet Coherency fabric (CCF), provide a CoreNet
/linux/net/can/
H A Dgw.c205 struct can_frame *ccf = (struct can_frame *)cf; in mod_retrieve_ccdlc() local
208 if (ccf->len != CAN_MAX_DLEN) in mod_retrieve_ccdlc()
212 if (ccf->len8_dlc > CAN_MAX_DLEN && ccf->len8_dlc <= CAN_MAX_RAW_DLC) in mod_retrieve_ccdlc()
213 ccf->len = ccf->len8_dlc; in mod_retrieve_ccdlc()
219 struct can_frame *ccf = (struct can_frame *)cf; in mod_store_ccdlc() local
222 ccf->len8_dlc = 0; in mod_store_ccdlc()
225 if (ccf->len <= CAN_MAX_DLEN) in mod_store_ccdlc()
229 if (ccf->len > CAN_MAX_RAW_DLC) in mod_store_ccdlc()
232 /* we have a valid dlc value from 9 .. 15 in ccf->len */ in mod_store_ccdlc()
233 ccf->len8_dlc = ccf->len; in mod_store_ccdlc()
[all …]
/linux/drivers/clk/meson/
H A Dgxbb-aoclk.c201 * ATM, CCF won't call get_parent() if num_parents is 1. It
208 * Until CCF gets fixed, adding this fake parent that won't
/linux/arch/arm64/boot/dts/xilinx/
H A Dzynqmp-zcu1275-revA.dts14 #include "zynqmp-clk-ccf.dtsi"
H A Dzynqmp-zc1254-revA.dts14 #include "zynqmp-clk-ccf.dtsi"
H A Dzynqmp-zc1232-revA.dts13 #include "zynqmp-clk-ccf.dtsi"
H A Dzynqmp-zc1751-xm018-dc4.dts13 #include "zynqmp-clk-ccf.dtsi"
/linux/drivers/clk/tegra/
H A Dclk-tegra124-emc.c100 * CCF wrongly assumes that the parent won't change during set_rate, in emc_recalc_rate()
114 * since we don't want the CCF to play with our parent clocks.
335 * When emc_set_timing changes the parent rate, CCF will propagate in emc_set_rate()
H A Dclk-periph-gate.c121 * be non-zero here if the "unused" duplicate is disabled by CCF. in clk_periph_disable_unused()
/linux/drivers/scsi/
H A Desp_scsi.c2305 u8 ccf; in esp_set_clock_params() local
2341 ccf = ((fhz / 1000000) + 4) / 5; in esp_set_clock_params()
2342 if (ccf == 1) in esp_set_clock_params()
2343 ccf = 2; in esp_set_clock_params()
2350 if (fhz <= 5000000 || ccf < 1 || ccf > 8) { in esp_set_clock_params()
2352 ccf = 4; in esp_set_clock_params()
2355 esp->cfact = (ccf == 8 ? 0 : ccf); in esp_set_clock_params()
2358 esp->ctick = ESP_TICK(ccf, esp->ccycle); in esp_set_clock_params()
2359 esp->neg_defp = ESP_NEG_DEFP(fhz, ccf); in esp_set_clock_params()
2401 "esp%u: is a %s, %u MHz (ccf=%u), SCSI ID %u\n", in scsi_esp_register()
/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb.h45 unsigned long ccf; /* gdc clk */ member
H A Dmb862xxfbdrv.c615 unsigned long ccf, mmr; in mb862xx_gdc_init() local
640 ccf = par->gc_mode ? par->gc_mode->ccf : GC_CCF_COT_100; in mb862xx_gdc_init()
648 outreg(host, GC_CCF, ccf); in mb862xx_gdc_init()
/linux/Documentation/devicetree/bindings/clock/ti/
H A Ddra7-atl.txt15 Provides ccf level representation of the ATL clocks to be used by drivers.
/linux/drivers/clk/
H A Dclk-versaclock7.c1141 kfree(apll_name); /* ccf made a copy of the name */ in vc7_probe()
1161 kfree(clk_init.name); /* ccf made a copy of the name */ in vc7_probe()
1178 kfree(clk_init.name); /* ccf made a copy of the name */ in vc7_probe()
1224 kfree(clk_init.name); /* ccf made a copy of the name */ in vc7_probe()
1238 kfree(clk_init.name); /* ccf made a copy of the name */ in vc7_probe()
/linux/arch/microblaze/kernel/cpu/
H A Dcpuinfo.c131 pr_err("ERROR: CPU CCF input clock not found\n"); in setup_cpuinfo_clk()
/linux/arch/powerpc/boot/dts/fsl/
H A Dp3041si-post.dtsi298 fsl,ccf-num-csdids = <32>;
299 fsl,ccf-num-snoopids = <32>;
H A Dp2041si-post.dtsi271 fsl,ccf-num-csdids = <32>;
272 fsl,ccf-num-snoopids = <32>;
H A Dp5020si-post.dtsi303 fsl,ccf-num-csdids = <32>;
304 fsl,ccf-num-snoopids = <32>;
H A Dp5040si-post.dtsi258 fsl,ccf-num-csdids = <32>;
259 fsl,ccf-num-snoopids = <32>;
H A Dp4080si-post.dtsi306 fsl,ccf-num-csdids = <32>;
307 fsl,ccf-num-snoopids = <32>;
H A Db4si-post.dtsi347 fsl,ccf-num-csdids = <32>;
348 fsl,ccf-num-snoopids = <32>;
/linux/sound/soc/mediatek/mt8192/
H A Dmt8192-afe-clk.h237 /* these will be replaced by using CCF */

123