Searched refs:loc_start (Results 1 – 2 of 2) sorted by relevance
1757 * @loc_start: The location corresponding to the start of the region.1760 * As we are assuming that @loc_start and @loc_end represent a sequential1767 const struct vmw_surface_loc *loc_start, in vmw_subres_dirty_add() argument 1771 SVGA3dBox *box = &dirty->boxes[loc_start->sub_resource]; in vmw_subres_dirty_add() 1772 u32 mip = loc_start->sub_resource % cache->num_mip_levels; in vmw_subres_dirty_add() 1776 if (WARN_ON(loc_start->sub_resource >= dirty->num_subres)) in vmw_subres_dirty_add() 1779 if (box->d == 0 || box->z > loc_start->z) in vmw_subres_dirty_add() 1780 box->z = loc_start->z; in vmw_subres_dirty_add() 1784 if (loc_start->z + 1 == loc_end->z) { in vmw_subres_dirty_add() 1786 if (box->h == 0 || box->y > loc_start in vmw_subres_dirty_add() [all...]
1119 dma_addr_t loc_start; in tsi721_rio_map_inb_mem() local 1146 loc_start = ibw_start; in tsi721_rio_map_inb_mem() 1164 loc_start = lstart; in tsi721_rio_map_inb_mem() 1220 ib_win->lstart = loc_start; in tsi721_rio_map_inb_mem() 1238 iowrite32(((u64)loc_start >> 32), priv->regs + TSI721_IBWIN_TUA(i)); in tsi721_rio_map_inb_mem() 1239 iowrite32(((u64)loc_start & TSI721_IBWIN_TLA_ADD), in tsi721_rio_map_inb_mem() 1250 i, ibw_start, &loc_start, ibw_size); in tsi721_rio_map_inb_mem()