Home
last modified time | relevance | path

Searched refs:intmod (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/bus/mhi/host/
Dinternal.h196 u32 intmod; member
224 u32 intmod; member
Dinit.c341 tmp = le32_to_cpu(er_ctxt->intmod); in mhi_init_dev_ctxt()
344 tmp |= FIELD_PREP(EV_CTX_INTMODT_MASK, mhi_event->intmod); in mhi_init_dev_ctxt()
345 er_ctxt->intmod = cpu_to_le32(tmp); in mhi_init_dev_ctxt()
686 mhi_event->intmod = event_cfg->irq_moderation_ms; in parse_ev_cfg()
973 mhi_chan->intmod = mhi_event->intmod; in mhi_register_controller()
Ddebugfs.c63 i, (le32_to_cpu(er_ctxt->intmod) & EV_CTX_INTMODC_MASK) >> in mhi_debugfs_events_show()
65 (le32_to_cpu(er_ctxt->intmod) & EV_CTX_INTMODT_MASK) >> in mhi_debugfs_events_show()
Dmain.c1238 bei = !!(mhi_chan->intmod); in mhi_gen_tre()
/linux-6.6.21/drivers/bus/mhi/
Dcommon.h259 __le32 intmod; member