diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-02-13 11:49:04 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-02-13 11:49:04 +0000 | 
| commit | d0d48dda01cd66f89dc46c55e7b3741e5427da14 (patch) | |
| tree | cc44e69b7af0053cd172f5c3a180d862107d8a88 | |
| parent | cbc3a571dbde7ff64b21b1f7e24be9deff29b652 (diff) | |
Add values for single channel and hopping on commands
| -rw-r--r-- | tools/csr.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/tools/csr.h b/tools/csr.h index 6893574b..c3277a45 100644 --- a/tools/csr.h +++ b/tools/csr.h @@ -56,9 +56,11 @@  #define CSR_VARID_PS_FACTORY_RESTORE		0x400d	/* valueless */  #define CSR_VARID_PS_FACTORY_RESTORE_ALL	0x400e	/* valueless */  #define CSR_VARID_PS_DEFRAG_RESET		0x400f	/* valueless */ +#define CSR_VARID_HOPPING_ON			0x4011	/* valueless */  #define CSR_VARID_CANCEL_PAGE			0x4012	/* valueless */  #define CSR_VARID_PS_CLR			0x4818	/* uint16 */  #define CSR_VARID_MAP_SCO_PCM			0x481c	/* uint16 */ +#define CSR_VARID_SINGLE_CHAN			0x482e	/* uint16 */  #define CSR_VARID_RADIOTEST			0x5004	/* complex */  #define CSR_VARID_PS_CLR_STORES			0x500c	/* complex */  #define CSR_VARID_NO_VARIABLE			0x6000	/* valueless */ | 
