Home
last modified time | relevance | path

Searched refs:ivpu_device_id (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/accel/ivpu/
H A Divpu_drv.h235 static inline u16 ivpu_device_id(struct ivpu_device *vdev) in ivpu_device_id() function
242 switch (ivpu_device_id(vdev)) { in ivpu_hw_ip_gen()
262 switch (ivpu_device_id(vdev)) { in ivpu_hw_btrs_gen()
H A Divpu_hw.c73 if ((ivpu_device_id(vdev) == PCI_DEVICE_ID_LNL && in wa_init()
75 (ivpu_device_id(vdev) == PCI_DEVICE_ID_NVL && in wa_init()
H A Divpu_hw_ip.c686 switch (ivpu_device_id(vdev)) { in pwr_island_delay_set()