Searched refs:VendorID1 (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/prep/include/
H A Dchpidpnp.h127 * VendorID1:
141 unsigned char VendorID1; member in struct:_ChipIDPack
H A Dpnp.h443 unsigned char VendorID1; /* Bits(7:5)=2nd character in */ member in struct:_SERIAL_ID
/netbsd-6-1-5-RELEASE/sys/arch/ibmnws/include/
H A Dpnp.h443 unsigned char VendorID1; /* Bits(7:5)=2nd character in */ member in struct:_SERIAL_ID
/netbsd-6-1-5-RELEASE/sys/arch/prep/pnpbus/
H A Dpnpbus.c380 pna->chipmfg1 = pack->VendorID1;
/netbsd-6-1-5-RELEASE/sys/arch/prep/prep/
H A Dresidual.c626 (((p->VendorID0 & 3) << 3) | ((p->VendorID1 >> 5) & 7)) + 'A' - 1,
627 (p->VendorID1 & 0x1f) + 'A' - 1, id);

Completed in 429 milliseconds