Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cxl/core/
H A Dregion.c743 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) in cxl_region_find_decoder()
797 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) { in alloc_region_ref()
1237 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) { in cxl_port_setup_targets()
1276 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) { in cxl_port_setup_targets()
1333 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) in cxl_region_teardown_targets()
1754 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) { in cxl_region_attach()
2839 set_bit(CXL_REGION_F_AUTO, &cxlr->flags); in construct_region()
/openbmc/linux/drivers/cxl/
H A Dcxl.h489 #define CXL_REGION_F_AUTO 0 macro