Home
last modified time | relevance | path

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

/linux/drivers/cxl/core/
H A Dmemdev.c873 if (!IS_ALIGNED(offset, CXL_FW_TRANSFER_ALIGNMENT)) { in cxl_fw_write()
906 transfer->offset = cpu_to_le32(offset / CXL_FW_TRANSFER_ALIGNMENT); in cxl_fw_write()
/linux/drivers/cxl/
H A Dcxlmem.h329 #define CXL_FW_TRANSFER_ALIGNMENT 128 macro
/linux/tools/testing/cxl/test/
H A Dmem.c1307 offset = le32_to_cpu(transfer->offset) * CXL_FW_TRANSFER_ALIGNMENT; in mock_transfer_fw()