Home
last modified time | relevance | path

Searched refs:slotgroups (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/block/mtip32xx/
Dmtip32xx.c2491 unsigned int rev, slotgroups; in mtip_detect_product() local
2508 slotgroups = (hwdata & HSORG_SLOTGROUPS) + 1; in mtip_detect_product()
2513 slotgroups, in mtip_detect_product()
2514 slotgroups * 32); in mtip_detect_product()
2516 if (slotgroups > MTIP_MAX_SLOT_GROUPS) { in mtip_detect_product()
2520 slotgroups = MTIP_MAX_SLOT_GROUPS; in mtip_detect_product()
2522 dd->slot_groups = slotgroups; in mtip_detect_product()