Searched refs:BIT_17 (Results 1 - 8 of 8) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_host_int.h96 #define INTR_TRIG_RX_PROC1 BIT_17 /* The host sets this bit to inform the FW */
H A Dpublic_event_mbox.h93 MEASUREMENT_COMPLETE_EVENT_ID = BIT_17,
H A Dti_types.h76 #define BIT_17 0x00020000 macro
H A Dpublic_types.h132 #define BIT_17 0x00020000 macro
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_host_int.h97 #define INTR_TRIG_RX_PROC1 BIT_17 /* OBSOLETE */
H A Dpublic_types.h151 #define BIT_17 0x00020000 macro
246 HW_BIT_RATE_MCS_4 = BIT_17,
H A Dpublic_event_mbox.h97 CHANNEL_SWITCH_COMPLETE_EVENT_ID = BIT_17,
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
H A DHwInit.c1669 val |= BIT_16 | BIT_17;
1702 if ((val & BIT_16) && (!(val & BIT_17)))
1743 value |= BIT_16 | BIT_17;
1964 val |= BIT_16 | BIT_17;
2003 if ((val & BIT_16) && (!(val & BIT_17)))
2043 value |= BIT_16 | BIT_17;
2108 uAddress|= BIT_16 | BIT_17;
2194 uAddress|= BIT_16 | BIT_17;
2270 if ((pHwInit->uTopRegValue & BIT_16) && (!(pHwInit->uTopRegValue & BIT_17)))

Completed in 126 milliseconds