Home
last modified time | relevance | path

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

/linux/drivers/misc/cxl/
H A Dpci.c74 #define CXL_VSEC_PERST_LOADS_IMAGE 0x20 /* RW */ macro
667 image_state |= CXL_VSEC_PERST_LOADS_IMAGE; in cxl_update_image_control()
669 image_state &= ~CXL_VSEC_PERST_LOADS_IMAGE; in cxl_update_image_control()
1302 adapter->perst_loads_image = !!(image_state & CXL_VSEC_PERST_LOADS_IMAGE); in cxl_read_vsec()