Lines Matching refs:sGetAddress
88 unsigned short (*sGetAddress) (unsigned short key) = NULL; variable
105 sGetAddress = func; in inv_set_get_address()
121 if (sGetAddress == NULL) { in inv_dmpkey_supported()
126 memAddr = sGetAddress(key); in inv_dmpkey_supported()
158 if (sGetAddress == NULL) { in inv_get_mpu_memory_original()
162 offset = sGetAddress(key); in inv_get_mpu_memory_original()
175 if (sGetAddress == NULL) { in inv_dl_get_address()
179 offset = sGetAddress(key); in inv_dl_get_address()
236 sGetAddress = NULL; in inv_dl_close()
829 if (sGetAddress == NULL) { in inv_get_mpu_memory()
833 memAddr = sGetAddress(key); in inv_get_mpu_memory()
887 if (sGetAddress == NULL) { in inv_set_mpu_memory()
891 memAddr = sGetAddress(key); in inv_set_mpu_memory()