Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c5267 struct resource temp_res; in dsi_bind() local
5303 temp_res.start = res->start; in dsi_bind()
5304 temp_res.end = temp_res.start + DSI_PROTO_SZ - 1; in dsi_bind()
5305 res = &temp_res; in dsi_bind()
5325 temp_res.start = res->start + DSI_PHY_OFFSET; in dsi_bind()
5326 temp_res.end = temp_res.start + DSI_PHY_SZ - 1; in dsi_bind()
5327 res = &temp_res; in dsi_bind()
5345 temp_res.start = res->start + DSI_PLL_OFFSET; in dsi_bind()
5346 temp_res.end = temp_res.start + DSI_PLL_SZ - 1; in dsi_bind()
5347 res = &temp_res; in dsi_bind()