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

/linux-master/drivers/misc/mei/
H A Dhw-txe.h28 * struct mei_txe_hw - txe hardware specifics
37 struct mei_txe_hw { struct
48 #define to_txe_hw(dev) (struct mei_txe_hw *)((dev)->hw)
50 static inline struct mei_device *hw_txe_to_mei(struct mei_txe_hw *hw)
H A Dhw-txe.c63 static inline u32 mei_txe_sec_reg_read_silent(struct mei_txe_hw *hw,
79 static inline u32 mei_txe_sec_reg_read(struct mei_txe_hw *hw,
95 static inline void mei_txe_sec_reg_write_silent(struct mei_txe_hw *hw,
110 static inline void mei_txe_sec_reg_write(struct mei_txe_hw *hw,
124 static inline u32 mei_txe_br_reg_read(struct mei_txe_hw *hw,
137 static inline void mei_txe_br_reg_write(struct mei_txe_hw *hw,
160 struct mei_txe_hw *hw = to_txe_hw(dev);
185 struct mei_txe_hw *hw = to_txe_hw(dev);
202 struct mei_txe_hw *hw = to_txe_hw(dev);
221 struct mei_txe_hw *h
[all...]
H A Dpci-txe.c53 struct mei_txe_hw *hw;

Completed in 385 milliseconds