xhci-keystone.h 541 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * USB 3.0 DRD Controller
  4. *
  5. * (C) Copyright 2012-2014
  6. * Texas Instruments Incorporated, <www.ti.com>
  7. */
  8. #define USB3_PHY_REF_SSP_EN BIT(29)
  9. #define USB3_PHY_OTG_VBUSVLDECTSEL BIT(16)
  10. /* KEYSTONE2 XHCI PHY register structure */
  11. struct keystone_xhci_phy {
  12. unsigned int phy_utmi; /* ctl0 */
  13. unsigned int phy_pipe; /* ctl1 */
  14. unsigned int phy_param_ctrl_1; /* ctl2 */
  15. unsigned int phy_param_ctrl_2; /* ctl3 */
  16. unsigned int phy_clock; /* ctl4 */
  17. unsigned int phy_pll; /* ctl5 */
  18. };