Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c55 #define OTP_ADDR OTP_BASE + 0x10 macro
364 writel(otp_addr, OTP_ADDR); //write address in otp_write()
419 writel(offset, OTP_ADDR); //Read address in otp_read_data()
434 writel(config_offset, OTP_ADDR); //Read address in otp_read_conf()
450 writel(otp_addr, OTP_ADDR); //Compare address in otp_compare()
469 writel(otp_addr, OTP_ADDR); //Read address in verify_bit()
471 writel(otp_addr - 1, OTP_ADDR); //Read address in verify_bit()
498 writel(otp_addr, OTP_ADDR); //Read address in verify_dw()
500 writel(otp_addr - 1, OTP_ADDR); //Read address in verify_dw()
546 writel(otp_addr, OTP_ADDR); //write address in otp_prog()