Home
last modified time | relevance | path

Searched refs:product_id_high (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/usb/serial/
Dwhiteheat.h154 __u8 product_id_high; /* product id (high byte) */ member
/linux-2.4.37.9/drivers/scsi/
Dadvansys.c11981 ushort product_id_high, product_id_low; in ASC_INITFUNC() local
11986 product_id_high = inpw(eisa_iop + 2); in ASC_INITFUNC()
11987 product_id = ((ASC_DCNT) product_id_high << 16) | in ASC_INITFUNC()