/openbmc/linux/scripts/ |
H A D | faddr2line | 109 DONE=1 139 DONE=1 150 DONE=1 186 DONE=1 196 DONE=1 206 DONE=1 245 DONE=1; 261 DONE=1 287 DONE=0 291 if [[ $DONE = 0 ]]; then
|
/openbmc/u-boot/board/micronas/vct/ |
H A D | smc_eeprom.c | 293 goto DONE; in eeprom_save_mac_address() 295 goto DONE; in eeprom_save_mac_address() 297 goto DONE; in eeprom_save_mac_address() 299 goto DONE; in eeprom_save_mac_address() 301 goto DONE; in eeprom_save_mac_address() 303 goto DONE; in eeprom_save_mac_address() 305 goto DONE; in eeprom_save_mac_address() 307 goto DONE; in eeprom_save_mac_address() 309 goto DONE; in eeprom_save_mac_address() 311 goto DONE; in eeprom_save_mac_address() [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A 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()
|
H A 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()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | smm_test.c | 32 #define DONE 0xff macro 114 sync_with_host(DONE); in guest_code() 176 if (stage_reported == DONE) in main()
|
/openbmc/linux/drivers/fpga/ |
H A 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()
|
/openbmc/linux/drivers/ata/ |
H A D | sata_dwc_460ex.c | 490 goto DONE; in sata_dwc_isr() 508 goto DONE; in sata_dwc_isr() 520 goto DONE; in sata_dwc_isr() 540 goto DONE; in sata_dwc_isr() 551 goto DONE; in sata_dwc_isr() 578 goto DONE; in sata_dwc_isr() 585 goto DONE; in sata_dwc_isr() 627 goto DONE; in sata_dwc_isr() 640 goto DONE; in sata_dwc_isr() 681 DONE: in sata_dwc_isr()
|
/openbmc/linux/tools/testing/selftests/amd-pstate/ |
H A D | basic.sh | 18 FILE_BASIC=DONE
|
H A D | run.sh | 8 FILE_MAIN=DONE
|
/openbmc/linux/drivers/gpu/drm/amd/display/ |
H A 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
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A 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()
|
/openbmc/linux/tools/testing/selftests/cpufreq/ |
H A D | cpu.sh | 10 FILE_CPU=DONE
|
H A D | special-tests.sh | 12 FILE_SPECIAL=DONE
|
H A D | governor.sh | 10 FILE_GOVERNOR=DONE
|
H A D | module.sh | 10 FILE_MODULE=DONE
|
H A D | cpufreq.sh | 8 FILE_CPUFREQ=DONE
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ocfs2-online-filecheck.rst | 63 INO DONE ERROR 67 <DONE> indicates whether the operation has been finished. 78 INO DONE ERROR
|
/openbmc/linux/lib/zlib_inflate/ |
H A D | inflate.h | 44 DONE, /* finished check, done -- remain here until reset */ enumerator
|
/openbmc/u-boot/lib/zlib/ |
H A D | inflate.h | 47 DONE, /* finished check, done -- remain here until reset */ enumerator
|
/openbmc/qemu/hw/dma/ |
H A D | xlnx_csu_dma.c | 66 FIELD(INT_STATUS, DONE, 1, 1) /* wtc */ 75 FIELD(INT_ENABLE, DONE, 1, 1) /* wtc */ 84 FIELD(INT_DISABLE, DONE, 1, 1) /* wtc */ 93 FIELD(INT_MASK, DONE, 1, 1) /* ro, reset: 0x1 */
|
/openbmc/linux/Documentation/devicetree/bindings/fpga/ |
H A D | lattice,sysconfig.yaml | 42 A GPIO line connected to DONE (active high) pin of the device.
|
H A D | xlnx,fpga-slave-serial.yaml | 46 config status pin (referred to as DONE in the manual)
|
/openbmc/qemu/hw/misc/ |
H A D | xlnx-versal-trng.c | 56 FIELD(STATUS, DONE, 0, 1) 325 if (FIELD_EX32(st, STATUS, DONE) && FIELD_EX32(en, INT_CTRL, DONE_EN)) { in trng_core_int_update() 355 ARRAY_FIELD_DP32(s->regs, STATUS, DONE, true); in trng_done()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | charge_reserved_hugetlb.sh | 67 echo CLEANUP DONE 191 echo waiting for DONE signal.
|
/openbmc/boost-dbus/cmake/ |
H A D | HunterGate.cmake | 244 set(done_location "${dir}/DONE") 353 file(WRITE "${done_location}" "DONE") 505 set(_done_location "${_archive_id_location}/DONE")
|