Home
last modified time | relevance | path

Searched refs:db_cfg (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/bus/mhi/host/
H A Dinternal.h142 struct db_cfg { struct
149 struct db_cfg *db_cfg, void __iomem *io_addr, argument
205 struct db_cfg db_cfg; member
230 struct db_cfg db_cfg; member
315 void mhi_db_brstmode(struct mhi_controller *mhi_cntrl, struct db_cfg *db_cfg,
318 struct db_cfg *db_mode, void __iomem *db_addr,
H A Dinit.c311 tmp |= FIELD_PREP(CHAN_CTX_BRSTMODE_MASK, mhi_chan->db_cfg.brstmode); in mhi_init_dev_ctxt()
313 tmp |= FIELD_PREP(CHAN_CTX_POLLCFG_MASK, mhi_chan->db_cfg.pollcfg); in mhi_init_dev_ctxt()
350 mhi_event->db_cfg.db_mode = true; in mhi_init_dev_ctxt()
657 mhi_chan->db_cfg.db_mode = 1; in mhi_init_chan_ctxt()
706 mhi_event->db_cfg.brstmode = event_cfg->mode; in parse_ev_cfg()
707 if (MHI_INVALID_BRSTMODE(mhi_event->db_cfg.brstmode)) in parse_ev_cfg()
710 if (mhi_event->db_cfg.brstmode == MHI_DB_BRST_ENABLE) in parse_ev_cfg()
711 mhi_event->db_cfg.process_db = mhi_db_brstmode; in parse_ev_cfg()
713 mhi_event->db_cfg.process_db = mhi_db_brstmode_disable; in parse_ev_cfg()
813 mhi_chan->db_cfg.pollcfg = ch_cfg->pollcfg; in parse_ch_cfg()
[all …]
H A Dmain.c94 struct db_cfg *db_cfg, in mhi_db_brstmode() argument
98 if (db_cfg->db_mode) { in mhi_db_brstmode()
99 db_cfg->db_val = db_val; in mhi_db_brstmode()
101 db_cfg->db_mode = 0; in mhi_db_brstmode()
106 struct db_cfg *db_cfg, in mhi_db_brstmode_disable() argument
110 db_cfg->db_val = db_val; in mhi_db_brstmode_disable()
118 mhi_event->db_cfg.process_db(mhi_event->mhi_cntrl, &mhi_event->db_cfg, in mhi_ring_er_db()
147 mhi_chan->db_cfg.process_db(mhi_cntrl, &mhi_chan->db_cfg, in mhi_ring_chan_db()
683 mhi_chan->db_cfg.db_mode = 1; in parse_xfer_event()
H A Ddebugfs.c75 &mhi_event->db_cfg.db_val); in mhi_debugfs_events_show()
124 &mhi_chan->db_cfg.db_val); in mhi_debugfs_channels_show()
H A Dpm.c303 if (mhi_chan->db_cfg.reset_req) { in mhi_pm_m0_transition()
305 mhi_chan->db_cfg.db_mode = true; in mhi_pm_m0_transition()
/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_hw.h345 u32 db_cfg; member
H A Derdma_verbs.c116 req.db_cfg = in create_qp_cmd()