Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/cxl/
Dpci.c74 #define CXL_VSEC_PERST_LOADS_IMAGE 0x20 /* RW */ macro
681 image_state |= CXL_VSEC_PERST_LOADS_IMAGE; in cxl_update_image_control()
683 image_state &= ~CXL_VSEC_PERST_LOADS_IMAGE; in cxl_update_image_control()
1314 adapter->perst_loads_image = !!(image_state & CXL_VSEC_PERST_LOADS_IMAGE); in cxl_read_vsec()