Lines Matching refs:f2
215 mlx_make_type1(struct mlx_ccb *mc, u_int8_t code, u_int16_t f1, u_int32_t f2,
221 mc->mc_mbox[0x3] = ((f2 >> 18) & 0xc0) | ((f1 >> 8) & 0x3f);
222 mc->mc_mbox[0x4] = f2;
223 mc->mc_mbox[0x5] = (f2 >> 8);
224 mc->mc_mbox[0x6] = (f2 >> 16);
234 mlx_make_type2(struct mlx_ccb *mc, u_int8_t code, u_int8_t f1, u_int8_t f2,
241 mc->mc_mbox[0x3] = f2;
254 mlx_make_type3(struct mlx_ccb *mc, u_int8_t code, u_int8_t f1, u_int8_t f2,
261 mc->mc_mbox[0x3] = f2;
274 mlx_make_type4(struct mlx_ccb *mc, u_int8_t code, u_int16_t f1, u_int32_t f2,
281 mc->mc_mbox[0x4] = f2;
282 mc->mc_mbox[0x5] = (f2 >> 8);
283 mc->mc_mbox[0x6] = (f2 >> 16);
284 mc->mc_mbox[0x7] = (f2 >> 24);
293 mlx_make_type5(struct mlx_ccb *mc, u_int8_t code, u_int8_t f1, u_int8_t f2,
299 mc->mc_mbox[0x3] = f2;