/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 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
|
D | hidma_dbg.c | 18 struct hidma_tre *tre; in hidma_ll_chstats() local
|
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 1644 struct gpi_tre *tre; in gpi_create_i2c_tre() local 1719 struct gpi_tre *tre; in gpi_create_spi_tre() local 1861 void *tre, *wp = NULL; in gpi_issue_pending() local
|
/linux-6.1.9/drivers/net/ipa/ |
D | gsi_trans.c | 518 struct gsi_tre tre; in gsi_trans_tre_fill() local
|
/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()
|
/linux-6.1.9/drivers/bus/mhi/host/ |
D | main.c | 767 struct mhi_ring_element *tre) in mhi_process_cmd_completion()
|
/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
|
D | cxgb4.h | 349 unsigned int tre; /* log2 of core clocks per TP tick */ member
|
/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
|