Searched refs:TLI_BPSZ (Results 1 – 2 of 2) sorted by relevance
124 TLI_BPSZ &= ~(TLI_BPSZ_VBPSZ | TLI_BPSZ_HBPSZ); in tli_init()125 …TLI_BPSZ = (uint32_t)((uint32_t)tli_struct->backpsz_vbpsz | ((uint32_t)tli_struct->backpsz_hbpsz <… in tli_init()322 hstart = (uint32_t)offset_x + (((TLI_BPSZ & TLI_BPSZ_HBPSZ) >> 16U) + 1U); in tli_layer_window_offset_modify()323 vstart = (uint32_t)offset_y + ((TLI_BPSZ & TLI_BPSZ_VBPSZ) + 1U); in tli_layer_window_offset_modify()
51 #define TLI_BPSZ REG32(TLI + 0x0000000CU) /*!< TLI back-porch siz… macro