Lines Matching defs:location
279 u32 location;
282 ret = of_property_read_u32(np, "energymicro,location", &location);
286 ret = of_property_read_u32(np, "efm32,location", &location);
289 /* fall back to old and (wrongly) generic property "location" */
290 ret = of_property_read_u32(np, "location", &location);
293 dev_dbg(&pdev->dev, "using location %u\n", location);
295 /* default to location configured in hardware */
296 location = efm32_spi_get_configured_location(ddata);
298 dev_info(&pdev->dev, "fall back to location %u\n", location);
301 ddata->pdata.location = location;
387 REG_ROUTE_LOCATION(ddata->pdata.location), REG_ROUTE);