Lines Matching refs:func_class
1476 u32 func_class; in lba_driver_probe() local
1483 func_class = READ_REG32(addr + LBA_FCLASS); in lba_driver_probe()
1486 func_class &= 0xf; in lba_driver_probe()
1487 switch (func_class) { in lba_driver_probe()
1498 version, func_class & 0xf, (long)dev->hpa.start); in lba_driver_probe()
1500 if (func_class < 2) { in lba_driver_probe()
1509 if (func_class > 4) { in lba_driver_probe()
1520 func_class &= 0xff; in lba_driver_probe()
1521 major = func_class >> 4, minor = func_class & 0xf; in lba_driver_probe()
1528 minor, func_class, (long)dev->hpa.start); in lba_driver_probe()
1553 lba_dev->hw_rev = func_class; in lba_driver_probe()