Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bus/
Dimx-weim.c19 unsigned int cs_count; member
25 .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()
/linux-4.1.27/drivers/spi/
Dspi-dln2.c193 __le16 cs_count; in dln2_spi_get_cs_num() member
205 *cs_num = le16_to_cpu(rx.cs_count); in dln2_spi_get_cs_num()
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx_core.c6855 u_int cs_count; in ahc_loadseq() local
6867 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 …]
Daic79xx_core.c9358 u_int cs_count; in ahd_loadseq() local
9381 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 …]
/linux-4.1.27/net/wireless/
Dnl80211.c6372 u32 cs_count; in nl80211_channel_switch() local
6412 cs_count = nla_get_u32(info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]); in nl80211_channel_switch()
6413 if (cs_count > 255) in nl80211_channel_switch()
6416 params.count = cs_count; in nl80211_channel_switch()