Searched refs:ident_cpy (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | ide.c | 99 static void ident_cpy(unsigned char *dst, unsigned char *src, in ident_cpy() function 479 ident_cpy((unsigned char *)dev_desc->vendor, &iobuf[8], 8); in atapi_inquiry() 480 ident_cpy((unsigned char *)dev_desc->product, &iobuf[16], 16); in atapi_inquiry() 481 ident_cpy((unsigned char *)dev_desc->revision, &iobuf[32], 5); in atapi_inquiry() 630 ident_cpy((unsigned char *)dev_desc->revision, iop.fw_rev, in ide_ident() 632 ident_cpy((unsigned char *)dev_desc->vendor, iop.model, in ide_ident() 634 ident_cpy((unsigned char *)dev_desc->product, iop.serial_no, in ide_ident()
|