Home
last modified time | relevance | path

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

/linux/drivers/misc/mei/ !
H A Dhw-txe.c59 * Doesn't check for aliveness while Reads 32bit data from the SeC BAR
75 * Reads 32bit data from the SeC BAR and shout loud if aliveness is not set
82 WARN(!hw->aliveness, "sec read: aliveness not asserted\n"); in mei_txe_sec_reg_read()
87 * doesn't check for aliveness
93 * Doesn't check for aliveness while writes 32bit data from to the SeC BAR
108 * Writes 32bit data from the SeC BAR and shout loud if aliveness is not set
113 WARN(!hw->aliveness, "sec write: aliveness not asserted\n"); in mei_txe_sec_reg_write()
144 * mei_txe_aliveness_set - request for aliveness chang
977 u32 aliveness; mei_txe_check_and_ack_intrs() local
[all...]
H A Dhw-txe.h31 * @aliveness: aliveness (power gating) state of the hardware
34 * @wait_aliveness_resp: aliveness wait queue
39 u32 aliveness; member