Searched refs:rsu_prog (Results 1 – 2 of 2) sorted by relevance
220 if (rsu_prog(doorbell) != RSU_PROG_IDLE && in rsu_check_idle()221 rsu_prog(doorbell) != RSU_PROG_RSU_DONE) { in rsu_check_idle()240 progress = rsu_prog(doorbell); in rsu_start_done()298 while (rsu_prog(doorbell) == RSU_PROG_PREPARE) { in rsu_prog_ready()308 progress = rsu_prog(doorbell); in rsu_prog_ready()336 rsu_prog(doorbell) != RSU_PROG_READY, in rsu_send_data()376 switch (rsu_prog(*doorbell)) { in rsu_check_complete()399 if (rsu_prog(doorbell) != RSU_PROG_READY) in rsu_cancel()459 } else if (rsu_prog(doorbell) != RSU_PROG_READY) { in m10bmc_sec_write()
90 #define rsu_prog(doorbell) FIELD_GET(DRBL_RSU_PROGRESS, doorbell) macro