Lines Matching refs:mc
215 mlx_make_type1(struct mlx_ccb *mc, u_int8_t code, u_int16_t f1, u_int32_t f2, in mlx_make_type1() argument
219 mc->mc_mbox[0x0] = code; in mlx_make_type1()
220 mc->mc_mbox[0x2] = f1; in mlx_make_type1()
221 mc->mc_mbox[0x3] = ((f2 >> 18) & 0xc0) | ((f1 >> 8) & 0x3f); in mlx_make_type1()
222 mc->mc_mbox[0x4] = f2; in mlx_make_type1()
223 mc->mc_mbox[0x5] = (f2 >> 8); in mlx_make_type1()
224 mc->mc_mbox[0x6] = (f2 >> 16); in mlx_make_type1()
225 mc->mc_mbox[0x7] = f3; in mlx_make_type1()
226 mc->mc_mbox[0x8] = f4; in mlx_make_type1()
227 mc->mc_mbox[0x9] = (f4 >> 8); in mlx_make_type1()
228 mc->mc_mbox[0xa] = (f4 >> 16); in mlx_make_type1()
229 mc->mc_mbox[0xb] = (f4 >> 24); in mlx_make_type1()
230 mc->mc_mbox[0xc] = f5; in mlx_make_type1()
234 mlx_make_type2(struct mlx_ccb *mc, u_int8_t code, u_int8_t f1, u_int8_t f2, in mlx_make_type2() argument
239 mc->mc_mbox[0x0] = code; in mlx_make_type2()
240 mc->mc_mbox[0x2] = f1; in mlx_make_type2()
241 mc->mc_mbox[0x3] = f2; in mlx_make_type2()
242 mc->mc_mbox[0x4] = f3; in mlx_make_type2()
243 mc->mc_mbox[0x5] = f4; in mlx_make_type2()
244 mc->mc_mbox[0x6] = f5; in mlx_make_type2()
245 mc->mc_mbox[0x7] = f6; in mlx_make_type2()
246 mc->mc_mbox[0x8] = f7; in mlx_make_type2()
247 mc->mc_mbox[0x9] = (f7 >> 8); in mlx_make_type2()
248 mc->mc_mbox[0xa] = (f7 >> 16); in mlx_make_type2()
249 mc->mc_mbox[0xb] = (f7 >> 24); in mlx_make_type2()
250 mc->mc_mbox[0xc] = f8; in mlx_make_type2()
254 mlx_make_type3(struct mlx_ccb *mc, u_int8_t code, u_int8_t f1, u_int8_t f2, in mlx_make_type3() argument
259 mc->mc_mbox[0x0] = code; in mlx_make_type3()
260 mc->mc_mbox[0x2] = f1; in mlx_make_type3()
261 mc->mc_mbox[0x3] = f2; in mlx_make_type3()
262 mc->mc_mbox[0x4] = f3; in mlx_make_type3()
263 mc->mc_mbox[0x5] = (f3 >> 8); in mlx_make_type3()
264 mc->mc_mbox[0x6] = f4; in mlx_make_type3()
265 mc->mc_mbox[0x7] = f5; in mlx_make_type3()
266 mc->mc_mbox[0x8] = f6; in mlx_make_type3()
267 mc->mc_mbox[0x9] = (f6 >> 8); in mlx_make_type3()
268 mc->mc_mbox[0xa] = (f6 >> 16); in mlx_make_type3()
269 mc->mc_mbox[0xb] = (f6 >> 24); in mlx_make_type3()
270 mc->mc_mbox[0xc] = f7; in mlx_make_type3()
274 mlx_make_type4(struct mlx_ccb *mc, u_int8_t code, u_int16_t f1, u_int32_t f2, in mlx_make_type4() argument
278 mc->mc_mbox[0x0] = code; in mlx_make_type4()
279 mc->mc_mbox[0x2] = f1; in mlx_make_type4()
280 mc->mc_mbox[0x3] = (f1 >> 8); in mlx_make_type4()
281 mc->mc_mbox[0x4] = f2; in mlx_make_type4()
282 mc->mc_mbox[0x5] = (f2 >> 8); in mlx_make_type4()
283 mc->mc_mbox[0x6] = (f2 >> 16); in mlx_make_type4()
284 mc->mc_mbox[0x7] = (f2 >> 24); in mlx_make_type4()
285 mc->mc_mbox[0x8] = f3; in mlx_make_type4()
286 mc->mc_mbox[0x9] = (f3 >> 8); in mlx_make_type4()
287 mc->mc_mbox[0xa] = (f3 >> 16); in mlx_make_type4()
288 mc->mc_mbox[0xb] = (f3 >> 24); in mlx_make_type4()
289 mc->mc_mbox[0xc] = f4; in mlx_make_type4()
293 mlx_make_type5(struct mlx_ccb *mc, u_int8_t code, u_int8_t f1, u_int8_t f2, in mlx_make_type5() argument
297 mc->mc_mbox[0x0] = code; in mlx_make_type5()
298 mc->mc_mbox[0x2] = f1; in mlx_make_type5()
299 mc->mc_mbox[0x3] = f2; in mlx_make_type5()
300 mc->mc_mbox[0x4] = f3; in mlx_make_type5()
301 mc->mc_mbox[0x5] = (f3 >> 8); in mlx_make_type5()
302 mc->mc_mbox[0x6] = (f3 >> 16); in mlx_make_type5()
303 mc->mc_mbox[0x7] = (f3 >> 24); in mlx_make_type5()
304 mc->mc_mbox[0x8] = f4; in mlx_make_type5()
305 mc->mc_mbox[0x9] = (f4 >> 8); in mlx_make_type5()
306 mc->mc_mbox[0xa] = (f4 >> 16); in mlx_make_type5()
307 mc->mc_mbox[0xb] = (f4 >> 24); in mlx_make_type5()
308 mc->mc_mbox[0xc] = f5; in mlx_make_type5()