1 /* SPDX-License-Identifier: MIT */ 2 /* 3 * Copyright © 2023 Intel Corporation 4 */ 5 6 #ifndef _REGS_XE_SRIOV_REGS_H_ 7 #define _REGS_XE_SRIOV_REGS_H_ 8 9 #include "regs/xe_reg_defs.h" 10 11 #define XE2_LMEM_CFG XE_REG(0x48b0) 12 13 #define LMEM_CFG XE_REG(0xcf58) 14 #define LMEM_EN REG_BIT(31) 15 #define LMTT_DIR_PTR REG_GENMASK(30, 0) /* in multiples of 64KB */ 16 17 #endif 18