Searched refs:u32RegValue (Results 1 – 1 of 1) sorted by relevance
613 uint32 u32RegValue; in nmi_get_otp_mac_address() local617 ret = nm_read_reg_with_ret(rNMI_GP_REG_2, &u32RegValue); in nmi_get_otp_mac_address()620 ret = nm_read_block(u32RegValue|0x30000,(uint8*)&strgp,sizeof(tstrGpRegs)); in nmi_get_otp_mac_address()622 u32RegValue = strgp.u32Mac_efuse_mib; in nmi_get_otp_mac_address()624 if(!EFUSED_MAC(u32RegValue)) { in nmi_get_otp_mac_address()631 u32RegValue >>=16; in nmi_get_otp_mac_address()632 ret = nm_read_block(u32RegValue|0x30000, mac, 6); in nmi_get_otp_mac_address()645 uint32 u32RegValue; in nmi_get_mac_address() local649 ret = nm_read_reg_with_ret(rNMI_GP_REG_2, &u32RegValue); in nmi_get_mac_address()652 ret = nm_read_block(u32RegValue|0x30000,(uint8*)&strgp,sizeof(tstrGpRegs)); in nmi_get_mac_address()[all …]