Searched refs:probe_period (Results 1 – 1 of 1) sorted by relevance
8459 #define ANT_DIV_SET_PERIOD(probe_period, stay_period) \ argument8461 (((probe_period) & 0x1fff) << 13) | \9816 uint32_t probe_period, stay_period, ant_div_usrcfg; in hdd_config_ant_div_period() local9830 probe_period = nla_get_u32(probe_attr); in hdd_config_ant_div_period()9832 ant_div_usrcfg = ANT_DIV_SET_PERIOD(probe_period, stay_period); in hdd_config_ant_div_period()