Searched refs:pmc_regmap (Results 1 – 3 of 3) sorted by relevance
77 struct regmap *pmc_regmap; member
424 static int pmc_setup_clks(struct pci_dev *pdev, void __iomem *pmc_regmap, in pmc_setup_clks() argument434 clk_data->base = pmc_regmap; /* offset is added by client */ in pmc_setup_clks()
1019 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()