Searched refs:EC_F3_MAX_TARGET_MASK (Results 1 – 3 of 3) sorted by relevance
314 if ((ec->ec_feat3 & EC_F3_MAX_TARGET_MASK) >> EC_F3_MAX_TARGET_SHIFT in dpt_isa_attach()316 ec->ec_feat3 = (ec->ec_feat3 & ~EC_F3_MAX_TARGET_MASK) | in dpt_isa_attach()
256 #define EC_F3_MAX_TARGET_MASK 0x1f /* Maximum target ID supported */ macro
454 maxtarget = (ec->ec_feat3 & EC_F3_MAX_TARGET_MASK) >> in dpt_init()