Searched defs:otp_addr (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | aspeed_sbc.c | 80 uint32_t otp_addr) in aspeed_sbc_otp_read() 125 static bool mode_handler(uint32_t otp_addr) in mode_handler() 142 uint32_t otp_addr) in aspeed_sbc_otp_write() 157 uint32_t otp_addr) in aspeed_sbc_otp_prog() 182 uint32_t otp_addr; in aspeed_sbc_handle_command() local
|
/openbmc/qemu/hw/nvram/ |
H A D | aspeed_otp.c | 27 static bool valid_program_data(uint32_t otp_addr, in valid_program_data() 60 static bool program_otpmem_data(void *opaque, uint32_t otp_addr, in program_otpmem_data() 82 static void aspeed_otp_write(void *opaque, hwaddr otp_addr, in aspeed_otp_write()
|
/openbmc/u-boot/cmd/ |
H A D | otp.c | 362 static void otp_write(u32 otp_addr, u32 data) in otp_write() 440 static int otp_compare(u32 otp_addr, u32 addr) in otp_compare() 464 static int verify_bit(u32 otp_addr, int bit_offset, int value) in verify_bit() 491 static u32 verify_dw(u32 otp_addr, u32 *value, u32 *ignore, u32 *compare, int size) in verify_dw() 543 static int otp_prog(u32 otp_addr, u32 prog_bit) in otp_prog() 2824 int otp_addr = 0; in do_otppb() local 2990 int otp_addr = 0; in do_otpcmp() local
|