Searched refs:mei_txe_br_reg_read (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/misc/mei/ |
D | hw-txe.c | 129 static inline u32 mei_txe_br_reg_read(struct mei_txe_hw *hw, in mei_txe_br_reg_read() function 193 reg = mei_txe_br_reg_read(hw, SICR_HOST_ALIVENESS_REQ_REG); in mei_txe_aliveness_req_get() 210 reg = mei_txe_br_reg_read(hw, HICR_HOST_ALIVENESS_RESP_REG); in mei_txe_aliveness_get() 501 return mei_txe_br_reg_read(hw, in mei_txe_out_data_read() 545 return mei_txe_br_reg_read(hw, HICR_SEC_IPC_READINESS_REG); in mei_txe_readiness_get() 586 u32 reg = mei_txe_br_reg_read(hw, HICR_SEC_IPC_READINESS_REG); in mei_txe_host_is_ready() 919 hisr = mei_txe_br_reg_read(hw, HISR_REG); in mei_txe_hw_start() 967 hhisr = mei_txe_br_reg_read(hw, HHISR_REG); in mei_txe_check_and_ack_intrs() 972 hisr = mei_txe_br_reg_read(hw, HISR_REG); in mei_txe_check_and_ack_intrs() 1041 mei_txe_br_reg_read(hw, HHISR_REG), in mei_txe_irq_thread_handler() [all …]
|