Searched refs:cs_count (Results 1 – 9 of 9) sorted by relevance
19 unsigned int cs_count; member27 .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()
320 sch_ep->cs_count = 0; in setup_sch_info()339 sch_ep->cs_count = 0; in setup_sch_info()387 sch_ep->num_budget_microframes = sch_ep->cs_count; in setup_sch_info()489 last_ss = start_ss + sch_ep->cs_count - 1; in check_sch_tt()510 last_cs = start_cs + cs_count - 1; in check_sch_tt()520 cs_count += extra_cs_count; in check_sch_tt()521 if (cs_count > 7) in check_sch_tt()522 cs_count = 7; /* HW limit */ in check_sch_tt()524 sch_ep->cs_count = cs_count; in check_sch_tt()526 sch_ep->num_budget_microframes = cs_count + 2; in check_sch_tt()[all …]
108 u32 cs_count; member
130 u8 cs_count; member
190 __le16 cs_count; in dln2_spi_get_cs_num() member202 *cs_num = le16_to_cpu(rx.cs_count); in dln2_spi_get_cs_num()
6789 u_int cs_count; in ahc_loadseq() local6801 cs_count = 0; in ahc_loadseq()6854 if (begin_set[cs_count] == TRUE in ahc_loadseq()6855 && end_set[cs_count] == FALSE) { in ahc_loadseq()6857 end_set[cs_count] = TRUE; in ahc_loadseq()6858 cs_count++; in ahc_loadseq()6863 && begin_set[cs_count] == FALSE) { in ahc_loadseq()6865 begin_set[cs_count] = TRUE; in ahc_loadseq()6873 ahc->num_critical_sections = cs_count; in ahc_loadseq()6874 if (cs_count != 0) { in ahc_loadseq()[all …]
9262 u_int cs_count; in ahd_loadseq() local9285 cs_count = 0; in ahd_loadseq()9378 if (begin_set[cs_count] == TRUE in ahd_loadseq()9379 && end_set[cs_count] == FALSE) { in ahd_loadseq()9381 end_set[cs_count] = TRUE; in ahd_loadseq()9382 cs_count++; in ahd_loadseq()9387 && begin_set[cs_count] == FALSE) { in ahd_loadseq()9389 begin_set[cs_count] = TRUE; in ahd_loadseq()9397 ahd->num_critical_sections = cs_count; in ahd_loadseq()9398 if (cs_count != 0) { in ahd_loadseq()[all …]
4605 .cs_count = chsw->count, in iwl_mvm_schedule_client_csa()4775 .cs_count = chsw->count, in iwl_mvm_channel_switch_rx_beacon()
9389 u32 cs_count; in nl80211_channel_switch() local9436 cs_count = nla_get_u32(info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]); in nl80211_channel_switch()9437 if (cs_count > 255) in nl80211_channel_switch()9440 params.count = cs_count; in nl80211_channel_switch()
Completed in 73 milliseconds