Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dushc.c97 struct ushc_cbw *cbw; member
277 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()
/linux/Documentation/driver-api/usb/
H A Ddwc3.rst88 receive a Mass Storage *CBW* [#cbw]_, req->length must either be set
708 .. [#cbw] Command Block Wrapper
/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c809 enum rtw89_bandwidth cbw = chan->band_width; in rtw89_phy_get_txsc() local
815 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() local
883 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() local
7600 switch (cbw) { in rtw89_phy_dig_cal_under_region()
H A Drtw8922d.c1942 static const u16 cbw[RTW89_CHANNEL_WIDTH_ORDINARY_NUM] = { in rtw8922d_spur_freq() local
1965 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()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c221 u8 cbw = FIELD_GET(MT_RXV1_FRAME_MODE, rxv1); in mt7615_mac_fill_tm_rx() local
224 u32 foe_const = (BIT(cbw + 1) & 0xf) * 10000; in mt7615_mac_fill_tm_rx()