Lines Matching refs:uint32_t
170 uint32_t bsec_probe(void);
171 uint32_t bsec_get_base(void);
173 uint32_t bsec_set_config(struct bsec_config *cfg);
174 uint32_t bsec_get_config(struct bsec_config *cfg);
176 uint32_t bsec_shadow_register(uint32_t otp);
177 uint32_t bsec_read_otp(uint32_t *val, uint32_t otp);
178 uint32_t bsec_write_otp(uint32_t val, uint32_t otp);
179 uint32_t bsec_program_otp(uint32_t val, uint32_t otp);
180 uint32_t bsec_permanent_lock_otp(uint32_t otp);
182 uint32_t bsec_write_debug_conf(uint32_t val);
183 uint32_t bsec_read_debug_conf(void);
184 uint32_t bsec_write_feature_conf(uint32_t val);
185 uint32_t bsec_read_feature_conf(uint32_t *val);
187 uint32_t bsec_get_status(void);
188 uint32_t bsec_get_hw_conf(void);
189 uint32_t bsec_get_version(void);
190 uint32_t bsec_get_id(void);
191 uint32_t bsec_get_magic_id(void);
193 bool bsec_write_sr_lock(uint32_t otp, uint32_t value);
194 bool bsec_read_sr_lock(uint32_t otp);
195 bool bsec_write_sw_lock(uint32_t otp, uint32_t value);
196 bool bsec_read_sw_lock(uint32_t otp);
197 bool bsec_write_sp_lock(uint32_t otp, uint32_t value);
198 bool bsec_read_sp_lock(uint32_t otp);
199 bool bsec_wr_lock(uint32_t otp);
200 uint32_t bsec_otp_lock(uint32_t service, uint32_t value);
202 uint32_t bsec_shadow_read_otp(uint32_t *otp_value, uint32_t word);
203 uint32_t bsec_check_nsec_access_rights(uint32_t otp);