|
@@ -44,15 +44,6 @@ const char *mei_hbm_state_str(enum mei_hbm_state state);
|
|
|
|
|
|
int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr);
|
|
int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr);
|
|
|
|
|
|
-static inline void mei_hbm_hdr(struct mei_msg_hdr *hdr, size_t length)
|
|
|
|
-{
|
|
|
|
- hdr->host_addr = 0;
|
|
|
|
- hdr->me_addr = 0;
|
|
|
|
- hdr->length = length;
|
|
|
|
- hdr->msg_complete = 1;
|
|
|
|
- hdr->reserved = 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
void mei_hbm_idle(struct mei_device *dev);
|
|
void mei_hbm_idle(struct mei_device *dev);
|
|
void mei_hbm_reset(struct mei_device *dev);
|
|
void mei_hbm_reset(struct mei_device *dev);
|
|
int mei_hbm_start_req(struct mei_device *dev);
|
|
int mei_hbm_start_req(struct mei_device *dev);
|