test_parttern2   1348 drivers/ata/sata_sx4.c 		u8 test_parttern2[40] = {0};
test_parttern2   1350 drivers/ata/sata_sx4.c 		pdc20621_put_to_dimm(host, test_parttern2, 0x10040, 40);
test_parttern2   1351 drivers/ata/sata_sx4.c 		pdc20621_put_to_dimm(host, test_parttern2, 0x40, 40);
test_parttern2   1354 drivers/ata/sata_sx4.c 		pdc20621_get_from_dimm(host, test_parttern2, 0x40, 40);
test_parttern2   1355 drivers/ata/sata_sx4.c 		printk(KERN_ERR "%x, %x, %s\n", test_parttern2[0],
test_parttern2   1356 drivers/ata/sata_sx4.c 		       test_parttern2[1], &(test_parttern2[2]));
test_parttern2   1357 drivers/ata/sata_sx4.c 		pdc20621_get_from_dimm(host, test_parttern2, 0x10040,
test_parttern2   1359 drivers/ata/sata_sx4.c 		printk(KERN_ERR "%x, %x, %s\n", test_parttern2[0],
test_parttern2   1360 drivers/ata/sata_sx4.c 		       test_parttern2[1], &(test_parttern2[2]));
test_parttern2   1363 drivers/ata/sata_sx4.c 		pdc20621_get_from_dimm(host, test_parttern2, 0x40, 40);
test_parttern2   1364 drivers/ata/sata_sx4.c 		printk(KERN_ERR "%x, %x, %s\n", test_parttern2[0],
test_parttern2   1365 drivers/ata/sata_sx4.c 		       test_parttern2[1], &(test_parttern2[2]));