rtl8712_interrupt_bitdef.h 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
  4. *
  5. * This program is free software; you can redistribute it and/or modify it
  6. * under the terms of version 2 of the GNU General Public License as
  7. * published by the Free Software Foundation.
  8. *
  9. * This program is distributed in the hope that it will be useful, but WITHOUT
  10. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  12. * more details.
  13. *
  14. * You should have received a copy of the GNU General Public License along with
  15. * this program; if not, write to the Free Software Foundation, Inc.,
  16. * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
  17. *
  18. *
  19. ******************************************************************************/
  20. #ifndef __RTL8712_INTERRUPT_BITDEF_H__
  21. #define __RTL8712_INTERRUPT_BITDEF_H__
  22. /*HIMR*/
  23. /*HISR*/
  24. #define _CPUERR BIT(29)
  25. #define _ATIMEND BIT(28)
  26. #define _TXBCNOK BIT(27)
  27. #define _TXBCNERR BIT(26)
  28. #define _BCNDMAINT4 BIT(25)
  29. #define _BCNDMAINT3 BIT(24)
  30. #define _BCNDMAINT2 BIT(23)
  31. #define _BCNDMAINT1 BIT(22)
  32. #define _BCNDOK4 BIT(21)
  33. #define _BCNDOK3 BIT(20)
  34. #define _BCNDOK2 BIT(19)
  35. #define _BCNDOK1 BIT(18)
  36. #define _TIMEOUT2 BIT(17)
  37. #define _TIMEOUT1 BIT(16)
  38. #define _TXFOVW BIT(15)
  39. #define _PSTIMEOUT BIT(14)
  40. #define _BCNDMAINT0 BIT(13)
  41. #define _FOVW BIT(12)
  42. #define _RDU BIT(11)
  43. #define _RXCMDOK BIT(10)
  44. #define _BCNDOK0 BIT(9)
  45. #define _HIGHDOK BIT(8)
  46. #define _COMDOK BIT(7)
  47. #define _MGTDOK BIT(6)
  48. #define _HCCADOK BIT(5)
  49. #define _BKDOK BIT(4)
  50. #define _BEDOK BIT(3)
  51. #define _VIDOK BIT(2)
  52. #define _VODOK BIT(1)
  53. #define _RXOK BIT(0)
  54. #endif /*__RTL8712_INTERRUPT_BITDEF_H__*/