Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/qcom/
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 …]
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 …]
/kernel/linux/linux-5.10/drivers/bus/mhi/core/
Dinternal.h300 #define MHI_TRE_GET_CMD_CHID(tre) (((tre)->dword[1] >> 24) & 0xFF) argument
301 #define MHI_TRE_GET_CMD_TYPE(tre) (((tre)->dword[1] >> 16) & 0xFF) argument
307 #define MHI_TRE_GET_EV_PTR(tre) ((tre)->ptr) argument
308 #define MHI_TRE_GET_EV_CODE(tre) (((tre)->dword[0] >> 24) & 0xFF) argument
309 #define MHI_TRE_GET_EV_LEN(tre) ((tre)->dword[0] & 0xFFFF) argument
310 #define MHI_TRE_GET_EV_CHID(tre) (((tre)->dword[1] >> 24) & 0xFF) argument
311 #define MHI_TRE_GET_EV_TYPE(tre) (((tre)->dword[1] >> 16) & 0xFF) argument
312 #define MHI_TRE_GET_EV_STATE(tre) (((tre)->dword[0] >> 24) & 0xFF) argument
313 #define MHI_TRE_GET_EV_EXECENV(tre) (((tre)->dword[0] >> 24) & 0xFF) argument
314 #define MHI_TRE_GET_EV_SEQ(tre) ((tre)->dword[0]) argument
[all …]
Dmain.c691 struct mhi_tre *tre) in mhi_process_cmd_completion() argument
693 dma_addr_t ptr = MHI_TRE_GET_EV_PTR(tre); in mhi_process_cmd_completion()
714 mhi_chan->ccs = MHI_TRE_GET_EV_CODE(tre); in mhi_process_cmd_completion()
/kernel/linux/linux-5.10/drivers/net/ipa/
Dgsi_trans.c516 struct gsi_tre tre; in gsi_trans_tre_fill() local
518 tre.addr = cpu_to_le64(addr); in gsi_trans_tre_fill()
519 tre.len_opcode = gsi_tre_len_opcode(opcode, len); in gsi_trans_tre_fill()
520 tre.reserved = 0; in gsi_trans_tre_fill()
521 tre.flags = gsi_tre_flags(last_tre, bei, opcode); in gsi_trans_tre_fill()
526 *dest_tre = tre; in gsi_trans_tre_fill()
/kernel/linux/linux-5.10/tools/power/cpupower/po/
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"
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_entity.h152 u32 tre; member
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()
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()
Dcxgb4.h349 unsigned int tre; /* log2 of core clocks per TP tick */ member
Dt4_hw.c9445 adap->params.tp.tre = TIMERRESOLUTION_G(v); in t4_init_tp_params()
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/
Dstable-api-nonsense.rst121 tre ristrutturazioni nel corso della sua vita. Queste ristrutturazioni furono
Demail-clients.rst140 aggiungete il delimitatore di patch: tre trattini (``---``).
D2.Process.rst22 ogni due o tre mesi viene effettuata un rilascio importante del kernel.
274 i due o tre collegamenti. Questo processo è conosciuto come
Dsubmitting-patches.rst270 Il verificatore ha tre diversi livelli di severità:
725 quando, in due o tre mesi, riguarderanno centinaia di patch usando strumenti
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c2738 unsigned int tre = fls(core_clk / (1000000 / TP_TMR_RES)) - 1; in tp_set_timers() local
2741 unsigned int tps = core_clk >> tre; in tp_set_timers()
2743 t3_write_reg(adap, A_TP_TIMER_RESOLUTION, V_TIMERRESOLUTION(tre) | in tp_set_timers()
/kernel/linux/linux-5.10/Documentation/translations/it_IT/kernel-hacking/
Dlocking.rst820 al nome di cambiare abbiamo tre possibilità:
1047 Ci sono tre cose importanti da tenere in considerazione quando si valuta
Dhacking.rst654 Un tempo negli header del kernel c'erano tre gruppi di funzioni per
/kernel/linux/linux-5.10/arch/s390/tools/
Dopcodes.txt280 b2a5 tre RRE_RR
/kernel/linux/linux-5.10/
DCREDITS1430 S: F - 94270 Le Kremlin-Bicêtre