Searched refs:readiness (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/misc/mei/
H A Dhw-txe.h32 * @readiness: readiness state of the hardware
40 u32 readiness; member in struct:mei_txe_hw
H A Dhw-txe.c515 * mei_txe_readiness_set_host_rdy - set host readiness bit
529 * mei_txe_readiness_clear - clear host readiness bit
557 * mei_txe_readiness_is_sec_rdy - check readiness
560 * @readiness: cached readiness state
562 * Return: true if readiness bit is set
564 static inline bool mei_txe_readiness_is_sec_rdy(u32 readiness) argument
566 return !!(readiness & HICR_SEC_IPC_READINESS_SEC_RDY);
578 u32 readiness = mei_txe_readiness_get(dev); local
580 return mei_txe_readiness_is_sec_rdy(readiness);
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm214 /* inform SPI the readiness and wait for SPI's go signal */
666 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
H A Dcwsr_trap_handler_gfx9.asm354 /* inform SPI the readiness and wait for SPI's go signal */
915 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
H A Dcwsr_trap_handler_gfx10.asm361 /* inform SPI the readiness and wait for SPI's go signal */
1154 s_barrier //barrier to ensure the readiness of LDS before access attemps from any other wave in the same TG

Completed in 143 milliseconds