Searched refs:CXL_FW_TRANSFER_ALIGNMENT (Results 1 – 3 of 3) sorted by relevance
804 if (!IS_ALIGNED(offset, CXL_FW_TRANSFER_ALIGNMENT)) { in cxl_fw_write()837 transfer->offset = cpu_to_le32(offset / CXL_FW_TRANSFER_ALIGNMENT); in cxl_fw_write()
326 #define CXL_FW_TRANSFER_ALIGNMENT 128 macro
1216 offset = le32_to_cpu(transfer->offset) * CXL_FW_TRANSFER_ALIGNMENT; in mock_transfer_fw()