cslr_iqn2.h 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. /*
  2. *
  3. * Copyright (C) 2012-2013 Texas Instruments Incorporated - http://www.ti.com/
  4. *
  5. *
  6. * Redistribution and use in source and binary forms, with or without
  7. * modification, are permitted provided that the following conditions
  8. * are met:
  9. *
  10. * Redistributions of source code must retain the above copyright
  11. * notice, this list of conditions and the following disclaimer.
  12. *
  13. * Redistributions in binary form must reproduce the above copyright
  14. * notice, this list of conditions and the following disclaimer in the
  15. * documentation and/or other materials provided with the
  16. * distribution.
  17. *
  18. * Neither the name of Texas Instruments Incorporated nor the names of
  19. * its contributors may be used to endorse or promote products derived
  20. * from this software without specific prior written permission.
  21. *
  22. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  23. * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  24. * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  25. * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  26. * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  27. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  28. * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  29. * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  30. * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  31. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  32. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  33. *
  34. */
  35. /********************************************************************
  36. * file: cslr_iqn2.h
  37. *
  38. * Brief: This file contains the Register Description for IQN2
  39. *
  40. *********************************************************************/
  41. #ifndef CSLR_IQN2_H_
  42. #define CSLR_IQN2_H_
  43. #include <ti/csl/cslr.h>
  44. #include <ti/csl/tistdtypes.h>
  45. #include <ti/csl/src/ip/iqn2/V0/cslr_iqn2_top.h>
  46. #include <ti/csl/src/ip/iqn2/V0/cslr_iqn_at2.h>
  47. #include <ti/csl/src/ip/iqn2/V0/cslr_iqn_iqs2.h>
  48. #include <ti/csl/src/ip/iqn2/V0/cslr_iqn_aid2.h>
  49. #include <ti/csl/src/ip/iqn2/V0/cslr_iqn_dio2.h>
  50. #include <ti/csl/src/ip/iqn2/V0/cslr_iqn2_cdmahp.h>
  51. #include <ti/csl/src/ip/iqn2/V0/cslr_iqn_ail.h>
  52. /* Minimum unit = 1 byte */
  53. /**************************************************************************\
  54. * Register Overlay Structure for IQN2
  55. \**************************************************************************/
  56. typedef struct {
  57. CSL_Iqn2_topRegs Top; /* offset 0x00_0000 to 0x00_FFFF sub modules VC, EE and PSR */
  58. CSL_Iqn_at2Regs At2; /* offset 0x01_0000 to 0x01_FFFF sub_module AT */
  59. CSL_Iqn_iqs2Regs Iqs2; /* offset 0x02_0000 to 0x03_FFFF sub_module IQS */
  60. CSL_Iqn_aid2Regs Aid2; /* offset 0x04_0000 to 0x05_FFFF sub_module AID */
  61. CSL_Iqn_dio2Regs Dio2; /* offset 0x06_0000 to 0x0F_FFFF sub_module DIO */
  62. CSL_Iqn2_cdmahpRegs CdmaHp; /* offset 0x10_0000 to 0x1F_FFFF sub_module CDMAHP */
  63. CSL_Iqn_ailRegs Ail[2]; /* offset 0x20_0000 to 0x23_FFFF (AIL0), offset 24_0000 to 27_FFFF (AIL1) */
  64. } CSL_Iqn2Regs;
  65. #endif