Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mailbox/
Darm_mhuv3.c320 u32 pending_db[MHUV3_DBCW_MAX]; member
390 e->pending_db[priv->ch_idx] = 0; in mhuv3_doorbell_tx_shutdown()
435 e->pending_db[priv->ch_idx] &= ~BIT(priv->doorbell); in mhuv3_doorbell_last_tx_done()
450 if (e->pending_db[priv->ch_idx] & BIT(priv->doorbell)) in mhuv3_doorbell_send_data()
453 e->pending_db[priv->ch_idx] |= BIT(priv->doorbell); in mhuv3_doorbell_send_data()
643 fired_dbs = e->pending_db[channel] & ~active_dbs; in mhuv3_dbe_doorbell_lookup()
648 e->pending_db[channel] &= ~BIT(*db); in mhuv3_dbe_doorbell_lookup()