Home
last modified time | relevance | path

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

/linux-6.15/drivers/thunderbolt/
H A Dusb4.c2275 u32 val, ubw, dbw, scale; in usb4_usb3_port_write_allocated_bandwidth() local
2296 dbw = mbps_to_usb3_bw(downstream_bw, scale); in usb4_usb3_port_write_allocated_bandwidth()
2298 tb_port_dbg(port, "scaled bandwidth %u/%u, scale %u\n", ubw, dbw, scale); in usb4_usb3_port_write_allocated_bandwidth()
2306 val |= dbw << ADP_USB3_CS_2_ADBW_SHIFT; in usb4_usb3_port_write_allocated_bandwidth()
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dphy.c729 enum rtw89_bandwidth dbw) in rtw89_phy_get_txsc() argument
745 if (dbw == RTW89_CHANNEL_WIDTH_20) { in rtw89_phy_get_txsc()
760 if (dbw == RTW89_CHANNEL_WIDTH_20) { in rtw89_phy_get_txsc()
778 if (dbw == RTW89_CHANNEL_WIDTH_20) { in rtw89_phy_get_txsc()
798 enum rtw89_bandwidth dbw) in rtw89_phy_get_txsb() argument
813 if (dbw == RTW89_CHANNEL_WIDTH_20) in rtw89_phy_get_txsb()
819 if (dbw == RTW89_CHANNEL_WIDTH_20) in rtw89_phy_get_txsb()
821 else if (dbw == RTW89_CHANNEL_WIDTH_40) in rtw89_phy_get_txsb()
827 if (dbw == RTW89_CHANNEL_WIDTH_20) in rtw89_phy_get_txsb()
829 else if (dbw == RTW89_CHANNEL_WIDTH_40) in rtw89_phy_get_txsb()
[all …]
H A Dphy.h799 enum rtw89_bandwidth dbw);
801 enum rtw89_bandwidth dbw);