Searched full:mhb (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/phy/broadcom/ |
H A D | phy-bcm-sr-pcie.c | 58 * @mhb: regmap to the MHB device 66 struct regmap *mhb; member 178 regmap_read(core->mhb, MHB_MEM_PW_PAXC_OFFSET, &val); in sr_paxc_phy_init() 238 core->mhb = syscon_regmap_lookup_by_phandle(node, "brcm,sr-mhb"); in sr_pcie_phy_probe() 239 if (IS_ERR(core->mhb)) { in sr_pcie_phy_probe() 240 dev_err(core->dev, "unable to find MHB device\n"); in sr_pcie_phy_probe() 241 return PTR_ERR(core->mhb); in sr_pcie_phy_probe()
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | brcm,sr-pcie-phy.yaml | 32 brcm,sr-mhb: 33 description: phandle to the MHB syscon node 44 brcm,sr-mhb = <&mhb>;
|
/linux/arch/arm64/boot/dts/broadcom/stingray/ |
H A D | stingray-pcie.dtsi | 51 brcm,sr-mhb = <&mhb>;
|
H A D | stingray.dtsi | 157 mhb: syscon@60401000 { label 158 compatible = "brcm,sr-mhb", "syscon";
|
/linux/include/dt-bindings/clock/ |
H A D | bcm-sr.h | 45 /* GENPLL 1 clock channel ID MHB PCIE NITRO */ 50 /* GENPLL 2 clock channel ID NITRO MHB*/
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | syscon.yaml | 59 - brcm,sr-mhb 165 - brcm,sr-mhb
|
/linux/tools/perf/util/ |
H A D | mem-events.c | 389 [PERF_MEM_LVLNUM_L2_MHB] = "L2 MHB",
|