Lines Matching refs:offset
456 uint32_t remapAddr, offset; in Cy_Platform_RemapAddr() local
463 offset = (uint32_t)addr - CY_FLASH_S_SBUS_BASE; in Cy_Platform_RemapAddr()
464 remapAddr = CY_FLASH_S_CBUS_BASE + offset; in Cy_Platform_RemapAddr()
470 offset = (uint32_t)addr - CY_SFLASH_S_SBUS_BASE; in Cy_Platform_RemapAddr()
471 remapAddr = CY_SFLASH_S_CBUS_BASE + offset; in Cy_Platform_RemapAddr()
477 offset = (uint32_t)addr - CY_SRAM0_S_CBUS_BASE; in Cy_Platform_RemapAddr()
478 remapAddr = CY_SRAM0_S_SBUS_BASE + offset; in Cy_Platform_RemapAddr()
485 offset = (uint32_t)addr - CY_FLASH_NS_SBUS_BASE; in Cy_Platform_RemapAddr()
486 remapAddr = CY_FLASH_NS_CBUS_BASE + offset; in Cy_Platform_RemapAddr()
492 offset = (uint32_t)addr - CY_SFLASH_NS_SBUS_BASE; in Cy_Platform_RemapAddr()
493 remapAddr = CY_SFLASH_NS_CBUS_BASE + offset; in Cy_Platform_RemapAddr()
499 offset = (uint32_t)addr - CY_SRAM0_NS_CBUS_BASE; in Cy_Platform_RemapAddr()
500 remapAddr = CY_SRAM0_NS_SBUS_BASE + offset; in Cy_Platform_RemapAddr()
512 uint32_t remapAddr, offset; in Cy_Platform_RemapAddr() local
518 offset = (uint32_t)addr - CY_XIP_NS_CBUS_BASE; in Cy_Platform_RemapAddr()
519 remapAddr = CY_XIP_NS_SBUS_BASE + offset; in Cy_Platform_RemapAddr()
525 offset = (uint32_t)addr - CY_SRAM0_NS_CBUS_BASE; in Cy_Platform_RemapAddr()
526 remapAddr = CY_SRAM0_NS_SBUS_BASE + offset; in Cy_Platform_RemapAddr()