Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils_fw2x.c316 u32 temp_res; in aq_fw2x_get_phy_temp() local
332 &temp_res, 1); in aq_fw2x_get_phy_temp()
340 *temp = (temp_res & 0xFFFF) * 1000 / 256; in aq_fw2x_get_phy_temp()
/Linux-v5.4/drivers/of/
Dplatform.c113 struct resource *res, temp_res; in of_device_alloc() local
120 while (of_address_to_resource(np, num_reg, &temp_res) == 0) in of_device_alloc()
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c5265 struct resource temp_res; in dsi_bind() local
5301 temp_res.start = res->start; in dsi_bind()
5302 temp_res.end = temp_res.start + DSI_PROTO_SZ - 1; in dsi_bind()
5303 res = &temp_res; in dsi_bind()
5323 temp_res.start = res->start + DSI_PHY_OFFSET; in dsi_bind()
5324 temp_res.end = temp_res.start + DSI_PHY_SZ - 1; in dsi_bind()
5325 res = &temp_res; in dsi_bind()
5343 temp_res.start = res->start + DSI_PLL_OFFSET; in dsi_bind()
5344 temp_res.end = temp_res.start + DSI_PLL_SZ - 1; in dsi_bind()
5345 res = &temp_res; in dsi_bind()