Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dsequencer.rs78 CoreWaitForHalt, enumerator
116 fw::SeqBufOpcode::CoreWaitForHalt => (GspSeqCmd::CoreWaitForHalt, opcode_size), in new()
229 GspSeqCmd::CoreWaitForHalt => { in run()
H A Dfw.rs390 CoreWaitForHalt = bindings::GSP_SEQ_BUF_OPCODE_GSP_SEQ_BUF_OPCODE_CORE_WAIT_FOR_HALT, enumerator
408 SeqBufOpcode::CoreWaitForHalt => write!(f, "CORE_WAIT_FOR_HALT"), in fmt()
433 Ok(SeqBufOpcode::CoreWaitForHalt) in try_from()