Home
last modified time | relevance | path

Searched refs:cs_count (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/drivers/bus/
H A Dimx-weim.c19 unsigned int cs_count; member
27 .cs_count = 6,
33 .cs_count = 6,
39 .cs_count = 4,
47 .cs_count = 6,
141 if (WARN_ON(devtype->cs_count > MAX_CS_COUNT)) in weim_timing_setup()
165 if (cs_idx >= devtype->cs_count) in weim_timing_setup()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mtk-sch.c301 sch_ep->cs_count = 0; in setup_sch_info()
319 sch_ep->cs_count = 0; in setup_sch_info()
355 * num_budget_microframes and cs_count will be updated when in setup_sch_info()
358 sch_ep->cs_count = DIV_ROUND_UP(maxpkt, FS_PAYLOAD_MAX); 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()
447 u32 cs_count = DIV_ROUND_UP(sch_ep->maxpkt, FS_PAYLOAD_MAX); in check_sch_tt() local
458 last_cs = start_cs + cs_count - 1; in check_sch_tt()
463 if (cs_count > 7) in check_sch_tt()
464 cs_count in check_sch_tt()
[all...]
H A Dxhci-mtk.h79 * @cs_count: number of CS that host will trigger
109 u32 cs_count; member
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mtk-sch.c263 sch_ep->cs_count = 0; in setup_sch_info()
282 sch_ep->cs_count = 0; in setup_sch_info()
329 * num_budget_microframes and cs_count will be updated when in setup_sch_info()
332 sch_ep->cs_count = DIV_ROUND_UP(maxpkt, FS_PAYLOAD_MAX); in setup_sch_info()
333 sch_ep->num_budget_microframes = sch_ep->cs_count; in setup_sch_info()
348 * due to cs_count will be updated according to cs in setup_sch_info()
441 last_ss = start_ss + sch_ep->cs_count - 1; in check_sch_tt()
451 u32 cs_count = DIV_ROUND_UP(sch_ep->maxpkt, FS_PAYLOAD_MAX); in check_sch_tt() local
462 last_cs = start_cs + cs_count - 1; in check_sch_tt()
472 cs_count in check_sch_tt()
[all...]
H A Dxhci-mtk.h71 * @cs_count: number of CS that host will trigger
98 u32 cs_count; member
/kernel/linux/linux-6.6/drivers/bus/
H A Dimx-weim.c20 unsigned int cs_count; member
29 .cs_count = 6,
35 .cs_count = 6,
41 .cs_count = 4,
50 .cs_count = 6,
150 if (WARN_ON(devtype->cs_count > MAX_CS_COUNT)) in weim_timing_setup()
178 if (cs_idx >= devtype->cs_count) in weim_timing_setup()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac-cfg.h177 * @cs_count: channel switch count from CSA/eCSA IE
188 u8 cs_count; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac-cfg.h198 * @cs_count: channel switch count from CSA/eCSA IE
209 u8 cs_count; member
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-tegra210-quad.c168 unsigned int cs_count; member
1467 .cs_count = 1,
1474 .cs_count = 1,
1481 .cs_count = 1,
1488 .cs_count = 4,
1567 master->num_chipselect = tqspi->soc_data->cs_count; in tegra_qspi_probe()
H 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()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-dln2.c190 __le16 cs_count; in dln2_spi_get_cs_num() member
202 *cs_num = le16_to_cpu(rx.cs_count); in dln2_spi_get_cs_num()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6794 u_int cs_count; in ahc_loadseq() local
6806 cs_count = 0; in ahc_loadseq()
6859 if (begin_set[cs_count] == TRUE in ahc_loadseq()
6860 && end_set[cs_count] == FALSE) { in ahc_loadseq()
6861 cs_table[cs_count].end = downloaded; in ahc_loadseq()
6862 end_set[cs_count] = TRUE; in ahc_loadseq()
6863 cs_count++; in ahc_loadseq()
6868 && begin_set[cs_count] == FALSE) { in ahc_loadseq()
6869 cs_table[cs_count].begin = downloaded; in ahc_loadseq()
6870 begin_set[cs_count] in ahc_loadseq()
[all...]
H A Daic79xx_core.c9266 u_int cs_count; in ahd_loadseq() local
9289 cs_count = 0; in ahd_loadseq()
9382 if (begin_set[cs_count] == TRUE in ahd_loadseq()
9383 && end_set[cs_count] == FALSE) { in ahd_loadseq()
9384 cs_table[cs_count].end = downloaded; in ahd_loadseq()
9385 end_set[cs_count] = TRUE; in ahd_loadseq()
9386 cs_count++; in ahd_loadseq()
9391 && begin_set[cs_count] == FALSE) { in ahd_loadseq()
9392 cs_table[cs_count].begin = downloaded; in ahd_loadseq()
9393 begin_set[cs_count] in ahd_loadseq()
[all...]
/kernel/linux/linux-6.6/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] 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] in ahd_loadseq()
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H A Dstate.h64 refcount_t cs_count; member
H A Dnfs4state.c1018 refcount_set(&cps->cp_stateid.cs_count, 1); in nfs4_alloc_init_cpntf_state()
6537 if (!refcount_dec_and_test(&cps->cp_stateid.cs_count)) in _free_cpntf_state_locked()
6568 refcount_inc(&state->cp_stateid.cs_count); in manage_cpntf_state()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c4561 .cs_count = chsw->count, in iwl_mvm_schedule_client_csa()
4718 .cs_count = chsw->count, in iwl_mvm_channel_switch_rx_beacon()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c5307 .cs_count = chsw->count, in iwl_mvm_schedule_client_csa()
5486 .cs_count = chsw->count, in iwl_mvm_channel_switch_rx_beacon()
/kernel/linux/linux-5.10/net/wireless/
H A Dnl80211.c9010 u32 cs_count; in nl80211_channel_switch() local
9057 cs_count = nla_get_u32(info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]); in nl80211_channel_switch()
9058 if (cs_count > 255) in nl80211_channel_switch()
9061 params.count = cs_count; in nl80211_channel_switch()
/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.c10102 u32 cs_count; in nl80211_channel_switch() local
10149 cs_count = nla_get_u32(info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]); in nl80211_channel_switch()
10150 if (cs_count > 255) in nl80211_channel_switch()
10153 params.count = cs_count; in nl80211_channel_switch()

Completed in 104 milliseconds