Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/mac802154/
A Dmain.c159 phy->symbol_duration = duration; in ieee802154_configure_durations()
160 phy->lifs_period = (IEEE802154_LIFS_PERIOD * phy->symbol_duration) / NSEC_PER_SEC; in ieee802154_configure_durations()
161 phy->sifs_period = (IEEE802154_SIFS_PERIOD * phy->symbol_duration) / NSEC_PER_SEC; in ieee802154_configure_durations()
184 (IEEE802154_LIFS_PERIOD * wpan_phy->symbol_duration) / 1000; in ieee802154_setup_wpan_phy_pib()
186 (IEEE802154_SIFS_PERIOD * wpan_phy->symbol_duration) / 1000; in ieee802154_setup_wpan_phy_pib()
A Dscan.c92 u8 symbol_duration) in mac802154_scan_get_channel_time() argument
94 u64 base_super_frame_duration = (u64)symbol_duration * in mac802154_scan_get_channel_time()
211 wpan_phy->symbol_duration); in mac802154_scan_worker()
452 request->wpan_phy->symbol_duration); in mac802154_send_beacons_locked()
/linux-6.3-rc2/include/net/
A Dcfg802154.h220 u32 symbol_duration; member
/linux-6.3-rc2/drivers/media/dvb-frontends/
A Ddib8000.c121 u8 symbol_duration; member
2872 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()
/linux-6.3-rc2/drivers/net/ieee802154/
A Dca8210.c2936 ca8210_hw->phy->symbol_duration = 16; in ca8210_hw_setup()
2937 ca8210_hw->phy->lifs_period = 40 * ca8210_hw->phy->symbol_duration; in ca8210_hw_setup()
2938 ca8210_hw->phy->sifs_period = 12 * ca8210_hw->phy->symbol_duration; in ca8210_hw_setup()

Completed in 19 milliseconds