Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/cxl/core/
Dmemdev.c848 if (!IS_ALIGNED(offset, CXL_FW_TRANSFER_ALIGNMENT)) { in cxl_fw_write()
881 transfer->offset = cpu_to_le32(offset / CXL_FW_TRANSFER_ALIGNMENT); in cxl_fw_write()
/Linux-v6.6/drivers/cxl/
Dcxlmem.h323 #define CXL_FW_TRANSFER_ALIGNMENT 128 macro
/Linux-v6.6/tools/testing/cxl/test/
Dmem.c1215 offset = le32_to_cpu(transfer->offset) * CXL_FW_TRANSFER_ALIGNMENT; in mock_transfer_fw()