Home
last modified time | relevance | path

Searched refs:test_buf (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/lib/
Dcrc32.c347 static u8 const __aligned(8) test_buf[] __initconst =
994 crc ^= __crc32c_le(test[i].crc, test_buf +
1004 if (test[i].crc32c_le != __crc32c_le(test[i].crc, test_buf +
1036 crc_full = __crc32c_le(test[i].crc, test_buf + test[i].start,
1042 crc1 = __crc32c_le(test[i].crc, test_buf +
1044 crc2 = __crc32c_le(0, test_buf + test[i].start +
1080 crc ^= crc32_le(test[i].crc, test_buf +
1083 crc ^= crc32_be(test[i].crc, test_buf +
1093 if (test[i].crc_le != crc32_le(test[i].crc, test_buf +
1097 if (test[i].crc_be != crc32_be(test[i].crc, test_buf +
[all …]
/linux-4.4.14/drivers/mmc/core/
Dmmc_ops.c669 u8 *test_buf; in mmc_send_bus_test() local
682 test_buf = testdata_8bit; in mmc_send_bus_test()
684 test_buf = testdata_4bit; in mmc_send_bus_test()
693 memcpy(data_buf, test_buf, len); in mmc_send_bus_test()
722 if ((test_buf[i] ^ data_buf[i]) != 0xff) { in mmc_send_bus_test()
/linux-4.4.14/drivers/net/ethernet/microchip/
Denc28j60.c1249 u8 test_buf[64]; /* limit the test to the first 64 bytes */ in enc28j60_hw_tx() local
1253 if (test_len > sizeof(test_buf)) in enc28j60_hw_tx()
1254 test_len = sizeof(test_buf); in enc28j60_hw_tx()
1257 enc28j60_mem_read(priv, TXSTART_INIT + 1, test_len, test_buf); in enc28j60_hw_tx()
1260 if (priv->tx_skb->data[k] != test_buf[k]) { in enc28j60_hw_tx()
1264 priv->tx_skb->data[k], test_buf[k]); in enc28j60_hw_tx()