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