Lines Matching +full:20 +full:db
28 #define DB_PEND_SB_REC BIT(20)
51 /* Sizes, in entries, of the DB, SB_HP and SB_LP context regions. */
72 struct dcss_ctxld_item *db[2]; member
79 u16 ctx_size[2][3]; /* holds the sizes of DB, SB_HP and SB_LP ctx */
109 dev_err(ctxld->dev, "ctxld: db=%d, sb_hp=%d, sb_lp=%d\n", in dcss_ctxld_irq_handler()
155 if (ctxld->db[i]) { in dcss_ctxld_free_ctx()
158 ctxld->db[i], ctxld->db_paddr[i]); in dcss_ctxld_free_ctx()
159 ctxld->db[i] = NULL; in dcss_ctxld_free_ctx()
185 ctxld->db[i] = ctx; in dcss_ctxld_alloc_ctx()
337 [CTX_DB] = ctxld->db[curr_ctx], in dcss_ctxld_write_irqsafe()
389 msleep(20); in dcss_ctxld_suspend()