Searched refs:cs_count (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/bus/ |
H A D | imx-weim.c | 19 unsigned int cs_count; member in struct:imx_weim_devtype 25 .cs_count = 6, 31 .cs_count = 6, 37 .cs_count = 4, 43 .cs_count = 6, 123 if (cs_idx >= devtype->cs_count) weim_timing_setup()
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-dln2.c | 193 __le16 cs_count; dln2_spi_get_cs_num() member in struct:__anon9713 205 *cs_num = le16_to_cpu(rx.cs_count); dln2_spi_get_cs_num()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 6855 u_int cs_count; ahc_loadseq() local 6867 cs_count = 0; ahc_loadseq() 6920 if (begin_set[cs_count] == TRUE ahc_loadseq() 6921 && end_set[cs_count] == FALSE) { ahc_loadseq() 6922 cs_table[cs_count].end = downloaded; ahc_loadseq() 6923 end_set[cs_count] = TRUE; ahc_loadseq() 6924 cs_count++; ahc_loadseq() 6929 && begin_set[cs_count] == FALSE) { ahc_loadseq() 6930 cs_table[cs_count].begin = downloaded; ahc_loadseq() 6931 begin_set[cs_count] = TRUE; ahc_loadseq() 6939 ahc->num_critical_sections = cs_count; ahc_loadseq() 6940 if (cs_count != 0) { ahc_loadseq() 6942 cs_count *= sizeof(struct cs); ahc_loadseq() 6943 ahc->critical_sections = kmalloc(cs_count, GFP_ATOMIC); ahc_loadseq() 6946 memcpy(ahc->critical_sections, cs_table, cs_count); ahc_loadseq()
|
H A D | aic79xx_core.c | 9358 u_int cs_count; ahd_loadseq() local 9381 cs_count = 0; ahd_loadseq() 9474 if (begin_set[cs_count] == TRUE ahd_loadseq() 9475 && end_set[cs_count] == FALSE) { ahd_loadseq() 9476 cs_table[cs_count].end = downloaded; ahd_loadseq() 9477 end_set[cs_count] = TRUE; ahd_loadseq() 9478 cs_count++; ahd_loadseq() 9483 && begin_set[cs_count] == FALSE) { ahd_loadseq() 9484 cs_table[cs_count].begin = downloaded; ahd_loadseq() 9485 begin_set[cs_count] = TRUE; ahd_loadseq() 9493 ahd->num_critical_sections = cs_count; ahd_loadseq() 9494 if (cs_count != 0) { ahd_loadseq() 9496 cs_count *= sizeof(struct cs); ahd_loadseq() 9497 ahd->critical_sections = kmalloc(cs_count, GFP_ATOMIC); ahd_loadseq() 9500 memcpy(ahd->critical_sections, cs_table, cs_count); ahd_loadseq()
|
/linux-4.1.27/net/wireless/ |
H A D | nl80211.c | 6372 u32 cs_count; nl80211_channel_switch() local 6412 cs_count = nla_get_u32(info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]); nl80211_channel_switch() 6413 if (cs_count > 255) nl80211_channel_switch() 6416 params.count = cs_count; nl80211_channel_switch()
|
Completed in 319 milliseconds