Searched refs:symbol_duration (Results 1 – 5 of 5) sorted by relevance
163 phy->symbol_duration = duration; in ieee802154_configure_durations()165 (IEEE802154_LIFS_PERIOD * phy->symbol_duration) / NSEC_PER_USEC; in ieee802154_configure_durations()167 (IEEE802154_SIFS_PERIOD * phy->symbol_duration) / NSEC_PER_USEC; in ieee802154_configure_durations()190 wpan_phy->symbol_duration) / NSEC_PER_USEC; in ieee802154_setup_wpan_phy_pib()192 wpan_phy->symbol_duration) / NSEC_PER_USEC; in ieee802154_setup_wpan_phy_pib()
96 u8 symbol_duration) in mac802154_scan_get_channel_time() argument98 u64 base_super_frame_duration = (u64)symbol_duration * in mac802154_scan_get_channel_time()260 wpan_phy->symbol_duration); in mac802154_scan_worker()510 request->wpan_phy->symbol_duration); in mac802154_send_beacons_locked()
231 u32 symbol_duration; member
121 u8 symbol_duration; member2872 delay *= state->symbol_duration; in dib8000_get_timeout()3085 state->symbol_duration = dib8000_get_symbol_duration(state); in dib8000_tune()3364 return ret * state->symbol_duration; in dib8000_tune()3365 if ((ret > 0) && (ret < state->symbol_duration)) in dib8000_tune()3366 return state->symbol_duration; /* at least one symbol */ in dib8000_tune()
2917 ca8210_hw->phy->symbol_duration = 16; in ca8210_hw_setup()2918 ca8210_hw->phy->lifs_period = 40 * ca8210_hw->phy->symbol_duration; in ca8210_hw_setup()2919 ca8210_hw->phy->sifs_period = 12 * ca8210_hw->phy->symbol_duration; in ca8210_hw_setup()