Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c322 sch_ep->cs_count = 0; in setup_sch_info()
340 sch_ep->cs_count = 0; in setup_sch_info()
387 sch_ep->cs_count = DIV_ROUND_UP(maxpkt, FS_PAYLOAD_MAX); in setup_sch_info()
388 sch_ep->num_budget_microframes = sch_ep->cs_count; in setup_sch_info()
392 for (i = 0; i < sch_ep->cs_count - 1; i++) in setup_sch_info()
410 for (i = 0; i < sch_ep->cs_count - 1; i++) in setup_sch_info()
589 last_ss = start_ss + sch_ep->cs_count - 1; in check_ss_and_cs()
600 u32 cs_count = DIV_ROUND_UP(sch_ep->maxpkt, FS_PAYLOAD_MAX); in check_ss_and_cs() local
611 last_cs = start_cs + cs_count - 1; in check_ss_and_cs()
616 cs_count += (last_cs == 7) ? 1 : 2; in check_ss_and_cs()
[all …]
H A Dxhci-mtk.h121 u32 cs_count; member
/linux/drivers/bus/
H A Dimx-weim.c23 unsigned int cs_count; member
32 .cs_count = 6,
38 .cs_count = 6,
44 .cs_count = 4,
53 .cs_count = 6,
153 if (WARN_ON(devtype->cs_count > MAX_CS_COUNT)) in weim_timing_setup()
181 if (cs_idx >= devtype->cs_count) in weim_timing_setup()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6789 u_int cs_count; in ahc_loadseq() local
6801 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()
6856 cs_table[cs_count].end = downloaded; 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()
6864 cs_table[cs_count].begin = downloaded; in ahc_loadseq()
6865 begin_set[cs_count] = TRUE; in ahc_loadseq()
[all …]
H A Daic79xx_core.c9262 u_int cs_count; in ahd_loadseq() local
9285 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()
9380 cs_table[cs_count].end = downloaded; 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()
9388 cs_table[cs_count].begin = downloaded; in ahd_loadseq()
9389 begin_set[cs_count] = TRUE; in ahd_loadseq()
[all …]
/linux/fs/nfsd/
H A Dnfs4state.c981 refcount_set(&cps->cp_stateid.cs_count, 1); in nfs4_alloc_init_cpntf_state()
7314 if (!refcount_dec_and_test(&cps->cp_stateid.cs_count)) in manage_cpntf_state()
7345 refcount_inc(&state->cp_stateid.cs_count); in find_cpntf_state()
/linux/net/wireless/
H A Dnl80211.c11339 u32 cs_count; in nl80211_channel_switch() local
11386 cs_count = nla_get_u32(info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]); in nl80211_channel_switch()
11387 if (cs_count > 255) in nl80211_channel_switch()
11390 params.count = cs_count; in nl80211_channel_switch()