Lines Matching refs:func_class
1479 u32 func_class; in lba_driver_probe() local
1486 func_class = READ_REG32(addr + LBA_FCLASS); in lba_driver_probe()
1489 func_class &= 0xf; in lba_driver_probe()
1490 switch (func_class) { in lba_driver_probe()
1501 version, func_class & 0xf, (long)dev->hpa.start); in lba_driver_probe()
1503 if (func_class < 2) { in lba_driver_probe()
1512 if (func_class > 4) { in lba_driver_probe()
1523 func_class &= 0xff; in lba_driver_probe()
1524 major = func_class >> 4, minor = func_class & 0xf; in lba_driver_probe()
1531 minor, func_class, (long)dev->hpa.start); in lba_driver_probe()
1556 lba_dev->hw_rev = func_class; in lba_driver_probe()