Searched refs:cs_count (Results 1 – 5 of 5) sorted by relevance
19 unsigned int cs_count; member25 .cs_count = 6,31 .cs_count = 6,37 .cs_count = 4,43 .cs_count = 6,123 if (cs_idx >= devtype->cs_count) in weim_timing_setup()
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 …]
9358 u_int cs_count; in ahd_loadseq() local9381 cs_count = 0; in ahd_loadseq()9474 if (begin_set[cs_count] == TRUE in ahd_loadseq()9475 && end_set[cs_count] == FALSE) { in ahd_loadseq()9476 cs_table[cs_count].end = downloaded; in ahd_loadseq()9477 end_set[cs_count] = TRUE; in ahd_loadseq()9478 cs_count++; in ahd_loadseq()9483 && begin_set[cs_count] == FALSE) { in ahd_loadseq()9484 cs_table[cs_count].begin = downloaded; in ahd_loadseq()9485 begin_set[cs_count] = TRUE; in ahd_loadseq()[all …]
6534 u32 cs_count; in nl80211_channel_switch() local6574 cs_count = nla_get_u32(info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]); in nl80211_channel_switch()6575 if (cs_count > 255) in nl80211_channel_switch()6578 params.count = cs_count; in nl80211_channel_switch()