Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Device Tree constants for the Qualcomm Atheros AR803x PHYs
0004  */
0005 
0006 #ifndef _DT_BINDINGS_QCA_AR803X_H
0007 #define _DT_BINDINGS_QCA_AR803X_H
0008 
0009 #define AR803X_STRENGTH_FULL        0
0010 #define AR803X_STRENGTH_HALF        1
0011 #define AR803X_STRENGTH_QUARTER     2
0012 
0013 #endif