Home
last modified time | relevance | path

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

/openbmc/phosphor-mboxd/
H A Dmboxd_windows.h18 int write_from_window(struct mbox_context *context, uint32_t offset,
H A Dmboxd_msg.c582 rc = write_from_window(context, offset, count, in mbox_handle_flush_window()
592 rc = write_from_window(context, offset, count, in mbox_handle_flush_window()
605 rc = write_from_window(context, offset, count, prev); in mbox_handle_flush_window()
H A Dmboxd_windows.c278 int write_from_window(struct mbox_context *context, uint32_t offset, in write_from_window() function