Lines Matching full:tmr
93 GFX_CMD_ID_SETUP_TMR = 0x00000005, /* setup TMR region */
95 GFX_CMD_ID_DESTROY_TMR = 0x00000007, /* destroy TMR region */
102 GFX_CMD_ID_LOAD_TOC = 0x00000020, /* Load TOC and obtain TMR size */
182 /* Command to setup TMR region. */
185 …uint32_t buf_phy_addr_lo; /* bits [31:0] of GPU Virtual address of TMR buffer (must b…
186 uint32_t buf_phy_addr_hi; /* bits [63:32] of GPU Virtual address of TMR buffer */
196 …uint32_t system_phy_addr_lo; /* bits [31:0] of system physical address of TMR buffer…
197 …uint32_t system_phy_addr_hi; /* bits [63:32] of system physical address of TMR buffe…
402 …uint32_t fw_addr_lo; /* +8 bits [31:0] of FW address within TMR (in response to cmd_load_ip_fw co…
403 …uint32_t fw_addr_hi; /* +12 bits [63:32] of FW address within TMR (in response to cmd_load_ip_fw c…
404 …uint32_t tmr_size; /* +16 size of the TMR to be reserved including MM fw and Gfx fw in response to…