1 1.1 skrll /* $NetBSD: qca-ar803x.h,v 1.1.1.1 2020/01/03 14:33:04 skrll Exp $ */ 2 1.1 skrll 3 1.1 skrll /* SPDX-License-Identifier: GPL-2.0-only */ 4 1.1 skrll /* 5 1.1 skrll * Device Tree constants for the Qualcomm Atheros AR803x PHYs 6 1.1 skrll */ 7 1.1 skrll 8 1.1 skrll #ifndef _DT_BINDINGS_QCA_AR803X_H 9 1.1 skrll #define _DT_BINDINGS_QCA_AR803X_H 10 1.1 skrll 11 1.1 skrll #define AR803X_STRENGTH_FULL 0 12 1.1 skrll #define AR803X_STRENGTH_HALF 1 13 1.1 skrll #define AR803X_STRENGTH_QUARTER 2 14 1.1 skrll 15 1.1 skrll #endif 16