Searched refs:temp_res (Results 1 – 3 of 3) sorted by relevance
332 u32 temp_res; in aq_fw2x_get_phy_temp() local348 &temp_res, 1); in aq_fw2x_get_phy_temp()356 *temp = (int16_t)(temp_res & 0xFFFF) * 1000 / 256; in aq_fw2x_get_phy_temp()
113 struct resource *res, temp_res; in of_device_alloc() local120 while (of_address_to_resource(np, num_reg, &temp_res) == 0) in of_device_alloc()
5268 struct resource temp_res; in dsi_bind() local5304 temp_res.start = res->start; in dsi_bind()5305 temp_res.end = temp_res.start + DSI_PROTO_SZ - 1; in dsi_bind()5306 res = &temp_res; in dsi_bind()5326 temp_res.start = res->start + DSI_PHY_OFFSET; in dsi_bind()5327 temp_res.end = temp_res.start + DSI_PHY_SZ - 1; in dsi_bind()5328 res = &temp_res; in dsi_bind()5346 temp_res.start = res->start + DSI_PLL_OFFSET; in dsi_bind()5347 temp_res.end = temp_res.start + DSI_PLL_SZ - 1; in dsi_bind()5348 res = &temp_res; in dsi_bind()