Lines Matching refs:dev_name
287 void __init orion5x_id(u32 *dev, u32 *rev, char **dev_name)
293 *dev_name = "MV88F5281-D2";
295 *dev_name = "MV88F5281-D1";
297 *dev_name = "MV88F5281-D0";
299 *dev_name = "MV88F5281-Rev-Unsupported";
303 *dev_name = "MV88F5182-A2";
305 *dev_name = "MV88F5182-Rev-Unsupported";
309 *dev_name = "MV88F5181-Rev-B1";
311 *dev_name = "MV88F5181L-Rev-A1";
313 *dev_name = "MV88F5181(L)-Rev-Unsupported";
317 *dev_name = "MV88F6183-Rev-B0";
319 *dev_name = "MV88F6183-Rev-Unsupported";
322 *dev_name = "Device-Unknown";
328 char *dev_name;
331 orion5x_id(&dev, &rev, &dev_name);
332 printk(KERN_INFO "Orion ID: %s. TCLK=%d.\n", dev_name, orion5x_tclk);