Home
last modified time | relevance | path

Searched refs:config (Results 1 – 23 of 23) sorted by relevance

/pciutils/
H A Dlspci.c107 d->config = xrealloc(d->config, d->config_bufsize); in config_fetch()
110 pci_setup_cache(d->dev, d->config, d->dev->cache_len); in config_fetch()
112 result = pci_read_block(d->dev, pos, d->config + pos, len); in config_fetch()
132 d->config = xmalloc(64); in scan_device()
148 pci_setup_cache(p, d->config, d->config_cached); in scan_device()
184 return d->config[pos]; in get_conf_byte()
191 return d->config[pos] | (d->config[pos+1] << 8); in get_conf_word()
198 return d->config[pos] | in get_conf_long()
199 (d->config[pos+1] << 8) | in get_conf_long()
200 (d->config[pos+2] << 16) | in get_conf_long()
[all …]
H A DREADME.Windows8 which provides only basic information and emulated config space, there is no
13 For config space access there are different windows specific access methods:
19 one of the above config access access method to provide as much as possible
23 The default access method for config space is win32-kldbg. It uses Microsoft's
36 To access config space via intel-conf1 access method on NT-based systems via
45 users to access config space even with SeTcbPrivilege.
H A DMakefile63 -include lib/config.mk
65 PCIINC=lib/config.h lib/header.h lib/pci.h lib/types.h lib/sysdep.h
66 PCIINC_INS=lib/config.h lib/header.h lib/pci.h lib/types.h
83 lib/config.h lib/config.mk:
157 …rm -f update-pciids lspci$(EXEEXT) setpci$(EXEEXT) example$(EXEEXT) lib/config.* *.[578] pci.ids.g…
H A DChangeLog204 config space.
355 support DragonFly BSD, support extended config space.
932 * lspci.man: Document `<?>' and also mention that extended config
1000 (which are dumps of config space) for all new features.
1009 * Makefile, lib/Makefile: Generate and install pkg-config file
1075 since config.mk is included in the top-level Makefile anyway.
1365 * maint/release: Substitute version number in win32/config.h.
1367 * win32/config.h: Added.
1469 Better caching of config registers.
2299 bytes of config space to get full standard header.
[all …]
H A Dlspci.h46 byte *config; /* Cached configuration space data */ member
H A Dpciutils.spec39 %config /usr/share/pci.ids
/pciutils/lib/
H A Dwin32-cfgmgr32.c883 LOG_CONF config; in fill_resources() local
912 cr = CM_Get_First_Log_Conf(&config, devinst, ALLOC_LOG_CONF); in fill_resources()
920 cr = CM_Get_First_Log_Conf(&config, devinst, FORCED_LOG_CONF); in fill_resources()
929 cr = CM_Get_First_Log_Conf(&config, devinst, BOOT_LOG_CONF); in fill_resources()
993 prev_res_des = (RES_DES)config; in fill_resources()
1000 if (prev_res_des != config) in fill_resources()
1178 if (prev_res_des != config) in fill_resources()
1181 CM_Free_Log_Conf_Handle(config); in fill_resources()
1763 .config = win32_cfgmgr32_config,
H A D.gitignore1 config.h
2 config.mk
H A Dconfigure55 c=config.h
56 m=config.mk
299 PKG_CONFIG=pkg-config
H A Dmmio-ports.c237 if (a->methods->config == conf1_ext_config) in get_addrs_param_name()
405 .config = conf1_config,
418 .config = conf1_ext_config,
H A Dinit.c476 if (pci_methods[i] && pci_methods[i]->config) in pci_alloc()
477 pci_methods[i]->config(a); in pci_alloc()
H A Dnbsd-libpci.c148 .config = nbsd_config,
H A Dsylixos-device.c149 .config = sylixos_config,
H A Dobsd-device.c143 .config = obsd_config,
H A Ddarwin.c202 .config = darwin_config,
H A Dinternal.h62 void (*config)(struct pci_access *); member
H A Ddump.c184 .config = dump_config,
H A Drt-thread-smart-dm.c213 .config = rt_thread_smart_dm_config,
H A Dproc.c219 .config = proc_config,
H A DMakefile7 INCL=internal.h pci.h config.h header.h sysdep.h types.h
H A Dfbsd-device.c355 .config = fbsd_config,
H A Dsysfs.c611 .config = sysfs_config,
H A Decam.c1198 .config = ecam_config,