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