Searched refs:header_type (Results 1 – 9 of 9) sorted by relevance
72 switch ( priv->header_type & 0x7f ) { in read_bridge_info()219 return (priv->header_type == 1) ? priv->bridge.pci : NULL; in pci_device_get_bridge_info()239 return (priv->header_type == 2) ? priv->bridge.pcmcia : NULL; in pci_device_get_pcmcia_bridge_info()296 if ((priv->header_type & 0x7f) == 0x01) { in pci_device_get_bridge_buses()310 if ((priv->header_type & 0x7f) == 0x02) { in pci_device_get_bridge_buses()
353 pci_device_x86_get_num_regions(uint8_t header_type) in pci_device_x86_get_num_regions() argument355 switch (header_type & 0x7f) { in pci_device_x86_get_num_regions()363 fprintf(stderr,"unknown header type %02x\n", header_type); in pci_device_x86_get_num_regions()
329 switch (priv->header_type) { in pci_device_freebsd_get_num_regions()337 printf("unknown header type %02x\n", priv->header_type); in pci_device_freebsd_get_num_regions()645 pci_sys->devices[ i ].header_type = p->pc_hdr & 0x7f; in pci_system_freebsd_create()
104 uint8_t header_type; member
250 priv->header_type = PCI_HDRTYPE_TYPE(reg); in pci_device_netbsd_probe()251 if (priv->header_type != 0) in pci_device_netbsd_probe()
319 priv->header_type = PCI_HDRTYPE_TYPE(reg); in pci_device_openbsd_probe()320 if (priv->header_type != 0) in pci_device_openbsd_probe()
213 priv->header_type = config[14]; in pci_device_linux_sysfs_probe()
501 pinfo->devices[pinfo->num_devices].header_type in probe_dev()
105 uint8_t header_type; in print_pci_device() local142 pci_device_cfg_read_u8( dev, & header_type, 14 ); in print_pci_device()147 header_type, in print_pci_device()