Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/bsec/
H A Dbsec2.c325 return BSEC_INVALID_PARAM; in bsec_read_otp()
465 return BSEC_INVALID_PARAM; in bsec_permanent_lock_otp()
584 return BSEC_INVALID_PARAM; in bsec_set_sr_lock()
607 return BSEC_INVALID_PARAM; in bsec_read_sr_lock()
632 return BSEC_INVALID_PARAM; in bsec_set_sw_lock()
655 return BSEC_INVALID_PARAM; in bsec_read_sw_lock()
680 return BSEC_INVALID_PARAM; in bsec_set_sp_lock()
703 return BSEC_INVALID_PARAM; in bsec_read_sp_lock()
726 return BSEC_INVALID_PARAM; in bsec_read_permanent_lock()
812 return BSEC_INVALID_PARAM; in bsec_check_nsec_access_rights()
/rk3399_ARM-atf/include/drivers/st/
H A Dbsec.h21 #define BSEC_INVALID_PARAM 0xFFFFFFFCU macro