Lines Matching defs:rev
197 u32 rev, dev;
203 orion5x_pcie_id(&dev, &rev);
249 u32 dev, rev;
251 orion5x_pcie_id(&dev, &rev);
272 * Identify device ID and rev from PCIe configuration header space '0'.
274 void __init orion5x_id(u32 *dev, u32 *rev, char **dev_name)
276 orion5x_pcie_id(dev, rev);
279 if (*rev == MV88F5281_REV_D2) {
281 } else if (*rev == MV88F5281_REV_D1) {
283 } else if (*rev == MV88F5281_REV_D0) {
289 if (*rev == MV88F5182_REV_A2) {
295 if (*rev == MV88F5181_REV_B1) {
297 } else if (*rev == MV88F5181L_REV_A1) {
303 if (*rev == MV88F6183_REV_B0) {
316 u32 dev, rev;
318 orion5x_id(&dev, &rev, &dev_name);
333 if (dev == MV88F5281_DEV_ID && rev == MV88F5281_REV_D0) {
342 if ((dev == MV88F5181_DEV_ID && rev >= MV88F5181L_REV_A0) ||