Searched refs:mei_txe_br_reg_read (Results 1 – 1 of 1) sorted by relevance
/drivers/misc/mei/ |
D | hw-txe.c | 124 static inline u32 mei_txe_br_reg_read(struct mei_txe_hw *hw, in mei_txe_br_reg_read() function 188 reg = mei_txe_br_reg_read(hw, SICR_HOST_ALIVENESS_REQ_REG); in mei_txe_aliveness_req_get() 205 reg = mei_txe_br_reg_read(hw, HICR_HOST_ALIVENESS_RESP_REG); in mei_txe_aliveness_get() 508 return mei_txe_br_reg_read(hw, in mei_txe_out_data_read() 552 return mei_txe_br_reg_read(hw, HICR_SEC_IPC_READINESS_REG); in mei_txe_readiness_get() 593 u32 reg = mei_txe_br_reg_read(hw, HICR_SEC_IPC_READINESS_REG); in mei_txe_host_is_ready() 931 hisr = mei_txe_br_reg_read(hw, HISR_REG); in mei_txe_hw_start() 981 hhisr = mei_txe_br_reg_read(hw, HHISR_REG); in mei_txe_check_and_ack_intrs() 986 hisr = mei_txe_br_reg_read(hw, HISR_REG); in mei_txe_check_and_ack_intrs() 1057 mei_txe_br_reg_read(hw, HHISR_REG), in mei_txe_irq_thread_handler() [all …]
|