Searched refs:cs_count (Results 1 – 7 of 7) sorted by relevance
19 unsigned int cs_count; member25 .cs_count = 6,31 .cs_count = 6,37 .cs_count = 4,43 .cs_count = 6,128 if (cs_idx >= devtype->cs_count) in weim_timing_setup()
88 sch_ep->cs_count = 0; in setup_sch_info()107 sch_ep->cs_count = 0; in setup_sch_info()140 sch_ep->cs_count = 3; /* at most need 3 CS*/ in setup_sch_info()142 sch_ep->num_budget_microframes = sch_ep->cs_count + 2; in setup_sch_info()154 sch_ep->cs_count = sch_ep->num_budget_microframes; in setup_sch_info()158 sch_ep->cs_count = DIV_ROUND_UP( in setup_sch_info()160 sch_ep->num_budget_microframes = sch_ep->cs_count + 2; in setup_sch_info()367 | EP_BCSCOUNT(sch_ep->cs_count) | EP_BBM(sch_ep->burst_mode)); in xhci_mtk_add_ep_quirk()372 sch_ep->pkts, sch_ep->cs_count, sch_ep->burst_mode, in xhci_mtk_add_ep_quirk()
74 u32 cs_count; member
193 __le16 cs_count; in dln2_spi_get_cs_num() member205 *cs_num = le16_to_cpu(rx.cs_count); in dln2_spi_get_cs_num()
6855 u_int cs_count; in ahc_loadseq() local6867 cs_count = 0; in ahc_loadseq()6920 if (begin_set[cs_count] == TRUE in ahc_loadseq()6921 && end_set[cs_count] == FALSE) { in ahc_loadseq()6922 cs_table[cs_count].end = downloaded; in ahc_loadseq()6923 end_set[cs_count] = TRUE; in ahc_loadseq()6924 cs_count++; in ahc_loadseq()6929 && begin_set[cs_count] == FALSE) { in ahc_loadseq()6930 cs_table[cs_count].begin = downloaded; in ahc_loadseq()6931 begin_set[cs_count] = TRUE; in ahc_loadseq()[all …]
9346 u_int cs_count; in ahd_loadseq() local9369 cs_count = 0; in ahd_loadseq()9462 if (begin_set[cs_count] == TRUE in ahd_loadseq()9463 && end_set[cs_count] == FALSE) { in ahd_loadseq()9464 cs_table[cs_count].end = downloaded; in ahd_loadseq()9465 end_set[cs_count] = TRUE; in ahd_loadseq()9466 cs_count++; in ahd_loadseq()9471 && begin_set[cs_count] == FALSE) { in ahd_loadseq()9472 cs_table[cs_count].begin = downloaded; in ahd_loadseq()9473 begin_set[cs_count] = TRUE; in ahd_loadseq()[all …]
7888 u32 cs_count; in nl80211_channel_switch() local7934 cs_count = nla_get_u32(info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]); in nl80211_channel_switch()7935 if (cs_count > 255) in nl80211_channel_switch()7938 params.count = cs_count; in nl80211_channel_switch()