Searched refs:max_bit_rate (Results 1 – 4 of 4) sorted by relevance
146 uint8_t max_bit_rate; member522 uint8_t max_bit_rate; member
357 u32 max_bit_rate; /* Maximum link bit rate to use (in Mbps) */ member1740 cdns_phy->max_bit_rate, in cdns_torrent_dp_common_init()1744 cdns_phy->max_bit_rate, in cdns_torrent_dp_common_init()1748 cdns_phy->max_bit_rate, in cdns_torrent_dp_common_init()1751 cdns_torrent_dp_pma_cmn_rate(cdns_phy, inst, cdns_phy->max_bit_rate, in cdns_torrent_dp_common_init()3064 cdns_phy->max_bit_rate = DEFAULT_MAX_BIT_RATE; in cdns_torrent_phy_probe()3066 &cdns_phy->max_bit_rate); in cdns_torrent_phy_probe()3068 switch (cdns_phy->max_bit_rate) { in cdns_torrent_phy_probe()3081 cdns_phy->max_bit_rate); in cdns_torrent_phy_probe()3106 cdns_phy->max_bit_rate / 1000, in cdns_torrent_phy_probe()[all …]
3380 u16 max_bit_rate = 0; in il_init_ht_hw_capab() local3390 max_bit_rate = MAX_BIT_RATE_20_MHZ; in il_init_ht_hw_capab()3395 max_bit_rate = MAX_BIT_RATE_40_MHZ; in il_init_ht_hw_capab()3411 max_bit_rate *= rx_chains_num; in il_init_ht_hw_capab()3412 WARN_ON(max_bit_rate & ~IEEE80211_HT_MCS_RX_HIGHEST_MASK); in il_init_ht_hw_capab()3413 ht_info->mcs.rx_highest = cpu_to_le16(max_bit_rate); in il_init_ht_hw_capab()
794 uint8_t byte2 = audio_mode->max_bit_rate; in dce_aud_az_configure()