Lines Matching refs:uint32_t
93 uint32_t bsec_probe(void);
94 uint32_t bsec_get_base(void);
96 uint32_t bsec_set_config(struct bsec_config *cfg);
97 uint32_t bsec_get_config(struct bsec_config *cfg);
99 uint32_t bsec_shadow_register(uint32_t otp);
100 uint32_t bsec_read_otp(uint32_t *val, uint32_t otp);
101 uint32_t bsec_write_otp(uint32_t val, uint32_t otp);
102 uint32_t bsec_program_otp(uint32_t val, uint32_t otp);
103 uint32_t bsec_permanent_lock_otp(uint32_t otp);
105 void bsec_write_debug_conf(uint32_t val);
106 uint32_t bsec_read_debug_conf(void);
108 void bsec_write_scratch(uint32_t val);
109 uint32_t bsec_read_scratch(void);
111 uint32_t bsec_get_status(void);
112 uint32_t bsec_get_hw_conf(void);
113 uint32_t bsec_get_version(void);
114 uint32_t bsec_get_id(void);
115 uint32_t bsec_get_magic_id(void);
117 uint32_t bsec_set_sr_lock(uint32_t otp);
118 uint32_t bsec_read_sr_lock(uint32_t otp, bool *value);
119 uint32_t bsec_set_sw_lock(uint32_t otp);
120 uint32_t bsec_read_sw_lock(uint32_t otp, bool *value);
121 uint32_t bsec_set_sp_lock(uint32_t otp);
122 uint32_t bsec_read_sp_lock(uint32_t otp, bool *value);
123 uint32_t bsec_read_permanent_lock(uint32_t otp, bool *value);
124 uint32_t bsec_otp_lock(uint32_t service);
126 uint32_t bsec_shadow_read_otp(uint32_t *otp_value, uint32_t word);
127 uint32_t bsec_check_nsec_access_rights(uint32_t otp);