/drivers/staging/ath6kl/include/common/AR6002/hw4.0/hw/apb_map.h

https://bitbucket.org/slukk/jb-tsm-kernel-4.2 · C Header · 40 lines · 14 code · 5 blank · 21 comment · 0 complexity · ffed8d7fe7d7ff7fd369c83588647069 MD5 · raw file

  1. // ------------------------------------------------------------------
  2. // Copyright (c) 2004-2010 Atheros Corporation. All rights reserved.
  3. //
  4. //
  5. // Permission to use, copy, modify, and/or distribute this software for any
  6. // purpose with or without fee is hereby granted, provided that the above
  7. // copyright notice and this permission notice appear in all copies.
  8. //
  9. // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  10. // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  11. // MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  12. // ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  13. // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  14. // ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  15. // OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  16. //
  17. //
  18. // ------------------------------------------------------------------
  19. //===================================================================
  20. // Author(s): ="Atheros"
  21. //===================================================================
  22. #include "apb_athr_wlan_map.h"
  23. #ifndef BT_HEADERS
  24. #define RTC_BASE_ADDRESS WLAN_RTC_BASE_ADDRESS
  25. #define VMC_BASE_ADDRESS WLAN_VMC_BASE_ADDRESS
  26. #define UART_BASE_ADDRESS WLAN_UART_BASE_ADDRESS
  27. #define DBG_UART_BASE_ADDRESS WLAN_DBG_UART_BASE_ADDRESS
  28. #define UMBOX_BASE_ADDRESS WLAN_UMBOX_BASE_ADDRESS
  29. #define SI_BASE_ADDRESS WLAN_SI_BASE_ADDRESS
  30. #define GPIO_BASE_ADDRESS WLAN_GPIO_BASE_ADDRESS
  31. #define MBOX_BASE_ADDRESS WLAN_MBOX_BASE_ADDRESS
  32. #define ANALOG_INTF_BASE_ADDRESS WLAN_ANALOG_INTF_BASE_ADDRESS
  33. #define MAC_BASE_ADDRESS WLAN_MAC_BASE_ADDRESS
  34. #define RDMA_BASE_ADDRESS WLAN_RDMA_BASE_ADDRESS
  35. #endif