| /linux/drivers/memory/ |
| H A D | fsl-corenet-cf.c | 100 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 D | ccf.txt | 1 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 D | cpus.txt | 29 Coherency fabric (CCF), provide a CoreNet Coherency Subdomain
|
| H A D | pamu.txt | 38 CoreNet Coherency fabric (CCF), provide a CoreNet
|
| /linux/net/can/ |
| H A D | gw.c | 205 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 D | gxbb-aoclk.c | 201 * 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 D | zynqmp-zcu1275-revA.dts | 14 #include "zynqmp-clk-ccf.dtsi"
|
| H A D | zynqmp-zc1254-revA.dts | 14 #include "zynqmp-clk-ccf.dtsi"
|
| H A D | zynqmp-zc1232-revA.dts | 13 #include "zynqmp-clk-ccf.dtsi"
|
| H A D | zynqmp-zc1751-xm018-dc4.dts | 13 #include "zynqmp-clk-ccf.dtsi"
|
| /linux/drivers/clk/tegra/ |
| H A D | clk-tegra124-emc.c | 100 * 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 D | clk-periph-gate.c | 121 * be non-zero here if the "unused" duplicate is disabled by CCF. in clk_periph_disable_unused()
|
| /linux/drivers/scsi/ |
| H A D | esp_scsi.c | 2305 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 D | mb862xxfb.h | 45 unsigned long ccf; /* gdc clk */ member
|
| H A D | mb862xxfbdrv.c | 615 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 D | dra7-atl.txt | 15 Provides ccf level representation of the ATL clocks to be used by drivers.
|
| /linux/drivers/clk/ |
| H A D | clk-versaclock7.c | 1141 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 D | cpuinfo.c | 131 pr_err("ERROR: CPU CCF input clock not found\n"); in setup_cpuinfo_clk()
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | p3041si-post.dtsi | 298 fsl,ccf-num-csdids = <32>; 299 fsl,ccf-num-snoopids = <32>;
|
| H A D | p2041si-post.dtsi | 271 fsl,ccf-num-csdids = <32>; 272 fsl,ccf-num-snoopids = <32>;
|
| H A D | p5020si-post.dtsi | 303 fsl,ccf-num-csdids = <32>; 304 fsl,ccf-num-snoopids = <32>;
|
| H A D | p5040si-post.dtsi | 258 fsl,ccf-num-csdids = <32>; 259 fsl,ccf-num-snoopids = <32>;
|
| H A D | p4080si-post.dtsi | 306 fsl,ccf-num-csdids = <32>; 307 fsl,ccf-num-snoopids = <32>;
|
| H A D | b4si-post.dtsi | 347 fsl,ccf-num-csdids = <32>; 348 fsl,ccf-num-snoopids = <32>;
|
| /linux/sound/soc/mediatek/mt8192/ |
| H A D | mt8192-afe-clk.h | 237 /* these will be replaced by using CCF */
|