Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/mei/
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) in mei_txe_readiness_is_sec_rdy() argument
566 return !!(readiness & HICR_SEC_IPC_READINESS_SEC_RDY); in mei_txe_readiness_is_sec_rdy()
578 u32 readiness = mei_txe_readiness_get(dev); in mei_txe_hw_is_ready() local
580 return mei_txe_readiness_is_sec_rdy(readiness); in mei_txe_hw_is_ready()
[all...]
H A Dhw-txe.h32 * @readiness: readiness state of the hardware
40 u32 readiness; member
/kernel/linux/linux-6.6/drivers/misc/mei/
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) in mei_txe_readiness_is_sec_rdy() argument
566 return !!(readiness & HICR_SEC_IPC_READINESS_SEC_RDY); in mei_txe_readiness_is_sec_rdy()
578 u32 readiness = mei_txe_readiness_get(dev); in mei_txe_hw_is_ready() local
580 return mei_txe_readiness_is_sec_rdy(readiness); in mei_txe_hw_is_ready()
[all...]
H A Dhw-txe.h32 * @readiness: readiness state of the hardware
40 u32 readiness; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm304 /* inform SPI the readiness and wait for SPI's go signal */
910 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.asm290 /* inform SPI the readiness and wait for SPI's go signal */
900 s_barrier //barrier to ensure the readiness of LDS before access attemps from any other wave in the same TG
H A Dcwsr_trap_handler_gfx8.asm214 /* inform SPI the readiness and wait for SPI's go signal */
665 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
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
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_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_gfx10.asm344 /* inform SPI the readiness and wait for SPI's go signal */
1016 s_barrier //barrier to ensure the readiness of LDS before access attemps from any other wave in the same TG

Completed in 15 milliseconds