Lines Matching refs:mbox
66 mbox_store_ldref(uint8_t *mbox, union mfi_ld_ref *ref) in mbox_store_ldref() argument
69 mbox[0] = ref->v.target_id; in mbox_store_ldref()
70 mbox[1] = ref->v.reserved; in mbox_store_ldref()
71 mbox[2] = ref->v.seq & 0xff; in mbox_store_ldref()
72 mbox[3] = ref->v.seq >> 8; in mbox_store_ldref()
87 uint8_t mbox[1]; in mfi_ld_get_info() local
89 mbox[0] = target_id; in mfi_ld_get_info()
91 sizeof(struct mfi_ld_info), mbox, 1, statusp)); in mfi_ld_get_info()
97 uint8_t mbox[1]; in mfi_ld_get_props() local
99 mbox[0] = target_id; in mfi_ld_get_props()
101 sizeof(struct mfi_ld_props), mbox, 1, NULL)); in mfi_ld_get_props()
107 uint8_t mbox[4]; in mfi_ld_set_props() local
109 mbox_store_ldref(mbox, &props->ld); in mfi_ld_set_props()
111 sizeof(struct mfi_ld_props), mbox, 4, NULL)); in mfi_ld_set_props()