/linux-6.1.9/drivers/bus/mhi/ |
D | common.h | 144 #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-6.1.9/drivers/dma/qcom/ |
D | hidma_ll.c | 118 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 …]
|
D | hidma_dbg.c | 18 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 …]
|
D | gpi.c | 532 struct gpi_tre tre[MAX_TRE]; member 934 void *tre = ch_ring->base + (ch_ring->el_size * imed_event->tre_index); in gpi_process_imed_data_event() local 963 gpi_tre = tre; in gpi_process_imed_data_event() 977 tre += ch_ring->el_size; in gpi_process_imed_data_event() 978 if (tre >= (ch_ring->base + ch_ring->len)) in gpi_process_imed_data_event() 979 tre = ch_ring->base; in gpi_process_imed_data_event() 980 ch_ring->rp = tre; in gpi_process_imed_data_event() 1644 struct gpi_tre *tre; in gpi_create_i2c_tre() local 1649 tre = &desc->tre[tre_idx]; in gpi_create_i2c_tre() 1652 tre->dword[0] = u32_encode_bits(i2c->low_count, TRE_I2C_C0_TLOW); in gpi_create_i2c_tre() [all …]
|
/linux-6.1.9/drivers/net/ipa/ |
D | gsi_trans.c | 518 struct gsi_tre tre; in gsi_trans_tre_fill() local 520 tre.addr = cpu_to_le64(addr); in gsi_trans_tre_fill() 521 tre.len_opcode = gsi_tre_len_opcode(opcode, len); in gsi_trans_tre_fill() 522 tre.reserved = 0; in gsi_trans_tre_fill() 523 tre.flags = gsi_tre_flags(last_tre, bei, opcode); in gsi_trans_tre_fill() 528 *dest_tre = tre; in gsi_trans_tre_fill()
|
/linux-6.1.9/tools/power/cpupower/po/ |
D | fr.po | 335 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-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_entity.h | 152 u32 tre; member
|
D | cxgb4_debugfs.c | 909 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()
|
D | cudbg_lib.c | 1981 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()
|
D | cxgb4.h | 349 unsigned int tre; /* log2 of core clocks per TP tick */ member
|
D | t4_hw.c | 9414 adap->params.tp.tre = TIMERRESOLUTION_G(v); in t4_init_tp_params()
|
/linux-6.1.9/drivers/bus/mhi/ep/ |
D | main.c | 72 struct mhi_ring_element *tre, u32 len, enum mhi_ev_ccs code) in mhi_ep_send_completion_event() argument 76 event.ptr = cpu_to_le64(ring->rbase + ring->rd_offset * sizeof(*tre)); in mhi_ep_send_completion_event() 80 return mhi_ep_send_event(mhi_cntrl, ring->er_index, &event, MHI_TRE_DATA_GET_BEI(tre)); in mhi_ep_send_completion_event()
|
/linux-6.1.9/drivers/bus/mhi/host/ |
D | main.c | 767 struct mhi_ring_element *tre) in mhi_process_cmd_completion() argument 769 dma_addr_t ptr = MHI_TRE_GET_EV_PTR(tre); in mhi_process_cmd_completion() 790 mhi_chan->ccs = MHI_TRE_GET_EV_CODE(tre); in mhi_process_cmd_completion()
|
/linux-6.1.9/Documentation/translations/it_IT/process/ |
D | stable-api-nonsense.rst | 121 tre ristrutturazioni nel corso della sua vita. Queste ristrutturazioni furono
|
D | email-clients.rst | 145 aggiungete il delimitatore di patch: tre trattini (``---``).
|
D | 2.Process.rst | 22 ogni due o tre mesi viene effettuata un rilascio importante del kernel. 274 i due o tre collegamenti. Questo processo è conosciuto come
|
D | submitting-patches.rst | 228 Il verificatore ha tre diversi livelli di severità: 652 quando, in due o tre mesi, riguarderanno centinaia di patch usando strumenti
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 2673 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-6.1.9/Documentation/translations/it_IT/kernel-hacking/ |
D | locking.rst | 815 al nome di cambiare abbiamo tre possibilità: 1037 Ci sono tre cose importanti da tenere in considerazione quando si valuta
|
D | hacking.rst | 653 Un tempo negli header del kernel c'erano tre gruppi di funzioni per
|
/linux-6.1.9/arch/s390/tools/ |
D | opcodes.txt | 283 b2a5 tre RRE_RR
|
/linux-6.1.9/ |
D | CREDITS | 1459 S: F - 94270 Le Kremlin-Bicêtre
|