Searched refs:desc_write (Results 1 – 2 of 2) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_guc_ct.c | 279 #define desc_write(xe_, guc_ctb__, field_, val_) \ macro 569 desc_write(xe, h2g, status, desc_status | GUC_CTB_STATUS_OVERFLOW); in h2g_has_room() 735 desc_write(xe, h2g, status, desc_status | GUC_CTB_STATUS_MISMATCH); in h2g_write() 741 desc_write(xe, h2g, status, desc_status | GUC_CTB_STATUS_OVERFLOW); in h2g_write() 748 desc_write(xe, h2g, status, desc_status | GUC_CTB_STATUS_OVERFLOW); in h2g_write() 761 desc_write(xe, h2g, tail, h2g->info.tail); in h2g_write() 803 desc_write(xe, h2g, tail, h2g->info.tail); in h2g_write() 1522 desc_write(xe, g2h, status, desc_status | GUC_CTB_STATUS_OVERFLOW); in g2h_read() 1529 desc_write(xe, g2h, status, desc_status | GUC_CTB_STATUS_OVERFLOW); in g2h_read() 1592 desc_write(xe, g2h, head, g2h->info.head); in g2h_read()
|
| /drivers/net/ethernet/ti/ |
| A D | davinci_cpdma.c | 178 #define desc_write(desc, fld, v) writel((u32)(v), &(desc)->fld) macro 1002 desc_write(prev, hw_next, desc_dma); in __cpdma_chan_submit() 1010 desc_write(prev, hw_mode, mode & ~CPDMA_DESC_EOQ); in __cpdma_chan_submit()
|
Completed in 14 milliseconds