Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cxl/core/
H A 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()
/openbmc/linux/drivers/cxl/
H A Dcxlmem.h326 #define CXL_FW_TRANSFER_ALIGNMENT 128 macro
/openbmc/linux/tools/testing/cxl/test/
H A Dmem.c1216 offset = le32_to_cpu(transfer->offset) * CXL_FW_TRANSFER_ALIGNMENT; in mock_transfer_fw()