Searched refs:rst_regmap (Results 1 – 1 of 1) sorted by relevance
64 struct regmap *rst_regmap; in npcm7xx_ehci_hcd_drv_probe() local78 rst_regmap = syscon_regmap_lookup_by_compatible("nuvoton,npcm750-rst"); in npcm7xx_ehci_hcd_drv_probe()79 if (IS_ERR(rst_regmap)) { in npcm7xx_ehci_hcd_drv_probe()82 return PTR_ERR(rst_regmap); in npcm7xx_ehci_hcd_drv_probe()87 regmap_update_bits(rst_regmap, IPSRST2_OFFSET, in npcm7xx_ehci_hcd_drv_probe()89 regmap_update_bits(rst_regmap, IPSRST3_OFFSET, in npcm7xx_ehci_hcd_drv_probe()97 regmap_update_bits(rst_regmap, IPSRST3_OFFSET, in npcm7xx_ehci_hcd_drv_probe()106 regmap_update_bits(rst_regmap, IPSRST2_OFFSET, in npcm7xx_ehci_hcd_drv_probe()