Searched refs:otpcfg4 (Results 1 – 1 of 1) sorted by relevance
2359 u32 otpcfg4; in otp_retire_key() local2365 otp_read_conf(4, &otpcfg4); in otp_retire_key()2367 krb = otpcfg4 & 0xff; in otp_retire_key()2368 krb_b = (otpcfg4 >> 16) & 0xff; in otp_retire_key()2373 printf("OTPCFG0x4 = 0x%X\n", otpcfg4); in otp_retire_key()2407 otp_read_conf(4, &otpcfg4); in otp_retire_key()2408 krb = otpcfg4 & 0xff; in otp_retire_key()2409 krb_b = (otpcfg4 >> 16) & 0xff; in otp_retire_key()