Home
last modified time | relevance | path

Searched refs:pmc_regmap (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/usb/
Dtegra_usb_phy.h77 struct regmap *pmc_regmap; member
/linux-5.19.10/drivers/platform/x86/
Dpmc_atom.c424 static int pmc_setup_clks(struct pci_dev *pdev, void __iomem *pmc_regmap, in pmc_setup_clks() argument
434 clk_data->base = pmc_regmap; /* offset is added by client */ in pmc_setup_clks()
/linux-5.19.10/drivers/usb/phy/
Dphy-tegra-usb.c1019 if (!phy->pmc_regmap) in tegra_usb_phy_configure_pmc()
1039 err = regmap_set_bits(phy->pmc_regmap, PMC_USB_AO, val); in tegra_usb_phy_configure_pmc()
1048 err = regmap_clear_bits(phy->pmc_regmap, PMC_USB_AO, val); in tegra_usb_phy_configure_pmc()
1308 phy->pmc_regmap = dev_get_regmap(&pmc_pdev->dev, "usb_sleepwalk"); in tegra_usb_phy_parse_pmc()
1309 if (!phy->pmc_regmap) in tegra_usb_phy_parse_pmc()