cr_top             36 drivers/phy/phy-pistachio-usb.c 	struct regmap *cr_top;
cr_top             65 drivers/phy/phy-pistachio-usb.c 	regmap_update_bits(p_phy->cr_top, USB_PHY_STRAP_CONTROL,
cr_top             88 drivers/phy/phy-pistachio-usb.c 	regmap_update_bits(p_phy->cr_top, USB_PHY_CONTROL1,
cr_top             97 drivers/phy/phy-pistachio-usb.c 		regmap_read(p_phy->cr_top, USB_PHY_STATUS, &val);
cr_top            145 drivers/phy/phy-pistachio-usb.c 	p_phy->cr_top = syscon_regmap_lookup_by_phandle(p_phy->dev->of_node,
cr_top            147 drivers/phy/phy-pistachio-usb.c 	if (IS_ERR(p_phy->cr_top)) {
cr_top            149 drivers/phy/phy-pistachio-usb.c 			PTR_ERR(p_phy->cr_top));
cr_top            150 drivers/phy/phy-pistachio-usb.c 		return PTR_ERR(p_phy->cr_top);