Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c329 u32 temp_res; in aq_fw2x_get_phy_temp() local
345 &temp_res, 1); in aq_fw2x_get_phy_temp()
353 *temp = (int16_t)(temp_res & 0xFFFF) * 1000 / 256; in aq_fw2x_get_phy_temp()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c5266 struct resource temp_res; in dsi_bind() local
5302 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()