Lines Matching full:lsbs
80 /* From the shared LSBs */ in ccp_lsb_free()
593 /* Build a bit mask to know which LSBs this queue has access to. in ccp_find_lsb_regions()
618 * If the count of potential LSBs available to a queue matches the in ccp_find_and_assign_lsb_to_q()
620 * Copy the mask of possible LSBs for this queue into "qlsb"; in ccp_find_and_assign_lsb_to_q()
661 * can only use M LSBs, where N > M, fail; otherwise, every queue will get a
663 * If we have fewer LSBs than queues, all LSB regions become shared resources.
676 /* Create an aggregate bitmap to get a total count of available LSBs */ in ccp_assign_lsbs()
685 /* We have enough LSBS to give every queue a private LSB. in ccp_assign_lsbs()
703 /* What's left of the LSBs, according to the public mask, now become in ccp_assign_lsbs()
933 dev_dbg(dev, "Assigning LSBs...\n"); in ccp5_init()
936 dev_err(dev, "Unable to assign LSBs (%d)\n", ret); in ccp5_init()