Home
last modified time | relevance | path

Searched refs:cs_count (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dxhci-mtk-sch.c236 sch_ep->cs_count = 0; in setup_sch_info()
255 sch_ep->cs_count = 0; in setup_sch_info()
305 sch_ep->cs_count = DIV_ROUND_UP(maxpkt, FS_PAYLOAD_MAX); in setup_sch_info()
306 sch_ep->num_budget_microframes = sch_ep->cs_count; in setup_sch_info()
392 last_ss = start_ss + sch_ep->cs_count - 1; in check_sch_tt()
401 for (i = 0; i < sch_ep->cs_count; i++) in check_sch_tt()
406 u32 cs_count = DIV_ROUND_UP(sch_ep->maxpkt, FS_PAYLOAD_MAX); in check_sch_tt() local
417 last_cs = start_cs + cs_count - 1; in check_sch_tt()
427 cs_count += extra_cs_count; in check_sch_tt()
428 if (cs_count > 7) in check_sch_tt()
[all …]
Dxhci-mtk.h96 u32 cs_count; member
/Linux-v5.10/drivers/bus/
Dimx-weim.c19 unsigned int cs_count; member
27 .cs_count = 6,
33 .cs_count = 6,
39 .cs_count = 4,
47 .cs_count = 6,
141 if (WARN_ON(devtype->cs_count > MAX_CS_COUNT)) in weim_timing_setup()
165 if (cs_idx >= devtype->cs_count) in weim_timing_setup()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
Dmac-cfg.h188 u8 cs_count; member
/Linux-v5.10/drivers/spi/
Dspi-dln2.c190 __le16 cs_count; in dln2_spi_get_cs_num() member
202 *cs_num = le16_to_cpu(rx.cs_count); in dln2_spi_get_cs_num()
/Linux-v5.10/drivers/scsi/aic7xxx/
Daic7xxx_core.c6794 u_int cs_count; in ahc_loadseq() local
6806 cs_count = 0; in ahc_loadseq()
6859 if (begin_set[cs_count] == TRUE in ahc_loadseq()
6860 && end_set[cs_count] == FALSE) { in ahc_loadseq()
6861 cs_table[cs_count].end = downloaded; in ahc_loadseq()
6862 end_set[cs_count] = TRUE; in ahc_loadseq()
6863 cs_count++; in ahc_loadseq()
6868 && begin_set[cs_count] == FALSE) { in ahc_loadseq()
6869 cs_table[cs_count].begin = downloaded; in ahc_loadseq()
6870 begin_set[cs_count] = TRUE; in ahc_loadseq()
[all …]
Daic79xx_core.c9266 u_int cs_count; in ahd_loadseq() local
9289 cs_count = 0; in ahd_loadseq()
9382 if (begin_set[cs_count] == TRUE in ahd_loadseq()
9383 && end_set[cs_count] == FALSE) { in ahd_loadseq()
9384 cs_table[cs_count].end = downloaded; in ahd_loadseq()
9385 end_set[cs_count] = TRUE; in ahd_loadseq()
9386 cs_count++; in ahd_loadseq()
9391 && begin_set[cs_count] == FALSE) { in ahd_loadseq()
9392 cs_table[cs_count].begin = downloaded; in ahd_loadseq()
9393 begin_set[cs_count] = TRUE; in ahd_loadseq()
[all …]
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c4503 .cs_count = chsw->count, in iwl_mvm_schedule_client_csa()
4660 .cs_count = chsw->count, in iwl_mvm_channel_switch_rx_beacon()
/Linux-v5.10/net/wireless/
Dnl80211.c8989 u32 cs_count; in nl80211_channel_switch() local
9036 cs_count = nla_get_u32(info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]); in nl80211_channel_switch()
9037 if (cs_count > 255) in nl80211_channel_switch()
9040 params.count = cs_count; in nl80211_channel_switch()