Home
last modified time | relevance | path

Searched defs:pciid (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/amdsmn/
H A Damdsmn.c72 static const struct pciid { struct
73 uint16_t amdsmn_vendorid;
74 uint16_t amdsmn_deviceid;
75 uint8_t amdsmn_addr_reg;
76 uint8_t amdsmn_data_reg;
/freebsd/sys/crypto/ccp/
H A Dccp.c73 static struct pciid { struct
74 uint32_t devid;
75 const char *desc;
/freebsd/sys/dev/ioat/
H A Dioat.c757 u_int32_t pciid; in ioat_model_resets_msix() local