Searched refs:STATUS_CML (Results 1 – 7 of 7) sorted by relevance
40 STATUS_CML=$(i2ctransfer -f -y "$bus" w1@"$addr" 0x7E r1)41 status_array+=("HSC${hsc_alert_position} (0x7E) STATUS_CML" "$STATUS_CML")
42 STATUS_CML=$(i2ctransfer -f -y "$bus" w1@"$addr" 0x7E r1)43 status_array+=("HSC${hsc_fault_position} (0x7E) STATUS_CML" "$STATUS_CML")
69 constexpr auto STATUS_CML = "status0_cml"; variable
78 STATUS_CML = (0x7E, 1) variable in PMBusCommand
586 statusCML = pmbusIntf->read(STATUS_CML, Type::Debug); in analyze()
331 Other PMBus chips don't support the STATUS_CML register, or report
58 EXPECT_CALL(mockPMBus, read(STATUS_CML, _, _)) in setPMBusExpectations()