Home
last modified time | relevance | path

Searched refs:HSIO (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/phy/
H A Dfsl,imx8qm-hsio.yaml7 title: Freescale i.MX8QM SoC series High Speed IO(HSIO) SERDES PHY
20 - description: HSIO control and status registers(CSR) of the PHY
21 - description: HSIO CSR of the controller bound to the PHY
22 - description: HSIO CSR for MISC
49 Specifies the use case of the HSIO module in the hardware design.
50 Regarding the design of i.MX8QM HSIO subsystem, HSIO module can be
H A Dphy-tegra194-p2u.yaml13 Tegra194 has two PHY bricks namely HSIO (High Speed IO) and NVHS (NVIDIA High
15 Tegra234 has three PHY bricks namely HSIO, NVHS and GBE (Gigabit Ethernet)
18 interface and PHY of HSIO/NVHS/GBE bricks. Each P2U instance represents one
H A Dmscc,vsc7514-serdes.yaml14 On Microsemi Ocelot, there is a handful of registers in HSIO address
29 This is a child of the HSIO syscon ("mscc,ocelot-hsio", see
H A Dintel,combo-phy.yaml60 - description: phandle to HSIO registers
62 description: HSIO registers handle and ComboPhy instance id on NOC
H A Dmicrochip,lan966x-serdes.yaml34 - description: HSIO registers
/linux-6.15/Documentation/devicetree/bindings/soc/imx/
H A Dfsl,imx8mp-hsio-blk-ctrl.yaml7 title: NXP i.MX8MP HSIO blk-ctrl
13 The i.MX8MP HSIO blk-ctrl is a top-level peripheral providing access to
15 (USB an PCIe) peripherals located in the HSIO domain of the SoC.
/linux-6.15/Documentation/devicetree/bindings/mips/
H A Dmscc.txt28 o HSIO regs:
30 The SoC has a few registers (HSIO) handling miscellaneous functionalities:
/linux-6.15/drivers/phy/freescale/
H A DKconfig40 tristate "Freescale i.MX8QM HSIO PHY"
44 Enable this to add support for the HSIO PHY as found on
/linux-6.15/Documentation/devicetree/bindings/usb/
H A Dfsl,imx8mp-dwc3.yaml23 - description: Address and length of the register set for HSIO Block Control
/linux-6.15/drivers/net/ethernet/mscc/
H A Docelot_vsc7514.c304 ocelot->targets[HSIO] = hsio; in mscc_ocelot_probe()
H A Docelot.c222 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG4, in ocelot_pll5_init()
225 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG0, in ocelot_pll5_init()
237 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG2, in ocelot_pll5_init()
/linux-6.15/include/soc/mscc/
H A Docelot.h119 HSIO, enumerator
/linux-6.15/drivers/net/dsa/ocelot/
H A Dfelix.c1686 if (ocelot->targets[HSIO]) in felix_setup()