Searched refs:desc_write (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_ct.c | 404 #define desc_write(xe_, guc_ctb__, field_, val_) \ macro 776 desc_write(xe, h2g, status, desc_status | GUC_CTB_STATUS_OVERFLOW); in h2g_has_room() 942 desc_write(xe, h2g, status, desc_status | GUC_CTB_STATUS_MISMATCH); in h2g_write() 948 desc_write(xe, h2g, status, desc_status | GUC_CTB_STATUS_OVERFLOW); in h2g_write() 955 desc_write(xe, h2g, status, desc_status | GUC_CTB_STATUS_OVERFLOW); in h2g_write() 968 desc_write(xe, h2g, tail, h2g->info.tail); in h2g_write() 1006 desc_write(xe, h2g, tail, h2g->info.tail); in h2g_write() 1726 desc_write(xe, g2h, status, desc_status | GUC_CTB_STATUS_OVERFLOW); in g2h_read() 1733 desc_write(xe, g2h, status, desc_status | GUC_CTB_STATUS_OVERFLOW); in g2h_read() 1797 desc_write(xe, g2h, head, g2h->info.head); in g2h_read()
|
| /linux/drivers/net/ethernet/ti/ |
| H 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()
|