Home
last modified time | relevance | path

Searched refs:VE_DEC_H265_TILE_START_CTB (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/staging/media/sunxi/cedrus/
Dcedrus_h265.c389 cedrus_write(dev, VE_DEC_H265_TILE_START_CTB, (y << 16) | (x << 0)); in cedrus_h265_write_tiles()
524 cedrus_write(dev, VE_DEC_H265_TILE_START_CTB, 0); in cedrus_h265_setup()
Dcedrus_regs.h494 #define VE_DEC_H265_TILE_START_CTB (VE_ENGINE_DEC_H265 + 0x68) macro