Searched refs:should_commit (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/cxl/ |
H A D | cxl-component-utils.c | 96 bool should_commit = false; in dumb_hdm_handler() local 104 should_commit = FIELD_EX32(value, CXL_HDM_DECODER0_CTRL, COMMIT); in dumb_hdm_handler() 105 should_uncommit = !should_commit; in dumb_hdm_handler() 111 if (should_commit) { in dumb_hdm_handler()
|
/openbmc/qemu/hw/mem/ |
H A D | cxl_type3.c | 499 bool should_commit = false; in ct3d_reg_write() local 508 should_commit = FIELD_EX32(value, CXL_HDM_DECODER0_CTRL, COMMIT); in ct3d_reg_write() 509 should_uncommit = !should_commit; in ct3d_reg_write() 513 should_commit = FIELD_EX32(value, CXL_HDM_DECODER0_CTRL, COMMIT); in ct3d_reg_write() 514 should_uncommit = !should_commit; in ct3d_reg_write() 518 should_commit = FIELD_EX32(value, CXL_HDM_DECODER0_CTRL, COMMIT); in ct3d_reg_write() 519 should_uncommit = !should_commit; in ct3d_reg_write() 523 should_commit = FIELD_EX32(value, CXL_HDM_DECODER0_CTRL, COMMIT); in ct3d_reg_write() 524 should_uncommit = !should_commit; in ct3d_reg_write() 611 if (should_commit) { in ct3d_reg_write()
|