pci_id
uint16_t pci_id;
uint16_t pci_id;
uint32_t pci_id;
uint32_t pci_id;
if (slaves[i].pci_id != pci_get_devid(controller))
PCI_ID pci_id;
if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) {
PCI_ID pci_id;
for (i=0; him->get_supported_device_id(i, &pci_id); i++) {
him->get_controller_count(&pci_id,0,0);
if ((pci_get_vendor(dev) == pci_id.vid) &&
(pci_get_device(dev) == pci_id.did)){
PCI_ID pci_id;
pci_id.vid = pci_get_vendor(dev);
pci_id.did = pci_get_device(dev);
pci_id.rev = pci_get_revid(dev);
pci_id.subsys = (HPT_U32)(pci_get_subdevice(dev)) << 16 | pci_get_subvendor(dev);
size = him->get_adapter_size(&pci_id);
PCI_ID pci_id;
if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) {
PCI_ID pci_id;
for (i=0; him->get_supported_device_id(i, &pci_id); i++) {
him->get_controller_count(&pci_id,0,0);
if ((pci_get_vendor(dev) == pci_id.vid) &&
(pci_get_device(dev) == pci_id.did)){
PCI_ID pci_id;
pci_id.vid = pci_get_vendor(dev);
pci_id.did = pci_get_device(dev);
pci_id.rev = pci_get_revid(dev);
pci_id.subsys = (HPT_U32)(pci_get_subdevice(dev)) << 16 | pci_get_subvendor(dev);
size = him->get_adapter_size(&pci_id);
PCI_ID pci_id;
if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) {
PCI_ID pci_id;
for (i=0; him->get_supported_device_id(i, &pci_id); i++) {
if ((pci_get_vendor(dev) == pci_id.vid) &&
(pci_get_device(dev) == pci_id.did)){
PCI_ID pci_id;
pci_id.vid = pci_get_vendor(dev);
pci_id.did = pci_get_device(dev);
pci_id.rev = pci_get_revid(dev);
size = him->get_adapter_size(&pci_id);
const struct i6300esbwd_pci_id *pci_id;
for (pci_id = i6300esbwd_pci_devices;
pci_id < i6300esbwd_pci_devices + nitems(i6300esbwd_pci_devices);
++pci_id) {
if (pci_id->id == pci_dev_id) {
device_set_desc(dev, pci_id->name);
uint32_t configsize = 0, pci_id = 0, size;
pci_id = pci_get_device(device);
switch (pci_id) {
pci_id);
cbb_chipset(uint32_t pci_id, const char **namep)
for (ycp = yc_chipsets; ycp->yc_id != 0 && pci_id != ycp->yc_id; ++ycp)
struct pci_id *id;
static struct pci_id pci_ids[] = {
u32 pci_id; /* 0x50 */
for (card = m3_card_types ; card->pci_id ; card++) {
if (pci_get_devid(dev) == card->pci_id) {
for (card = m3_card_types ; card->pci_id ; card++) {
if (sc->type == card->pci_id) {
u_int32_t pci_id; int which; int delay1; int delay2; char *name;
const static struct pci_id *
uart_pci_match(device_t dev, const struct pci_id *id)
const struct pci_id *id;
struct pci_id cid = {
const struct pci_id *id;
static const struct pci_id pci_ns8250_ids[] = {