/Linux-v5.15/Documentation/devicetree/bindings/mips/ |
D | mscc.txt | 45 o HSIO regs: 47 The SoC has a few registers (HSIO) handling miscellaneous functionalities: 52 - compatible: Should be "mscc,ocelot-hsio", "syscon", "simple-mfd" 57 compatible = "mscc,ocelot-hsio", "syscon", "simple-mfd";
|
/Linux-v5.15/Documentation/devicetree/bindings/phy/ |
D | intel,combo-phy.yaml | 52 intel,hsio: 54 description: HSIO registers handle and ComboPhy instance id on NOC 76 - intel,hsio 98 intel,hsio = <&hsiol 0>;
|
D | phy-ocelot-serdes.txt | 4 On Microsemi Ocelot, there is a handful of registers in HSIO address 19 This is a child of the HSIO syscon ("mscc,ocelot-hsio", see
|
D | phy-tegra194-p2u.txt | 3 Tegra194 has two PHY bricks namely HSIO (High Speed IO) and NVHS (NVIDIA High 6 interface and PHY of HSIO/NVHS bricks. Each P2U instance represents one PCIe
|
/Linux-v5.15/Documentation/devicetree/bindings/usb/ |
D | fsl,imx8mp-dwc3.yaml | 44 - description: system hsio root clock. 49 - const: hsio 80 clock-names = "hsio", "suspend";
|
/Linux-v5.15/tools/perf/pmu-events/arch/arm64/freescale/imx8mp/sys/ |
D | metrics.json | 275 "BriefDescription": "bytes of hsio usb1 read from ddr", 283 "BriefDescription": "bytes of hsio usb1 write to ddr", 291 "BriefDescription": "bytes of hsio usb2 read from ddr", 299 "BriefDescription": "bytes of hsio usb2 write to ddr", 307 "BriefDescription": "bytes of hsio pci read from ddr", 315 "BriefDescription": "bytes of hsio pci write to ddr",
|
/Linux-v5.15/drivers/net/ethernet/mscc/ |
D | ocelot_vsc7514.c | 489 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG4, in ocelot_pll5_init() 492 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG0, in ocelot_pll5_init() 504 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG2, in ocelot_pll5_init() 1031 struct regmap *hsio; in mscc_ocelot_probe() local 1083 hsio = syscon_regmap_lookup_by_compatible("mscc,ocelot-hsio"); in mscc_ocelot_probe() 1084 if (IS_ERR(hsio)) { in mscc_ocelot_probe() 1085 dev_err(&pdev->dev, "missing hsio syscon\n"); in mscc_ocelot_probe() 1086 err = PTR_ERR(hsio); in mscc_ocelot_probe() 1090 ocelot->targets[HSIO] = hsio; in mscc_ocelot_probe()
|
/Linux-v5.15/drivers/usb/dwc3/ |
D | dwc3-imx8mp.c | 122 dwc3_imx->hsio_clk = devm_clk_get(dev, "hsio"); in dwc3_imx8mp_probe() 125 dev_err(dev, "Failed to get hsio clk, err=%d\n", err); in dwc3_imx8mp_probe() 131 dev_err(dev, "Failed to enable hsio clk, err=%d\n", err); in dwc3_imx8mp_probe()
|
/Linux-v5.15/arch/mips/boot/dts/mscc/ |
D | ocelot.dtsi | 268 hsio: syscon@10d0000 { label 269 compatible = "mscc,ocelot-hsio", "syscon", "simple-mfd";
|
/Linux-v5.15/drivers/ata/ |
D | ahci_imx.c | 46 /* IMX8QM HSIO AHCI definitions */ 452 /* configure the hsio for sata */ in imx8_sata_enable() 482 /* The link of the PCIEA of HSIO is down */ in imx8_sata_enable() 493 /* The link of the PCIEB of HSIO is down */ in imx8_sata_enable() 502 /* The links of both PCIA and PCIEB of HSIO are down */ in imx8_sata_enable() 1002 syscon_regmap_lookup_by_phandle(np, "hsio"); in imx8_sata_probe()
|
/Linux-v5.15/drivers/interconnect/imx/ |
D | imx8mm.c | 59 /* HSIO */
|
/Linux-v5.15/Documentation/devicetree/bindings/clock/ |
D | imx8qxp-lpcg.yaml | 40 - fsl,imx8qxp-lpcg-hsio
|
/Linux-v5.15/drivers/firmware/imx/ |
D | scu-pd.c | 162 /* HSIO SS */ 165 { "hsio-gpio", IMX_SC_R_HSIO_GPIO, 1, false, 0 },
|
/Linux-v5.15/drivers/clk/pxa/ |
D | clk-pxa3xx.c | 37 /* crystal frequency to HSIO bus frequency multiplier (HSS) */
|
/Linux-v5.15/arch/arm64/boot/dts/freescale/ |
D | imx8mp.dtsi | 894 clock-names = "hsio", "suspend"; 935 clock-names = "hsio", "suspend";
|
/Linux-v5.15/drivers/phy/qualcomm/ |
D | phy-qcom-ipq806x-usb.c | 527 /* Parse device node to probe HSIO settings */ in qcom_ipq806x_usb_phy_probe()
|
/Linux-v5.15/drivers/phy/intel/ |
D | phy-intel-lgm-combo.c | 477 ret = fwnode_property_get_reference_args(fwnode, "intel,hsio", NULL, 1, in intel_cbphy_fwnode_parse()
|
/Linux-v5.15/include/soc/mscc/ |
D | ocelot.h | 119 HSIO, enumerator
|