Searched refs:hpre_dev (Results 1 – 1 of 1) sorted by relevance
58 struct acc_device *hpre_dev = NULL; in hpre_create_qp() local73 hpre_dev = cur_dev; in hpre_create_qp()77 if (!hpre_dev) { in hpre_create_qp()82 return hisi_qm_create_qp(&hpre_dev->qm, sq_type); in hpre_create_qp()167 static TEE_Result hpre_engine_init(struct acc_device *hpre_dev) in hpre_engine_init() argument169 struct hisi_qm *qm = &hpre_dev->qm; in hpre_engine_init()240 static enum hisi_drv_status hpre_qm_init(struct acc_device *hpre_dev) in hpre_qm_init() argument242 struct hisi_qm *qm = &hpre_dev->qm; in hpre_qm_init()245 qm->io_base = (uintptr_t)phys_to_virt_io(hpre_dev->io_base, in hpre_qm_init()246 hpre_dev->io_size); in hpre_qm_init()[all …]