Searched refs:IOOBJ_MAX_BRW_BITS (Results 1 – 1 of 1) sorted by relevance
1771 #define IOOBJ_MAX_BRW_BITS 16 macro1772 #define IOOBJ_TYPE_MASK ((1U << IOOBJ_MAX_BRW_BITS) - 1)1773 #define ioobj_max_brw_get(ioo) (((ioo)->ioo_max_brw >> IOOBJ_MAX_BRW_BITS) + 1)1775 do { (ioo)->ioo_max_brw = ((num) - 1) << IOOBJ_MAX_BRW_BITS; } while (0)