Home
last modified time | relevance | path

Searched defs:amdxdna_dev_hdl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/accel/amdxdna/
H A Daie2_pci.h146 struct amdxdna_dev_hdl { struct
147 struct aie_device aie;
148 const struct amdxdna_dev_priv *priv;
149 void __iomem *sram_base;
150 void __iomem *mbox_base;
152 u32 total_col;
153 struct amdxdna_drm_query_aie_version version;
154 struct aie2_exec_msg_ops *exec_msg_ops;
157 enum amdxdna_power_mode_type pw_mode;
181 int (*set_dpm)(struct amdxdna_dev_hdl *ndev, u32 dpm_level); argument