Lines Matching refs:func_class
1476 u32 func_class; in lba_driver_probe() local
1487 func_class = READ_REG32(addr + LBA_FCLASS); in lba_driver_probe()
1490 func_class &= 0xf; in lba_driver_probe()
1491 switch (func_class) { in lba_driver_probe()
1502 version, func_class & 0xf, (long)dev->hpa.start); in lba_driver_probe()
1504 if (func_class < 2) { in lba_driver_probe()
1513 if (func_class > 4) { in lba_driver_probe()
1524 func_class &= 0xff; in lba_driver_probe()
1525 major = func_class >> 4, minor = func_class & 0xf; in lba_driver_probe()
1532 minor, func_class, (long)dev->hpa.start); in lba_driver_probe()
1557 lba_dev->hw_rev = func_class; in lba_driver_probe()