Home
last modified time | relevance | path

Searched refs:mbox_offset (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/sound/soc/intel/atom/sst/
Dsst_acpi.c100 .mbox_offset = 0x144000,
122 .mbox_offset = 0x144000,
198 ctx->mailbox_add = rsrc->start + ctx->pdata->res_info->mbox_offset; in sst_platform_get_resources()
/Linux-v5.15/include/soc/microchip/
Dmpfs.h25 u16 mbox_offset; member
/Linux-v5.15/arch/x86/include/asm/
Dplatform_sst_audio.h114 unsigned int mbox_offset; member
/Linux-v5.15/drivers/mailbox/
Dmailbox-mpfs.c121 opt_sel = ((msg->mbox_offset << 7u) | (msg->cmd_opcode & 0x7fu)); in mpfs_mbox_send_data()