Searched refs:spap (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/misc/cxl/
H A Dnative.c211 u64 spap; attach_spa() local
216 spap = virt_to_phys(afu->spa) & CXL_PSL_SPAP_Addr; attach_spa()
217 spap |= ((afu->spa_size >> (12 - CXL_PSL_SPAP_Size_Shift)) - 1) & CXL_PSL_SPAP_Size; attach_spa()
218 spap |= CXL_PSL_SPAP_V; attach_spa()
219 pr_devel("cxl: SPA allocated at 0x%p. Max processes: %i, sw_command_status: 0x%p CXL_PSL_SPAP_An=0x%016llx\n", afu->spa, afu->spa_max_procs, afu->sw_command_status, spap); attach_spa()
220 cxl_p1n_write(afu, CXL_PSL_SPAP_An, spap); attach_spa()

Completed in 75 milliseconds