Lines Matching defs:thread
52 /* Command thread number field mask. */
59 /* Pointer register to select which thread status will be selected. */
61 /* Command status register for selected thread. */
91 /* Command Engine interrupt thread error status. */
93 /* Command Engine interrupt thread error enable. */
95 /* Command Engine interrupt thread complete status. */
989 u8 thread)
994 /* Wait for thread ready. */
997 BIT(thread), true);
1011 reg |= FIELD_PREP(CMD_REG0_TN, thread);
1021 u8 thread)
1026 irq_mask.trd_status = BIT(thread);
1027 irq_mask.trd_error = BIT(thread);
1032 status = cadence_nand_cdma_send(cdns_ctrl, thread);