Lines Matching full:mc

503 mlx_make_type1(struct mlx_command *mc,  in mlx_make_type1()  argument
511 mc->mc_mailbox[0x0] = code; in mlx_make_type1()
512 mc->mc_mailbox[0x2] = f1 & 0xff; in mlx_make_type1()
513 mc->mc_mailbox[0x3] = (((f2 >> 24) & 0x3) << 6) | ((f1 >> 8) & 0x3f); in mlx_make_type1()
514 mc->mc_mailbox[0x4] = f2 & 0xff; in mlx_make_type1()
515 mc->mc_mailbox[0x5] = (f2 >> 8) & 0xff; in mlx_make_type1()
516 mc->mc_mailbox[0x6] = (f2 >> 16) & 0xff; in mlx_make_type1()
517 mc->mc_mailbox[0x7] = f3; in mlx_make_type1()
518 mc->mc_mailbox[0x8] = f4 & 0xff; in mlx_make_type1()
519 mc->mc_mailbox[0x9] = (f4 >> 8) & 0xff; in mlx_make_type1()
520 mc->mc_mailbox[0xa] = (f4 >> 16) & 0xff; in mlx_make_type1()
521 mc->mc_mailbox[0xb] = (f4 >> 24) & 0xff; in mlx_make_type1()
522 mc->mc_mailbox[0xc] = f5; in mlx_make_type1()
526 mlx_make_type2(struct mlx_command *mc, in mlx_make_type2() argument
537 mc->mc_mailbox[0x0] = code; in mlx_make_type2()
538 mc->mc_mailbox[0x2] = f1; in mlx_make_type2()
539 mc->mc_mailbox[0x3] = f2; in mlx_make_type2()
540 mc->mc_mailbox[0x4] = f3; in mlx_make_type2()
541 mc->mc_mailbox[0x5] = f4; in mlx_make_type2()
542 mc->mc_mailbox[0x6] = f5; in mlx_make_type2()
543 mc->mc_mailbox[0x7] = f6; in mlx_make_type2()
544 mc->mc_mailbox[0x8] = f7 & 0xff; in mlx_make_type2()
545 mc->mc_mailbox[0x9] = (f7 >> 8) & 0xff; in mlx_make_type2()
546 mc->mc_mailbox[0xa] = (f7 >> 16) & 0xff; in mlx_make_type2()
547 mc->mc_mailbox[0xb] = (f7 >> 24) & 0xff; in mlx_make_type2()
548 mc->mc_mailbox[0xc] = f8; in mlx_make_type2()
552 mlx_make_type3(struct mlx_command *mc, in mlx_make_type3() argument
562 mc->mc_mailbox[0x0] = code; in mlx_make_type3()
563 mc->mc_mailbox[0x2] = f1; in mlx_make_type3()
564 mc->mc_mailbox[0x3] = f2; in mlx_make_type3()
565 mc->mc_mailbox[0x4] = f3 & 0xff; in mlx_make_type3()
566 mc->mc_mailbox[0x5] = (f3 >> 8) & 0xff; in mlx_make_type3()
567 mc->mc_mailbox[0x6] = f4; in mlx_make_type3()
568 mc->mc_mailbox[0x7] = f5; in mlx_make_type3()
569 mc->mc_mailbox[0x8] = f6 & 0xff; in mlx_make_type3()
570 mc->mc_mailbox[0x9] = (f6 >> 8) & 0xff; in mlx_make_type3()
571 mc->mc_mailbox[0xa] = (f6 >> 16) & 0xff; in mlx_make_type3()
572 mc->mc_mailbox[0xb] = (f6 >> 24) & 0xff; in mlx_make_type3()
573 mc->mc_mailbox[0xc] = f7; in mlx_make_type3()
577 mlx_make_type4(struct mlx_command *mc, in mlx_make_type4() argument
584 mc->mc_mailbox[0x0] = code; in mlx_make_type4()
585 mc->mc_mailbox[0x2] = f1 & 0xff; in mlx_make_type4()
586 mc->mc_mailbox[0x3] = (f1 >> 8) & 0xff; in mlx_make_type4()
587 mc->mc_mailbox[0x4] = f2 & 0xff; in mlx_make_type4()
588 mc->mc_mailbox[0x5] = (f2 >> 8) & 0xff; in mlx_make_type4()
589 mc->mc_mailbox[0x6] = (f2 >> 16) & 0xff; in mlx_make_type4()
590 mc->mc_mailbox[0x7] = (f2 >> 24) & 0xff; in mlx_make_type4()
591 mc->mc_mailbox[0x8] = f3 & 0xff; in mlx_make_type4()
592 mc->mc_mailbox[0x9] = (f3 >> 8) & 0xff; in mlx_make_type4()
593 mc->mc_mailbox[0xa] = (f3 >> 16) & 0xff; in mlx_make_type4()
594 mc->mc_mailbox[0xb] = (f3 >> 24) & 0xff; in mlx_make_type4()
595 mc->mc_mailbox[0xc] = f4; in mlx_make_type4()
599 mlx_make_type5(struct mlx_command *mc, in mlx_make_type5() argument
607 mc->mc_mailbox[0x0] = code; in mlx_make_type5()
608 mc->mc_mailbox[0x2] = f1; in mlx_make_type5()
609 mc->mc_mailbox[0x3] = f2; in mlx_make_type5()
610 mc->mc_mailbox[0x4] = f3 & 0xff; in mlx_make_type5()
611 mc->mc_mailbox[0x5] = (f3 >> 8) & 0xff; in mlx_make_type5()
612 mc->mc_mailbox[0x6] = (f3 >> 16) & 0xff; in mlx_make_type5()
613 mc->mc_mailbox[0x7] = (f3 >> 24) & 0xff; in mlx_make_type5()
614 mc->mc_mailbox[0x8] = f4 & 0xff; in mlx_make_type5()
615 mc->mc_mailbox[0x9] = (f4 >> 8) & 0xff; in mlx_make_type5()
616 mc->mc_mailbox[0xa] = (f4 >> 16) & 0xff; in mlx_make_type5()
617 mc->mc_mailbox[0xb] = (f4 >> 24) & 0xff; in mlx_make_type5()
618 mc->mc_mailbox[0xc] = f5; in mlx_make_type5()