Home
last modified time | relevance | path

Searched refs:width_delta (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_dfs.c432 u32 width_delta, with_sum; in mt76x02_dfs_create_sequence() local
453 width_delta = 8; in mt76x02_dfs_create_sequence()
455 width_delta = with_sum >> 3; in mt76x02_dfs_create_sequence()
459 width_delta = with_sum >> 6; in mt76x02_dfs_create_sequence()
461 width_delta = 24; in mt76x02_dfs_create_sequence()
463 width_delta = 8; in mt76x02_dfs_create_sequence()
471 if (abs(event->width - cur_event->width) > width_delta || in mt76x02_dfs_create_sequence()