Searched refs:SEC_STATUS_G (Results 1 – 2 of 2) sorted by relevance
45 return (SEC_STATUS_G(doorbell) == SEC_STATUS_ERASE_FAIL || in secure_start_done()46 SEC_STATUS_G(doorbell) == SEC_STATUS_WEAROUT || in secure_start_done()143 status = SEC_STATUS_G(doorbell); in n3000_secure_update_start()335 status = SEC_STATUS_G(doorbell); in n3000_write_done()371 status = SEC_STATUS_G(doorbell); in n3000_check_complete()560 stat = SEC_STATUS_G(doorbell); in n3000_get_hw_errinfo()
144 #define SEC_STATUS_G(v) (((v) >> 16) & 0xff) macro