Home
last modified time | relevance | path

Searched defs:tre (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/drivers/dma/qcom/
Dhidma_ll.c118 struct hidma_tre *tre; in hidma_ll_free() local
138 struct hidma_tre *tre; in hidma_ll_request() local
179 struct hidma_tre *tre; in hidma_ll_tre_complete() local
191 struct hidma_tre *tre; in hidma_post_completed() local
526 struct hidma_tre *tre; in hidma_ll_queue_request() local
602 struct hidma_tre *tre; in hidma_ll_set_transfer_params() local
837 struct hidma_tre *tre; in hidma_ll_status() local
Dhidma_dbg.c18 struct hidma_tre *tre; in hidma_ll_chstats() local
Dgpi.c532 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
1644 struct gpi_tre *tre; in gpi_create_i2c_tre() local
1719 struct gpi_tre *tre; in gpi_create_spi_tre() local
1856 void *tre, *wp = NULL; in gpi_issue_pending() local
/Linux-v5.15/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.c758 struct mhi_tre *tre) in mhi_process_cmd_completion()
/Linux-v5.15/drivers/net/ipa/
Dgsi_trans.c518 struct gsi_tre tre; in gsi_trans_tre_fill() local
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_entity.h152 u32 tre; member
Dcxgb4_debugfs.c909 unsigned int tre = TIMERRESOLUTION_G(res); in clk_show() local
Dcxgb4.h349 unsigned int tre; /* log2 of core clocks per TP tick */ member
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c2738 unsigned int tre = fls(core_clk / (1000000 / TP_TMR_RES)) - 1; in tp_set_timers() local