Searched refs:spap (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/misc/cxl/
H A Dnative.c258 u64 spap; local
263 spap = virt_to_phys(afu->native->spa) & CXL_PSL_SPAP_Addr;
264 spap |= ((afu->native->spa_size >> (12 - CXL_PSL_SPAP_Size_Shift)) - 1) & CXL_PSL_SPAP_Size;
265 spap |= CXL_PSL_SPAP_V;
268 afu->native->sw_command_status, spap);
269 cxl_p1n_write(afu, CXL_PSL_SPAP_An, spap);

Completed in 239 milliseconds