luton_data.h 347 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
  2. /*
  3. * Copyright (c) 2019 Microsemi Corporation
  4. */
  5. #ifndef _LUTON_DATA_H_
  6. #define _LUTON_DATA_H_
  7. #define SERDES6G(x) (x)
  8. #define SERDES6G_MAX SERDES6G(5)
  9. #define SERDES_MAX (SERDES6G_MAX)
  10. /* similar with phy_interface_t */
  11. #define PHY_MODE_SGMII 2
  12. #define PHY_MODE_QSGMII 4
  13. #endif