Home
last modified time | relevance | path

Searched refs:SEC_STATUS_G (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/raw/ifpga/base/
H A Difpga_sec_mgr.c45 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()
H A Dopae_intel_max10.h144 #define SEC_STATUS_G(v) (((v) >> 16) & 0xff) macro