Lines Matching refs:func_class
1421 u32 func_class; in lba_driver_probe() local
1428 func_class = READ_REG32(addr + LBA_FCLASS); in lba_driver_probe()
1431 func_class &= 0xf; in lba_driver_probe()
1432 switch (func_class) { in lba_driver_probe()
1443 version, func_class & 0xf, (long)dev->hpa.start); in lba_driver_probe()
1445 if (func_class < 2) { in lba_driver_probe()
1454 if (func_class > 4) { in lba_driver_probe()
1465 func_class &= 0xff; in lba_driver_probe()
1466 major = func_class >> 4, minor = func_class & 0xf; in lba_driver_probe()
1473 minor, func_class, (long)dev->hpa.start); in lba_driver_probe()
1498 lba_dev->hw_rev = func_class; in lba_driver_probe()