Searched refs:SEC_PROGRESS_G (Results 1 – 2 of 2) sorted by relevance
47 (SEC_PROGRESS_G(doorbell) != SEC_PROGRESS_IDLE && in secure_start_done()48 SEC_PROGRESS_G(doorbell) != SEC_PROGRESS_RSU_DONE)); in secure_start_done()53 return (SEC_PROGRESS_G(doorbell) != SEC_PROGRESS_READY); in secure_prog_ready()110 prog = SEC_PROGRESS_G(doorbell); in n3000_secure_update_start()172 prog = SEC_PROGRESS_G(doorbell); in n3000_cancel()271 prog = SEC_PROGRESS_G(doorbell); in n3000_write_blk()304 prog = SEC_PROGRESS_G(doorbell); in n3000_write_done()383 prog = SEC_PROGRESS_G(doorbell); in n3000_check_complete()561 prog = SEC_PROGRESS_G(doorbell); in n3000_get_hw_errinfo()
127 #define SEC_PROGRESS_G(v) (((v) >> 4) & 0xf) macro