ux500: remove ambiguous irq macros
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / rtl8712 / rtl8712_security_bitdef.h
blob8df4bf4a0699462bd04b1ce1c5cf876ee72c4000
1 #ifndef __RTL8712_SECURITY_BITDEF_H__
2 #define __RTL8712_SECURITY_BITDEF_H__
4 /*CAMCMD*/
5 #define _SECCAM_POLLING BIT(31)
6 #define _SECCAM_CLR BIT(30)
7 #define _SECCAM_WE BIT(16)
8 #define _SECCAM_ADR_MSK 0x000000FF
9 #define _SECCAM_ADR_SHT 0
11 /*CAMDBG*/
12 #define _SECCAM_INFO BIT(31)
13 #define _SEC_KEYFOUND BIT(30)
14 #define _SEC_CONFIG_MSK 0x3F000000
15 #define _SEC_CONFIG_SHT 24
16 #define _SEC_KEYCONTENT_MSK 0x00FFFFFF
17 #define _SEC_KEYCONTENT_SHT 0
19 /*SECCFG*/
20 #define _NOSKMC BIT(5)
21 #define _SKBYA2 BIT(4)
22 #define _RXDEC BIT(3)
23 #define _TXENC BIT(2)
24 #define _RXUSEDK BIT(1)
25 #define _TXUSEDK BIT(0)
28 #endif /*__RTL8712_SECURITY_BITDEF_H__*/