Searched refs:sw_module (Results 1 – 3 of 3) sorted by relevance
128 #define SET_IAS_MINOR(sw_module, claim) \ argument129 (MASK_LEFT_SHIFT(sw_module, MODULE_MASK, MODULE_POS) | \149 #define SET_FWU_MINOR(sw_module, claim) \ argument150 (MASK_LEFT_SHIFT(sw_module, MODULE_MASK, MODULE_POS) | \
49 #define SET_FWU_MINOR(sw_module, claim) \ argument50 ((uint16_t)((sw_module & MODULE_MASK) << 6) | \
364 the minor number is split further to two part: ``sw_module`` and ``claim``. The365 ``sw_module`` identifies the SW component in the system which the data item375 | MAJOR_IAS | sw_module(6 bits) | claim(6 bits) |