SRAM_USER_BASE_OFFSET
size = hdev->pldm ? 0x10000 : prop->sram_size - SRAM_USER_BASE_OFFSET;
prop->sram_base_address + SRAM_USER_BASE_OFFSET;
size = hdev->pldm ? 0x10000 : (prop->sram_size - SRAM_USER_BASE_OFFSET);
prop->sram_user_base_address = prop->sram_base_address + SRAM_USER_BASE_OFFSET;
SRAM_USER_BASE_OFFSET;