Home
last modified time | relevance | path

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

/linux-6.15/drivers/accel/amdxdna/
H A Daie2_psp.c32 #define PSP_FW_ALIGN 0x10000 macro
129 psp->fw_buf_sz = ALIGN(conf->fw_size, PSP_FW_ALIGN) + PSP_FW_ALIGN; in aie2m_psp_create()
141 offset = ALIGN(psp->fw_paddr, PSP_FW_ALIGN) - psp->fw_paddr; in aie2m_psp_create()