Searched refs:cmdbuff (Results 1 – 2 of 2) sorted by relevance
46 int psp_mailbox_command(struct psp_device *psp, enum psp_cmd cmd, void *cmdbuff, in psp_mailbox_command() argument67 if (cmdbuff) { in psp_mailbox_command()68 iowrite32(lower_32_bits(__psp_pa(cmdbuff)), cmdbuff_lo_reg); in psp_mailbox_command()69 iowrite32(upper_32_bits(__psp_pa(cmdbuff)), cmdbuff_hi_reg); in psp_mailbox_command()
97 int psp_mailbox_command(struct psp_device *psp, enum psp_cmd cmd, void *cmdbuff,