Searched refs:dw_count (Results 1 – 1 of 1) sorted by relevance
835 static int otp_print_conf(u32 offset, int dw_count) in otp_print_conf() argument840 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() argument856 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()