Searched full:por_rst (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/arm/qualcomm/ |
H A D | ipq4018_usb_ss_phy.c | 61 hwreset_t por_rst; member 77 rv = hwreset_assert(sc->por_rst); in ipq4018_usb_ss_phynode_phy_enable() 86 rv = hwreset_deassert(sc->por_rst); in ipq4018_usb_ss_phynode_phy_enable() 116 hwreset_t por_rst = NULL; in ipq4018_usb_ss_usbphy_init_phy() local 119 rv = hwreset_get_by_ofw_name(sc->dev, node, "por_rst", &por_rst); in ipq4018_usb_ss_usbphy_init_phy() 121 device_printf(sc->dev, "Cannot get 'por_rst' reset\n"); in ipq4018_usb_ss_usbphy_init_phy() 137 phy_sc->por_rst = por_rst; in ipq4018_usb_ss_usbphy_init_phy() 149 if (por_rst != NULL) in ipq4018_usb_ss_usbphy_init_phy() 150 hwreset_release(por_rst); in ipq4018_usb_ss_usbphy_init_phy()
|
H A D | ipq4018_usb_hs_phy.c | 61 hwreset_t por_rst; member 80 rv = hwreset_assert(sc->por_rst); in ipq4018_usb_hs_phynode_phy_enable() 98 rv = hwreset_deassert(sc->por_rst); in ipq4018_usb_hs_phynode_phy_enable() 128 hwreset_t por_rst = NULL, srif_rst = NULL; in ipq4018_usb_hs_usbphy_init_phy() local 131 rv = hwreset_get_by_ofw_name(sc->dev, node, "por_rst", &por_rst); in ipq4018_usb_hs_usbphy_init_phy() 133 device_printf(sc->dev, "Cannot get 'por_rst' reset\n"); in ipq4018_usb_hs_usbphy_init_phy() 154 phy_sc->por_rst = por_rst; in ipq4018_usb_hs_usbphy_init_phy() 167 if (por_rst != NULL) in ipq4018_usb_hs_usbphy_init_phy() 168 hwreset_release(por_rst); in ipq4018_usb_hs_usbphy_init_phy()
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | qcom-usb-ipq4019-phy.yaml | 26 - const: por_rst 51 reset-names = "por_rst", "srif_rst";
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-ipq4019.dtsi | 646 reset-names = "por_rst"; 656 reset-names = "por_rst", "srif_rst"; 688 reset-names = "por_rst", "srif_rst";
|