Home
last modified time | relevance | path

Searched refs:tre (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/bus/mhi/
H A Dcommon.h144 #define MHI_TRE_GET_DWORD(tre, word) le32_to_cpu((tre)->dword[(word)]) argument
145 #define MHI_TRE_GET_CMD_CHID(tre) FIELD_GET(GENMASK(31, 24), MHI_TRE_GET_DWORD(tre, 1)) argument
146 #define MHI_TRE_GET_CMD_TYPE(tre) FIELD_GET(GENMASK(23, 16), MHI_TRE_GET_DWORD(tre, 1)) argument
154 #define MHI_TRE_GET_EV_PTR(tre) le64_to_cpu((tre)->ptr) argument
155 #define MHI_TRE_GET_EV_CODE(tre) FIELD_GET(GENMASK(31, 24), (MHI_TRE_GET_DWORD(tre, 0))) argument
156 #define MHI_TRE_GET_EV_LEN(tre) FIELD_GET(GENMASK(15, 0), (MHI_TRE_GET_DWORD(tre, 0))) argument
157 #define MHI_TRE_GET_EV_CHID(tre) FIELD_GET(GENMASK(31, 24), (MHI_TRE_GET_DWORD(tre, 1))) argument
158 #define MHI_TRE_GET_EV_TYPE(tre) FIELD_GET(GENMASK(23, 16), (MHI_TRE_GET_DWORD(tre, 1))) argument
159 #define MHI_TRE_GET_EV_STATE(tre) FIELD_GET(GENMASK(31, 24), (MHI_TRE_GET_DWORD(tre, 0))) argument
160 #define MHI_TRE_GET_EV_EXECENV(tre) FIELD_GET(GENMASK(31, 24), (MHI_TRE_GET_DWORD(tre, 0))) argument
[all …]
/linux/drivers/dma/qcom/
H A Dhidma_ll.c118 struct hidma_tre *tre; in hidma_ll_free() local
125 tre = &lldev->trepool[tre_ch]; in hidma_ll_free()
126 if (atomic_read(&tre->allocated) != true) { in hidma_ll_free()
131 atomic_set(&tre->allocated, 0); in hidma_ll_free()
138 struct hidma_tre *tre; in hidma_ll_request() local
153 tre = &lldev->trepool[i]; in hidma_ll_request()
154 tre->dma_sig = sig; in hidma_ll_request()
155 tre->dev_name = dev_name; in hidma_ll_request()
156 tre->callback = callback; in hidma_ll_request()
157 tre->data = data; in hidma_ll_request()
[all …]
H A Dhidma_dbg.c18 struct hidma_tre *tre; in hidma_ll_chstats() local
28 tre = &lldev->trepool[tre_ch]; in hidma_ll_chstats()
30 seq_printf(s, "allocated=%d\n", atomic_read(&tre->allocated)); in hidma_ll_chstats()
31 seq_printf(s, "queued = 0x%x\n", tre->queued); in hidma_ll_chstats()
32 seq_printf(s, "err_info = 0x%x\n", tre->err_info); in hidma_ll_chstats()
33 seq_printf(s, "err_code = 0x%x\n", tre->err_code); in hidma_ll_chstats()
34 seq_printf(s, "status = 0x%x\n", tre->status); in hidma_ll_chstats()
35 seq_printf(s, "idx = 0x%x\n", tre->idx); in hidma_ll_chstats()
36 seq_printf(s, "dma_sig = 0x%x\n", tre->dma_sig); in hidma_ll_chstats()
37 seq_printf(s, "dev_name=%s\n", tre->dev_name); in hidma_ll_chstats()
[all …]
H A Dgpi.c528 struct gpi_tre tre[MAX_TRE]; member
919 void *tre = ch_ring->base + (ch_ring->el_size * imed_event->tre_index); in gpi_process_imed_data_event() local
948 gpi_tre = tre; in gpi_process_imed_data_event()
962 tre += ch_ring->el_size; in gpi_process_imed_data_event()
963 if (tre >= (ch_ring->base + ch_ring->len)) in gpi_process_imed_data_event()
964 tre = ch_ring->base; in gpi_process_imed_data_event()
965 ch_ring->rp = tre; in gpi_process_imed_data_event()
1629 struct gpi_tre *tre; in gpi_create_i2c_tre() local
1634 tre = &desc->tre[tre_idx]; in gpi_create_i2c_tre()
1637 tre->dword[0] = u32_encode_bits(i2c->low_count, TRE_I2C_C0_TLOW); in gpi_create_i2c_tre()
[all …]
/linux/drivers/net/ipa/
H A Dgsi_trans.c521 struct gsi_tre tre; in gsi_trans_tre_fill() local
523 tre.addr = cpu_to_le64(addr); in gsi_trans_tre_fill()
524 tre.len_opcode = gsi_tre_len_opcode(opcode, len); in gsi_trans_tre_fill()
525 tre.reserved = 0; in gsi_trans_tre_fill()
526 tre.flags = gsi_tre_flags(last_tre, bei, opcode); in gsi_trans_tre_fill()
531 *dest_tre = tre; in gsi_trans_tre_fill()
/linux/tools/power/cpupower/po/
H A Dfr.po335 msgstr " tactique actuelle : la fréquence doit être comprise entre "
398 " le matériel (doit être root) *\n"
520 "On ne peut indiquer plus d'un paramètre --cpu, tout comme l'on ne peut\n"
532 msgstr "analyse du CPU %d impossible puisqu'il ne semble pas être présent\n"
606 "2. l'argument -f FREQ (ou --freq FREQ) ne peut être utilisé qu'avec --cpu ;\n"
932 "On ne peut indiquer plus d'un paramètre --cpu, tout comme l'on ne peut\n"
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_entity.h152 u32 tre; member
H A Dcxgb4_debugfs.c909 unsigned int tre = TIMERRESOLUTION_G(res); in clk_show() local
911 unsigned long long tp_tick_us = (cclk_ps << tre) / 1000000; /* in us */ in clk_show()
916 unit_conv(buf, sizeof(buf), (cclk_ps << tre), 1000000)); in clk_show()
H A Dcudbg_lib.c1981 clk_info_buff->tre = TIMERRESOLUTION_G(clk_info_buff->res); in cudbg_collect_clk_info()
1983 tp_tick_us = (clk_info_buff->cclk_ps << clk_info_buff->tre) / 1000000; in cudbg_collect_clk_info()
H A Dt4_hw.c9416 adap->params.tp.tre = TIMERRESOLUTION_G(v); in t4_init_tp_params()
/linux/drivers/bus/mhi/ep/
H A Dmain.c88 struct mhi_ring_element *tre, u32 len, enum mhi_ev_ccs code) in mhi_ep_send_completion_event() argument
97 event->ptr = cpu_to_le64(ring->rbase + ring->rd_offset * sizeof(*tre)); in mhi_ep_send_completion_event()
101 ret = mhi_ep_send_event(mhi_cntrl, ring->er_index, event, MHI_TRE_DATA_GET_BEI(tre)); in mhi_ep_send_completion_event()
/linux/Documentation/translations/it_IT/locking/
H A Dlocktypes.rst15 in tre categorie:
21 Questo documento descrive questi tre tipi e fornisce istruzioni su come
H A Dlockdep-design.rst404 Ci sono tre tipi di bloccatori: gli scrittori (bloccatori esclusivi, come
499 ricorsivo). In altre parole, per un'istanza di blocco esistono tre tipi di
/linux/Documentation/translations/it_IT/process/
H A Dstable-api-nonsense.rst121 tre ristrutturazioni nel corso della sua vita. Queste ristrutturazioni furono
H A Dstable-kernel-rules.rst48 Ci sono tre opzioni per inviare una modifica per i sorgenti -stable:
H A Dbotching-up-ioctls.rst230 * Pensateci su due o tre volte prima di implementare un'interfaccia privata per
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c2673 unsigned int tre = fls(core_clk / (1000000 / TP_TMR_RES)) - 1; in tp_set_timers() local
2676 unsigned int tps = core_clk >> tre; in tp_set_timers()
2678 t3_write_reg(adap, A_TP_TIMER_RESOLUTION, V_TIMERRESOLUTION(tre) | in tp_set_timers()
/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst815 al nome di cambiare abbiamo tre possibilità:
1040 Ci sono tre cose importanti da tenere in considerazione quando si valuta
H A Dhacking.rst653 Un tempo negli header del kernel c'erano tre gruppi di funzioni per
/linux/arch/s390/tools/
H A Dopcodes.txt283 b2a5 tre RRE_RR