Searched refs:cbw (Results 1 – 5 of 5) sorted by relevance
97 struct ushc_cbw *cbw; member277 ushc->cbw->cmd_idx = cpu_to_le16(req->cmd->opcode); in ushc_request()279 ushc->cbw->block_size = cpu_to_le16(req->data->blksz); in ushc_request()281 ushc->cbw->block_size = 0; in ushc_request()282 ushc->cbw->arg = cpu_to_le32(req->cmd->arg); in ushc_request()405 kfree(ushc->cbw); in ushc_clean_up()482 ushc->cbw = kzalloc_obj(struct ushc_cbw); in ushc_probe()483 if (ushc->cbw == NULL) { in ushc_probe()487 ushc->cbw->signature = USHC_CBW_SIGNATURE; in ushc_probe()490 ushc->cbw, sizeof(struct ushc_cbw), in ushc_probe()
88 receive a Mass Storage *CBW* [#cbw]_, req->length must either be set708 .. [#cbw] Command Block Wrapper
809 enum rtw89_bandwidth cbw = chan->band_width; in rtw89_phy_get_txsc() local815 if (cbw == dbw || cbw == RTW89_CHANNEL_WIDTH_20) in rtw89_phy_get_txsc()818 switch (cbw) { in rtw89_phy_get_txsc()878 enum rtw89_bandwidth cbw = chan->band_width; in rtw89_phy_get_txsb() local883 if (cbw == dbw || cbw == RTW89_CHANNEL_WIDTH_20) in rtw89_phy_get_txsb()886 switch (cbw) { in rtw89_phy_get_txsb()7593 enum rtw89_bandwidth cbw = chan->band_width; in rtw89_phy_dig_cal_under_region() local7600 switch (cbw) { in rtw89_phy_dig_cal_under_region()
1942 static const u16 cbw[RTW89_CHANNEL_WIDTH_ORDINARY_NUM] = { in rtw8922d_spur_freq() local1965 freq_lower = chan->freq - cbw[chan->band_width] / 2; in rtw8922d_spur_freq()1966 freq_upper = chan->freq + cbw[chan->band_width] / 2; in rtw8922d_spur_freq()
221 u8 cbw = FIELD_GET(MT_RXV1_FRAME_MODE, rxv1); in mt7615_mac_fill_tm_rx() local224 u32 foe_const = (BIT(cbw + 1) & 0xf) * 10000; in mt7615_mac_fill_tm_rx()