qca-ar803x.h 290 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Device Tree constants for the Qualcomm Atheros AR803x PHYs
  4. */
  5. #ifndef _DT_BINDINGS_QCA_AR803X_H
  6. #define _DT_BINDINGS_QCA_AR803X_H
  7. #define AR803X_STRENGTH_FULL 0
  8. #define AR803X_STRENGTH_HALF 1
  9. #define AR803X_STRENGTH_QUARTER 2
  10. #endif