Searched refs:dw_offset (Results 1 – 3 of 3) sorted by relevance
942 u32 dw_offset; in otp_print_scu_image() local955 dw_offset = 1; in otp_print_scu_image()959 dw_offset = 0; in otp_print_scu_image()963 otp_value = (OTPSCU[dw_offset] >> bit_offset) & mask; in otp_print_scu_image()964 otp_ignore = (OTPSCU_IGNORE[dw_offset] >> bit_offset) & mask; in otp_print_scu_image()1036 u32 dw_offset; in otp_print_conf_image() local1052 dw_offset = conf_info[i].dw_offset; in otp_print_conf_image()1055 otp_value = (OTPCFG[dw_offset] >> bit_offset) & mask; in otp_print_conf_image()1056 otp_ignore = (OTPCFG_IGNORE[dw_offset] >> bit_offset) & mask; in otp_print_conf_image()1077 printf("0x%-4X", dw_offset); in otp_print_conf_image()[all …]
19 signed char dw_offset; member
20 offset = dw_offset*32 + bit_offset