Searched refs:CXL_FW_TRANSFER_ALIGNMENT (Results 1 – 3 of 3) sorted by relevance
873 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()
329 #define CXL_FW_TRANSFER_ALIGNMENT 128 macro
1307 offset = le32_to_cpu(transfer->offset) * CXL_FW_TRANSFER_ALIGNMENT; in mock_transfer_fw()