Searched refs:otp_conf0 (Results 1 – 1 of 1) sorted by relevance
3334 u32 otp_conf0; in do_ast_otp() local3401 otp_read_conf(0, &otp_conf0); in do_ast_otp()3404 pro_sts->mem_lock = (otp_conf0 >> 31) & 0x1; in do_ast_otp()3405 pro_sts->pro_key_ret = (otp_conf0 >> 29) & 0x1; in do_ast_otp()3406 pro_sts->pro_strap = (otp_conf0 >> 25) & 0x1; in do_ast_otp()3407 pro_sts->pro_conf = (otp_conf0 >> 24) & 0x1; in do_ast_otp()3408 pro_sts->pro_data = (otp_conf0 >> 23) & 0x1; in do_ast_otp()3409 pro_sts->pro_sec = (otp_conf0 >> 22) & 0x1; in do_ast_otp()3410 pro_sts->sec_size = ((otp_conf0 >> 16) & 0x3f) << 5; in do_ast_otp()