Searched refs:IMR_BcnInt (Results 1 – 7 of 7) sorted by relevance
42 #define RT_IBSS_INT_MASKS (IMR_BcnInt | IMR_BcnInt | IMR_TBDOK | IMR_TBDER)
229 #define IMR_BcnInt BIT13 macro
2204 IMR_BcnInt | IMR_TBDOK | IMR_TBDER); in rtl8192_InitializeVariables()
2777 if (inta & IMR_BcnInt) { in rtl8192_interrupt()
322 .maps[RTL_IMR_BcnInt] = IMR_BcnInt,336 .maps[RTL_IBSS_INT_MASKS] = (IMR_BcnInt | IMR_TBDOK | IMR_TBDER),
546 #define IMR_BcnInt BIT(13) macro
293 #define IMR_BcnInt ((1 << 20)) /*Beacon Time out Interrupt */ macro