Home
last modified time | relevance | path

Searched refs:mei_txe_hw (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/misc/mei/ !
Dhw-txe.c63 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 …]
Dhw-txe.h37 struct mei_txe_hw { struct
48 #define to_txe_hw(dev) (struct mei_txe_hw *)((dev)->hw) argument
50 static inline struct mei_device *hw_txe_to_mei(struct mei_txe_hw *hw) in hw_txe_to_mei()
Dpci-txe.c53 struct mei_txe_hw *hw; in mei_txe_probe()