Searched refs:mei_txe_hw (Results 1 – 3 of 3) sorted by relevance
63 static inline u32 mei_txe_sec_reg_read_silent(struct mei_txe_hw *hw, in mei_txe_sec_reg_read_silent()79 static inline u32 mei_txe_sec_reg_read(struct mei_txe_hw *hw, in mei_txe_sec_reg_read()95 static inline void mei_txe_sec_reg_write_silent(struct mei_txe_hw *hw, in mei_txe_sec_reg_write_silent()110 static inline void mei_txe_sec_reg_write(struct mei_txe_hw *hw, in mei_txe_sec_reg_write()124 static inline u32 mei_txe_br_reg_read(struct mei_txe_hw *hw, in mei_txe_br_reg_read()137 static inline void mei_txe_br_reg_write(struct mei_txe_hw *hw, in mei_txe_br_reg_write()160 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_aliveness_set()185 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_aliveness_req_get()202 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_aliveness_get()221 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_aliveness_poll()[all …]
37 struct mei_txe_hw { struct48 #define to_txe_hw(dev) (struct mei_txe_hw *)((dev)->hw) argument50 static inline struct mei_device *hw_txe_to_mei(struct mei_txe_hw *hw) in hw_txe_to_mei()
53 struct mei_txe_hw *hw; in mei_txe_probe()