Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c835 static int otp_print_conf(u32 offset, int dw_count) in otp_print_conf() argument
840 if (offset + dw_count > 32) in otp_print_conf()
843 for (i = offset; i < offset + dw_count; i++) { in otp_print_conf()
851 static int otp_print_data(u32 offset, int dw_count) in otp_print_data() argument
856 if (offset + dw_count > 2048 || offset % 4 != 0) in otp_print_data()
859 for (i = offset; i < offset + dw_count; i += 2) { in otp_print_data()