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

/linux-master/drivers/thunderbolt/
H A Dusb4.c2242 u32 val, ubw, dbw, scale; local
2263 dbw = mbps_to_usb3_bw(downstream_bw, scale);
2265 tb_port_dbg(port, "scaled bandwidth %u/%u, scale %u\n", ubw, dbw, scale);
2273 val |= dbw << ADP_USB3_CS_2_ADBW_SHIFT;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dphy.c660 enum rtw89_bandwidth dbw)
668 if (cbw == dbw || cbw == RTW89_CHANNEL_WIDTH_20)
676 if (dbw == RTW89_CHANNEL_WIDTH_20) {
691 if (dbw == RTW89_CHANNEL_WIDTH_20) {
693 } else if (dbw == RTW89_CHANNEL_WIDTH_40) {
709 if (dbw == RTW89_CHANNEL_WIDTH_20) {
714 } else if (dbw == RTW89_CHANNEL_WIDTH_40) {
729 enum rtw89_bandwidth dbw)
736 if (cbw == dbw || cbw == RTW89_CHANNEL_WIDTH_20)
744 if (dbw
658 rtw89_phy_get_txsc(struct rtw89_dev *rtwdev, const struct rtw89_chan *chan, enum rtw89_bandwidth dbw) argument
728 rtw89_phy_get_txsb(struct rtw89_dev *rtwdev, const struct rtw89_chan *chan, enum rtw89_bandwidth dbw) argument
[all...]
H A Dphy.h780 enum rtw89_bandwidth dbw);
782 enum rtw89_bandwidth dbw);

Completed in 203 milliseconds