Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bus/mhi/
H A Dcommon.h144 #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
161 #define MHI_TRE_GET_EV_SEQ(tre) MHI_TRE_GET_DWORD(tre, 0) argument
162 #define MHI_TRE_GET_EV_TIME(tre) MHI_TRE_GET_EV_PTR(tre) argument
163 #define MHI_TRE_GET_EV_COOKIE(tre) lower_32_bits(MHI_TRE_GET_EV_PTR(tre)) argument
194 #define MHI_TRE_DATA_GET_PTR(tre) le64_to_cpu((tre)->ptr) argument
197 #define MHI_TRE_DATA_GET_IEOB(tre) (!!(FIELD_GET(BIT(8), MHI_TRE_GET_DWORD(tre, 1)))) argument
198 #define MHI_TRE_DATA_GET_IEOT(tre) (!!(FIELD_GET(BIT(9), MHI_TRE_GET_DWORD(tre, 1)))) argument
[all …]
/openbmc/linux/drivers/dma/qcom/
H A 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
H A Dhidma_dbg.c18 struct hidma_tre *tre; in hidma_ll_chstats() local
H A 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
1861 void *tre, *wp = NULL; in gpi_issue_pending() local
/openbmc/linux/drivers/net/ipa/
H A Dgsi_trans.c521 struct gsi_tre tre; in gsi_trans_tre_fill() local
/openbmc/linux/drivers/bus/mhi/ep/
H A Dmain.c72 struct mhi_ring_element *tre, u32 len, enum mhi_ev_ccs code) in mhi_ep_send_completion_event()
/openbmc/linux/drivers/bus/mhi/host/
H A Dmain.c772 struct mhi_ring_element *tre) in mhi_process_cmd_completion()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_entity.h152 u32 tre; member
H A Dcxgb4_debugfs.c909 unsigned int tre = TIMERRESOLUTION_G(res); in clk_show() local
H A Dcxgb4.h349 unsigned int tre; /* log2 of core clocks per TP tick */ member
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c1603 Int128 HELPER(tre)(CPUS390XState *env, uint64_t array, in HELPER() argument
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c2673 unsigned int tre = fls(core_clk / (1000000 / TP_TMR_RES)) - 1; in tp_set_timers() local