Home
last modified time | relevance | path

Searched refs:desc_write (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c261 #define desc_write(xe_, guc_ctb__, field_, val_) \ macro
533 desc_write(xe, h2g, status, desc_status | GUC_CTB_STATUS_OVERFLOW); in h2g_has_room()
658 desc_write(xe, h2g, status, desc_status | GUC_CTB_STATUS_MISMATCH); in h2g_write()
664 desc_write(xe, h2g, status, desc_status | GUC_CTB_STATUS_OVERFLOW); in h2g_write()
671 desc_write(xe, h2g, status, desc_status | GUC_CTB_STATUS_OVERFLOW); in h2g_write()
684 desc_write(xe, h2g, tail, h2g->info.tail); in h2g_write()
723 desc_write(xe, h2g, tail, h2g->info.tail); in h2g_write()
1402 desc_write(xe, g2h, status, desc_status | GUC_CTB_STATUS_OVERFLOW); in g2h_read()
1409 desc_write(xe, g2h, status, desc_status | GUC_CTB_STATUS_OVERFLOW); in g2h_read()
1472 desc_write(xe, g2h, head, g2h->info.head); in g2h_read()
/linux-6.15/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.c178 #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()