Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/mtip32xx/
Dmtip32xx.c2618 unsigned int rev, slotgroups; in mtip_detect_product() local
2635 slotgroups = (hwdata & HSORG_SLOTGROUPS) + 1; in mtip_detect_product()
2640 slotgroups, in mtip_detect_product()
2641 slotgroups * 32); in mtip_detect_product()
2643 if (slotgroups > MTIP_MAX_SLOT_GROUPS) { in mtip_detect_product()
2647 slotgroups = MTIP_MAX_SLOT_GROUPS; in mtip_detect_product()
2649 dd->slot_groups = slotgroups; in mtip_detect_product()