Searched refs:header_type (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_bridge.c64 /* Make sure the device has been probed. If not, header_type won't be
72 switch ( priv->header_type & 0x7f ) {
219 return ((priv->header_type & 0x7f) == 1) ? priv->bridge.pci : NULL;
239 return (priv->header_type == 2) ? priv->bridge.pcmcia : NULL;
296 if ((priv->header_type & 0x7f) == 0x01) {
310 if ((priv->header_type & 0x7f) == 0x02) {
H A Dpciaccess_private.h123 uint8_t header_type; member in struct:pci_device_private
H A Dfreebsd_pci.c332 switch (priv->header_type) {
340 printf("unknown header type %02x\n", priv->header_type);
656 pci_sys->devices[ i ].header_type = p->pc_hdr & 0x7f;
H A Dx86_pci.c556 pci_device_x86_get_num_regions(uint8_t header_type) argument
558 switch (header_type & 0x7f) {
566 fprintf(stderr,"unknown header type %02x\n", header_type);
H A Dnetbsd_pci.c352 priv->header_type = PCI_HDRTYPE_TYPE(reg);
353 if (priv->header_type != 0)
H A Dopenbsd_pci.c345 priv->header_type = PCI_HDRTYPE_TYPE(reg);
346 if (priv->header_type != 0)
H A Dlinux_sysfs.c291 priv->header_type = config[14];
H A Dsolx_devfs.c538 pci_device_cfg_read_u8(dev, &priv->header_type, PCI_CONF_HEADER);
/xsrc/external/mit/libpciaccess/dist/scanpci/
H A Dscanpci.c106 uint8_t header_type; local in function:print_pci_device
143 pci_device_cfg_read_u8( dev, & header_type, 14 );
148 header_type,

Completed in 12 milliseconds