Searched refs:temp_res (Results 1 – 2 of 2) sorted by relevance
329 u32 temp_res; in aq_fw2x_get_phy_temp() local345 &temp_res, 1); in aq_fw2x_get_phy_temp()353 *temp = (int16_t)(temp_res & 0xFFFF) * 1000 / 256; in aq_fw2x_get_phy_temp()
5266 struct resource temp_res; in dsi_bind() local5302 temp_res.start = res->start; in dsi_bind()5303 temp_res.end = temp_res.start + DSI_PROTO_SZ - 1; in dsi_bind()5304 res = &temp_res; in dsi_bind()5324 temp_res.start = res->start + DSI_PHY_OFFSET; in dsi_bind()5325 temp_res.end = temp_res.start + DSI_PHY_SZ - 1; in dsi_bind()5326 res = &temp_res; in dsi_bind()5344 temp_res.start = res->start + DSI_PLL_OFFSET; in dsi_bind()5345 temp_res.end = temp_res.start + DSI_PLL_SZ - 1; in dsi_bind()5346 res = &temp_res; in dsi_bind()