Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Drescan-cxl-eid39 local cxl1_status="$1"
43 if [ "$cxl1_status" == "yes" ] && [ "$cxl2_status" == "yes" ]; then
46 elif [ "$cxl1_status" == "no" ] && [ "$cxl2_status" == "no" ]; then
48 elif [ "$cxl1_status" == "no" ]; then
65 cxl1_status="no"
69 if [ "$cxl1_status" == "no" ] && check_eid "$cxl1_eid"; then
70 cxl1_status="yes"
79 if [ "$cxl1_status" == "yes" ] && [ "$cxl2_status" == "yes" ]; then
98 [ "$cxl1_status" == "no" ] && check_and_setup_eid "$cxl1_eid" "$cxl1_ready" "$1" "CXL1"