Lines Matching refs:match

683 	u8 match[11];  in wbcir_shutdown()  local
691 memset(match, 0, sizeof(match)); in wbcir_shutdown()
706 match[1] |= 0x10; in wbcir_shutdown()
708 match[0] = (wake_sc & 0x003F); /* 6 command bits */ in wbcir_shutdown()
709 match[0] |= (wake_sc & 0x0300) >> 2; /* 2 address bits */ in wbcir_shutdown()
710 match[1] = (wake_sc & 0x1c00) >> 10; /* 3 address bits */ in wbcir_shutdown()
712 match[1] |= 0x10; in wbcir_shutdown()
723 match[1] = bitrev8(wake_sc); in wbcir_shutdown()
724 match[0] = ~match[1]; in wbcir_shutdown()
725 match[3] = bitrev8(wake_sc >> 8); in wbcir_shutdown()
726 match[2] = ~match[3]; in wbcir_shutdown()
737 match[1] = bitrev8(wake_sc); in wbcir_shutdown()
738 match[0] = ~match[1]; in wbcir_shutdown()
739 match[2] = bitrev8(wake_sc >> 8); in wbcir_shutdown()
740 match[3] = bitrev8(wake_sc >> 16); in wbcir_shutdown()
751 match[0] = bitrev8(wake_sc); in wbcir_shutdown()
752 match[1] = bitrev8(wake_sc >> 8); in wbcir_shutdown()
753 match[2] = bitrev8(wake_sc >> 16); in wbcir_shutdown()
754 match[3] = bitrev8(wake_sc >> 24); in wbcir_shutdown()
761 match[0] = wbcir_to_rc6cells(wake_sc >> 0); in wbcir_shutdown()
763 match[1] = wbcir_to_rc6cells(wake_sc >> 4); in wbcir_shutdown()
767 match[2] = wbcir_to_rc6cells(wake_sc >> 8); in wbcir_shutdown()
769 match[3] = wbcir_to_rc6cells(wake_sc >> 12); in wbcir_shutdown()
773 match[4] = 0x50; /* mode1 = mode0 = 0, ignore toggle */ in wbcir_shutdown()
775 match[5] = 0x09; /* start bit = 1, mode2 = 0 */ in wbcir_shutdown()
788 match[i] = wbcir_to_rc6cells(wake_sc >> 0); in wbcir_shutdown()
790 match[i] = wbcir_to_rc6cells(wake_sc >> 4); in wbcir_shutdown()
794 match[i] = wbcir_to_rc6cells(wake_sc >> 8); in wbcir_shutdown()
796 match[i] = wbcir_to_rc6cells(wake_sc >> 12); in wbcir_shutdown()
800 match[i] = wbcir_to_rc6cells(wake_sc >> 16); in wbcir_shutdown()
806 match[i] = wbcir_to_rc6cells(wake_sc >> 20); in wbcir_shutdown()
813 match[i] = wbcir_to_rc6cells(wake_sc >> 24); in wbcir_shutdown()
815 match[i] = wbcir_to_rc6cells(wake_sc >> 28); in wbcir_shutdown()
822 match[i] = 0x93; /* mode1 = mode0 = 1, submode = 0 */ in wbcir_shutdown()
824 match[i] = 0x0A; /* start bit = 1, mode2 = 1 */ in wbcir_shutdown()
839 outsb(data->wbase + WBCIR_REG_WCEIR_DATA, match, 11); in wbcir_shutdown()