Home
last modified time | relevance | path

Searched full:gals (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iommu/
Dmediatek,iommu.txt20 | | Some SoCs may have GALS.
27 | gals-rx There may be GALS in some larbs.
30 | gals-tx
52 In some SoCs, there may be a GALS(Global Async Local Sync) module between
53 smi-common and m4u, and additional GALS module between smi-larb and
54 smi-common. GALS can been seen as a "asynchronous fifo" which could help
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iommu/
Dmediatek,iommu.yaml30 | | Some SoCs may have GALS.
37 | gals-rx There may be GALS in some larbs.
40 | gals-tx
64 In some SoCs, there may be a GALS(Global Async Local Sync) module between
65 smi-common and m4u, and additional GALS module between smi-larb and
66 smi-common. GALS can been seen as a "asynchronous fifo" which could help
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/
Dmediatek,smi-common.yaml62 gals(global async local sync) also is optional, see below.
69 into the emi clock domain on Gen1 h/w, or the path0 clock of gals.
70 - description: gals1 is the path1 clock of gals.
127 - if: # for gen2 HW that have gals
151 - if: # for gen2 HW that don't have gals
Dmediatek,smi-larb.yaml46 apb and smi are mandatory. gals(global async local sync) is optional.
52 - description: the clock for gals.
80 - if: # HW has gals
99 - const: gals
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/
Dmediatek,smi-larb.txt23 - "gals": the clock for GALS(Global Async Local Sync).
24 Here is the list which has this GALS: mt8183.
Dmediatek,smi-common.txt38 - "gals0": the path0 clock of GALS(Global Async Local Sync).
39 - "gals1": the path1 clock of GALS(Global Async Local Sync).
40 Here is the list which has this GALS: mt6779 and mt8183.
/kernel/linux/linux-5.10/drivers/memory/
Dmtk-smi.c326 /* The larbs may still haven't gals even if the SoC support.*/ in mtk_smi_larb_probe()
327 larb->smi.clk_gals0 = devm_clk_get(dev, "gals"); in mtk_smi_larb_probe()
/kernel/linux/linux-6.6/arch/arm64/boot/dts/mediatek/
Dmt8195.dtsi2074 clock-names = "apb", "smi", "gals";
2102 clock-names = "apb", "smi", "gals";
2114 clock-names = "apb", "smi", "gals";
2132 clock-names = "apb", "smi", "gals";
2229 clock-names = "apb", "smi", "gals";
2348 clock-names = "apb", "smi", "gals";
2679 clock-names = "apb", "smi", "gals";
2795 clock-names = "apb", "smi", "gals";
2807 clock-names = "apb", "smi", "gals";
2864 clock-names = "apb", "smi", "gals";
[all …]
Dmt8186.dtsi989 "subsys-smi-gals",
1015 "cam3", "gals",
1038 clock-names = "gals", "subsys-img-top";
1061 "subsys-ipe-gals";
Dmt8183.dtsi1886 clock-names = "apb", "smi", "gals";
1896 clock-names = "apb", "smi", "gals";
1978 clock-names = "apb", "smi", "gals";
1988 clock-names = "apb", "smi", "gals";
/kernel/linux/linux-6.6/drivers/memory/
Dmtk-smi.c108 /* larbs: Require apb/smi clocks while gals is optional. */
109 static const char * const mtk_smi_larb_clks[] = {"apb", "smi", "gals"};
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
Daic7xxx_pci.c1536 * SEECS must be on for the GALS to latch in configure_termination()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
Daic7xxx_pci.c1536 * SEECS must be on for the GALS to latch in configure_termination()