Searched refs:tstrGpRegs (Results 1 – 3 of 3) sorted by relevance
109 tstrGpRegs strgp = {0}; in nm_get_firmware_full_info()118 ret = nm_read_block(reg|0x30000,(uint8*)&strgp,sizeof(tstrGpRegs)); in nm_get_firmware_full_info()172 tstrGpRegs strgp = {0}; in nm_get_ota_firmware_info()182 ret = nm_read_block(reg|0x30000,(uint8*)&strgp,sizeof(tstrGpRegs)); in nm_get_ota_firmware_info()
615 tstrGpRegs strgp = {0}; in nmi_get_otp_mac_address()620 ret = nm_read_block(u32RegValue|0x30000,(uint8*)&strgp,sizeof(tstrGpRegs)); in nmi_get_otp_mac_address()647 tstrGpRegs strgp = {0}; in nmi_get_mac_address()652 ret = nm_read_block(u32RegValue|0x30000,(uint8*)&strgp,sizeof(tstrGpRegs)); in nmi_get_mac_address()
89 }tstrGpRegs; typedef