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