Searched refs:DONE (Results 1 – 9 of 9) sorted by relevance
/drivers/gpu/drm/nouveau/dispnv50/ |
D | core507d.c | 66 if (NVBO_TD32(bo, offset, NV_DISP_CORE_NOTIFIER_1, COMPLETION_0, DONE, ==, TRUE)) in core507d_ntfy_wait_done() 77 NVDEF(NV_DISP_CORE_NOTIFIER_1, COMPLETION_0, DONE, FALSE)); in core507d_ntfy_init() 112 NVDEF(NV_DISP_CORE_NOTIFIER_1, CAPABILITIES_1, DONE, FALSE)); in core507d_caps_init() 120 NV_DISP_CORE_NOTIFIER_1, CAPABILITIES_1, DONE, ==, TRUE)) in core507d_caps_init()
|
D | core907d.c | 41 NVDEF(NV907D_CORE_NOTIFIER_3, CAPABILITIES_4, DONE, FALSE)); in core907d_caps_init() 49 NV907D_CORE_NOTIFIER_3, CAPABILITIES_4, DONE, ==, TRUE)) in core907d_caps_init()
|
/drivers/fpga/ |
D | machxo2-spi.c | 45 #define DONE 8 macro 113 *status, test_bit(DONE, status), test_bit(ENAB, status), in dump_status_reg() 180 if (!test_bit(BUSY, &status) && test_bit(DONE, &status) && in machxo2_spi_state() 316 if (!test_bit(DONE, &status)) { in machxo2_write_complete() 336 if (!test_bit(BUSY, &status) && test_bit(DONE, &status) && in machxo2_write_complete()
|
/drivers/ata/ |
D | sata_dwc_460ex.c | 495 goto DONE; in sata_dwc_isr() 513 goto DONE; in sata_dwc_isr() 525 goto DONE; in sata_dwc_isr() 545 goto DONE; in sata_dwc_isr() 556 goto DONE; in sata_dwc_isr() 583 goto DONE; in sata_dwc_isr() 590 goto DONE; in sata_dwc_isr() 634 goto DONE; in sata_dwc_isr() 647 goto DONE; in sata_dwc_isr() 688 DONE: in sata_dwc_isr()
|
/drivers/gpu/drm/amd/display/ |
D | TODO | 14 4. DONE - Flatten all DC objects 28 5. DONE - Rename DC objects to align more with DRM 33 6. DONE - Per-plane and per-stream validation 100 19. DONE - The DC logger is still a rather sore thing, but I know that the
|
/drivers/media/pci/cobalt/ |
D | cobalt-omnitek.c | 29 #define DONE (1 << 4) macro 109 if (ioread32(CS_REG(s->dma_channel)) & DONE) in is_dma_done() 139 if (!(ctrl & DONE)) in omni_sg_dma_init()
|
/drivers/dma/ |
D | pl330.c | 416 DONE, enumerator 1573 desc->status = DONE; in dma_pl330_rqcb() 2061 desc->status = DONE; in fill_queue() 2080 if (desc->status == DONE) { in pl330_tasklet() 2434 if (desc->status == DONE) in pl330_tx_status() 2453 case DONE: in pl330_tx_status()
|
/drivers/gpu/drm/panfrost/ |
D | panfrost_device.c | 305 PANFROST_EXCEPTION(DONE),
|
/drivers/mfd/ |
D | axp20x.c | 384 INIT_REGMAP_IRQ(AXP288, DONE, 1, 2),
|