Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/host/
A Dxhci-mtk-sch.c301 sch_ep->cs_count = 0; in setup_sch_info()
319 sch_ep->cs_count = 0; in setup_sch_info()
359 sch_ep->num_budget_microframes = sch_ep->cs_count; in setup_sch_info()
437 last_ss = start_ss + sch_ep->cs_count - 1; in check_sch_tt()
458 last_cs = start_cs + cs_count - 1; in check_sch_tt()
463 if (cs_count > 7) in check_sch_tt()
464 cs_count = 7; /* HW limit */ in check_sch_tt()
466 sch_ep->cs_count = cs_count; in check_sch_tt()
468 sch_ep->num_budget_microframes = cs_count; in check_sch_tt()
712 | EP_BCSCOUNT(sch_ep->cs_count) in xhci_mtk_check_bandwidth()
[all …]
A Dxhci-mtk.h109 u32 cs_count; member
/linux-6.3-rc2/drivers/bus/
A Dimx-weim.c19 unsigned int cs_count; member
28 .cs_count = 6,
34 .cs_count = 6,
40 .cs_count = 4,
49 .cs_count = 6,
149 if (WARN_ON(devtype->cs_count > MAX_CS_COUNT)) in weim_timing_setup()
177 if (cs_idx >= devtype->cs_count) in weim_timing_setup()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/api/
A Dmac-cfg.h164 u8 cs_count; member
/linux-6.3-rc2/drivers/spi/
A Dspi-tegra210-quad.c167 unsigned int cs_count; member
1457 .cs_count = 1,
1463 .cs_count = 1,
1469 .cs_count = 1,
1475 .cs_count = 4,
1554 master->num_chipselect = tqspi->soc_data->cs_count; in tegra_qspi_probe()
A Dspi-dln2.c191 __le16 cs_count; in dln2_spi_get_cs_num() member
203 *cs_num = le16_to_cpu(rx.cs_count); in dln2_spi_get_cs_num()
/linux-6.3-rc2/drivers/scsi/aic7xxx/
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()
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 …]
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()
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 …]
/linux-6.3-rc2/fs/nfsd/
A Dstate.h64 refcount_t cs_count; member
A Dnfs4state.c1006 refcount_set(&cps->cp_stateid.cs_count, 1); in nfs4_alloc_init_cpntf_state()
6483 if (!refcount_dec_and_test(&cps->cp_stateid.cs_count)) in _free_cpntf_state_locked()
6514 refcount_inc(&state->cp_stateid.cs_count); in manage_cpntf_state()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Dmac80211.c4739 .cs_count = chsw->count, in iwl_mvm_schedule_client_csa()
4918 .cs_count = chsw->count, in iwl_mvm_channel_switch_rx_beacon()
/linux-6.3-rc2/net/wireless/
A Dnl80211.c9967 u32 cs_count; in nl80211_channel_switch() local
10014 cs_count = nla_get_u32(info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]); in nl80211_channel_switch()
10015 if (cs_count > 255) in nl80211_channel_switch()
10018 params.count = cs_count; in nl80211_channel_switch()

Completed in 91 milliseconds