14 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Device Tree constants for the Qualcomm Atheros AR803x PHYs4 */5 6#ifndef _DT_BINDINGS_QCA_AR803X_H7#define _DT_BINDINGS_QCA_AR803X_H8 9#define AR803X_STRENGTH_FULL 010#define AR803X_STRENGTH_HALF 111#define AR803X_STRENGTH_QUARTER 212 13#endif14