Searched refs:FLAG_HOST_RESET (Results 1 – 8 of 8) sorted by relevance
1337 #define FLAG_HOST_RESET (1 << 0) macro1338 #define IS_HOST_RESET(x) ((x) & FLAG_HOST_RESET)1339 #define CLEAR_HOST_RESET(x) ((x) & ~FLAG_HOST_RESET)
1543 #define FLAG_HOST_RESET (1 << 0) macro1544 #define IS_HOST_RESET(x) ((x) & FLAG_HOST_RESET)1545 #define CLEAR_HOST_RESET(x) ((x) & ~FLAG_HOST_RESET)
1201 #define FLAG_HOST_RESET (1 << 0) macro
957 ts_config.flags |= FLAG_HOST_RESET; in dhd_timesync_send_host_timestamping_config()