tag | line | file | source code |
---|---|---|---|
product_id_high | 7366 | drivers/scsi/advansys.c | ushort product_id_high, product_id_low; |
product_id_high | 7371 | drivers/scsi/advansys.c | product_id_high = inpw(eisa_iop + 2); |
product_id_high | 7372 | drivers/scsi/advansys.c | product_id = ((ulong) product_id_high << 16) | (ulong) product_id_low; |