Lines Matching refs:store
2377 DPU_STORE_Type *store; in DPU_InitStore() local
2381 store = (DPU_STORE_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_InitStore()
2384 store->STATICCONTROL = DPU_UNIT_SHDEN_MASK; in DPU_InitStore()
2387 store->RINGBUFSTARTADDR = 0U; in DPU_InitStore()
2388 store->RINGBUFWRAPADDR = 0U; in DPU_InitStore()
2391 store->BURSTBUFFERMANAGEMENT = DPU_BURSTBUFFERMANAGEMENT_SETBURSTLENGTH(16); in DPU_InitStore()
2416 DPU_STORE_Type *store = (DPU_STORE_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_SetStoreDstBufferConfig() local
2418 store->BASEADDRESS = config->baseAddr; in DPU_SetStoreDstBufferConfig()
2419 store->DESTINATIONBUFFERATTRIBUTES = in DPU_SetStoreDstBufferConfig()
2421 …store->DESTINATIONBUFFERDIMENSION = DPU_MAKE_DIMENSION(config->bufferHeight - 1UL, config->bufferW… in DPU_SetStoreDstBufferConfig()
2422 store->COLORCOMPONENTBITS = s_dpuColorComponentFormats[config->pixelFormat][0]; in DPU_SetStoreDstBufferConfig()
2423 store->COLORCOMPONENTSHIFT = s_dpuColorComponentFormats[config->pixelFormat][1]; in DPU_SetStoreDstBufferConfig()
2468 DPU_STORE_Type *store = (DPU_STORE_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_SetStoreDstBufferAddr() local
2470 store->BASEADDRESS = baseAddr; in DPU_SetStoreDstBufferAddr()
2487 DPU_STORE_Type *store = (DPU_STORE_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_SetStoreOffset() local
2489 store->FRAMEOFFSET = DPU_MAKE_POSITION(offsetY, offsetX); in DPU_SetStoreOffset()
2507 DPU_STORE_Type *store = (DPU_STORE_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_StartStore() local
2509 store->START = DPU_STORE_START_Start_MASK; in DPU_StartStore()