Searched refs:test_data (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtest_nx.c107 static unsigned char test_data = 0xC3; /* 0xC3 is the opcode for "ret" */ variable
116 test_data = 0xC3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpi6000.c675 u32 test_data = 0x00000001; local
756 test_data = 0x00000001;
758 iowrite32(test_data, pdo->prHPI_address);
760 if (data != test_data) {
762 test_data, data, dsp_index);
765 test_data = test_data << 1;
816 test_data = 0x00000001;
818 hpi_write_word(pdo, test_addr + i, test_data);
820 if (data != test_data) {
[all...]
H A Dhpi6205.c1879 u32 test_data = 0, data = 0; local
1889 test_data = 0x00000001;
1892 test_data);
1895 if (data != test_data) {
1899 test_data, data, dsp_index);
1902 test_data = test_data << 1;
1911 test_data = 0xA5A55A5A;
1912 boot_loader_write_mem32(pao, dsp_index, test_addr, test_data);
1915 if (data != test_data) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/hw_random/
H A Dn2rng.h107 u64 test_data; member in struct:n2rng
H A Dn2-drv.c391 unsigned long ra = __pa(&np->test_data);
403 np->buffer = np->test_data >> 32;
404 *data = np->test_data & 0xffffffff;
425 unsigned long ra = __pa(&np->test_data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dserpent.c880 } test_data[] =
914 for (i = 0; test_data[i].key_length; i++)
916 serpent_setkey_internal (&context, test_data[i].key,
917 test_data[i].key_length);
919 (const u32 *) test_data[i].text_plain,
922 if (memcmp (scratch, test_data[i].text_cipher, sizeof (serpent_block_t)))
923 switch (test_data[i].key_length)
934 (const u32 *) test_data[i].text_cipher,
936 if (memcmp (scratch, test_data[i].text_plain, sizeof (serpent_block_t)))
937 switch (test_data[
879 } test_data[] = local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dserpent.c880 } test_data[] =
914 for (i = 0; test_data[i].key_length; i++)
916 serpent_setkey_internal (&context, test_data[i].key,
917 test_data[i].key_length);
919 (const u32 *) test_data[i].text_plain,
922 if (memcmp (scratch, test_data[i].text_cipher, sizeof (serpent_block_t)))
923 switch (test_data[i].key_length)
934 (const u32 *) test_data[i].text_cipher,
936 if (memcmp (scratch, test_data[i].text_plain, sizeof (serpent_block_t)))
937 switch (test_data[
879 } test_data[] = local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dprodigy192.c713 const unsigned char test_data = 0xd1; /* random value */ local
718 prodigy192_ak4114_write(ice, addr, test_data);
719 if (prodigy192_ak4114_read(ice, addr) == test_data) {

Completed in 115 milliseconds