// Copyright (c) 2013 Qualcomm Atheros, Inc.  All rights reserved.
// $ATH_LICENSE_HW_HDR_C$
//
// DO NOT EDIT!  This file is automatically generated
//               These definitions are tied to a particular hardware layout


#ifndef _BT_ANTENNA_H_
#define _BT_ANTENNA_H_
#if !defined(__ASSEMBLER__)
#endif

// ################ START SUMMARY #################
//
//	Dword	Fields
//	0	bt_ant[0], reserved[31:1]
//
// ################ END SUMMARY #################

#define NUM_OF_DWORDS_BT_ANTENNA 1

struct bt_antenna {
    volatile uint32_t bt_ant                          :  1, //[0]
                      reserved                        : 31; //[31:1]
};

/*

bt_ant
			
			1: bt_ant is high
			
			0: bt_ant is low

reserved
			
			Reserved field. HW fills zero. 
*/


/* Description		BT_ANTENNA_0_BT_ANT
			
			1: bt_ant is high
			
			0: bt_ant is low
*/
#define BT_ANTENNA_0_BT_ANT_OFFSET                                   0x00000000
#define BT_ANTENNA_0_BT_ANT_LSB                                      0
#define BT_ANTENNA_0_BT_ANT_MASK                                     0x00000001

/* Description		BT_ANTENNA_0_RESERVED
			
			Reserved field. HW fills zero. 
*/
#define BT_ANTENNA_0_RESERVED_OFFSET                                 0x00000000
#define BT_ANTENNA_0_RESERVED_LSB                                    1
#define BT_ANTENNA_0_RESERVED_MASK                                   0xfffffffe


#endif // _BT_ANTENNA_H_
