Searched refs:DESC_OWN (Results 1 – 4 of 4) sorted by relevance
31 #define DESC_OWN BIT(31) macro
169 v = (MODE_KEY << 20) | DESC_OWN | 16; in meson_cipher()213 v = (op->keymode << 20) | DESC_OWN | todo | (algt->blockmode << 26); in meson_cipher()
319 #define DESC_OWN 0x80000000 macro441 return le32_to_cpu(p->flags) & DESC_OWN; in desc_get_owner()447 p->flags = cpu_to_le32(DESC_OWN); in desc_set_rx_owner()454 tmpflags |= flags | DESC_OWN; in desc_set_tx_owner()
169 #define DESC_OWN BIT(31) macro1242 hw_ds->field &= ~DESC_OWN; in ldma_prep_slave_sg()1243 hw_ds->field |= FIELD_PREP(DESC_OWN, DMA_OWN); in ldma_prep_slave_sg()