Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Dsta.h71 u32 wfx_rate_mask_to_hw(struct wfx_dev *wdev, u32 rates);
H A Dhif_tx.c324 cpu_to_le32(wfx_rate_mask_to_hw(wvif->wdev, conf->basic_rates)); in hif_join()
462 cpu_to_le32(wfx_rate_mask_to_hw(wvif->wdev, conf->basic_rates)); in hif_start()
H A Dsta.c23 u32 wfx_rate_mask_to_hw(struct wfx_dev *wdev, u32 rates) in wfx_rate_mask_to_hw() function