Searched defs:tre (Results 1 – 9 of 9) sorted by relevance
118 struct hidma_tre *tre; in hidma_ll_free() local138 struct hidma_tre *tre; in hidma_ll_request() local179 struct hidma_tre *tre; in hidma_ll_tre_complete() local191 struct hidma_tre *tre; in hidma_post_completed() local526 struct hidma_tre *tre; in hidma_ll_queue_request() local602 struct hidma_tre *tre; in hidma_ll_set_transfer_params() local837 struct hidma_tre *tre; in hidma_ll_status() local
18 struct hidma_tre *tre; in hidma_ll_chstats() local
300 #define MHI_TRE_GET_CMD_CHID(tre) (((tre)->dword[1] >> 24) & 0xFF) argument301 #define MHI_TRE_GET_CMD_TYPE(tre) (((tre)->dword[1] >> 16) & 0xFF) argument307 #define MHI_TRE_GET_EV_PTR(tre) ((tre)->ptr) argument308 #define MHI_TRE_GET_EV_CODE(tre) (((tre)->dword[0] >> 24) & 0xFF) argument309 #define MHI_TRE_GET_EV_LEN(tre) ((tre)->dword[0] & 0xFFFF) argument310 #define MHI_TRE_GET_EV_CHID(tre) (((tre)->dword[1] >> 24) & 0xFF) argument311 #define MHI_TRE_GET_EV_TYPE(tre) (((tre)->dword[1] >> 16) & 0xFF) argument312 #define MHI_TRE_GET_EV_STATE(tre) (((tre)->dword[0] >> 24) & 0xFF) argument313 #define MHI_TRE_GET_EV_EXECENV(tre) (((tre)->dword[0] >> 24) & 0xFF) argument314 #define MHI_TRE_GET_EV_SEQ(tre) ((tre)->dword[0]) argument[all …]
691 struct mhi_tre *tre) in mhi_process_cmd_completion()
516 struct gsi_tre tre; in gsi_trans_tre_fill() local
152 u32 tre; member
909 unsigned int tre = TIMERRESOLUTION_G(res); in clk_show() local
349 unsigned int tre; /* log2 of core clocks per TP tick */ member
2738 unsigned int tre = fls(core_clk / (1000000 / TP_TMR_RES)) - 1; in tp_set_timers() local