Home
last modified time | relevance | path

Searched refs:HL_DRV_RESET_DEV_RELEASE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/accel/habanalabs/common/
H A Ddevice.c450 hl_device_reset(hdev, HL_DRV_RESET_DEV_RELEASE); in hpriv_release()
1509 from_dev_release = !!(flags & HL_DRV_RESET_DEV_RELEASE); in hl_device_reset()
1585 flags &= ~HL_DRV_RESET_DEV_RELEASE; in hl_device_reset()
1879 flags &= ~HL_DRV_RESET_DEV_RELEASE; in hl_device_reset()
H A Dhabanalabs.h194 #define HL_DRV_RESET_DEV_RELEASE (1 << 4) macro