Lines Matching defs:amdxdna_dev_hdl
159 struct amdxdna_dev_hdl { struct
160 struct amdxdna_dev *xdna;
161 const struct amdxdna_dev_priv *priv;
162 void __iomem *sram_base;
163 void __iomem *smu_base;
164 void __iomem *mbox_base;
165 struct psp_device *psp_hdl;
167 struct xdna_mailbox_chann_res mgmt_x2i;
168 struct xdna_mailbox_chann_res mgmt_i2x;
169 u32 mgmt_chan_idx;
170 u32 mgmt_prot_major;
171 u32 mgmt_prot_minor;
173 u32 total_col;
174 struct aie_version version;
175 struct aie_metadata metadata;
178 enum amdxdna_power_mode_type pw_mode;
179 u32 dpm_level;
180 u32 dft_dpm_level;
204 int (*set_dpm)(struct amdxdna_dev_hdl *ndev, u32 dpm_level); argument