Searched refs:biospci_read_config (Results 1 – 3 of 3) sorted by relevance
/freebsd/stand/i386/libi386/ |
H A D | biospci.c | 283 err = biospci_read_config(locator, 0, BIOSPCI_32BITS, &devid); in biospci_enumerate() 381 biospci_read_config(uint32_t locator, int offset, int width, uint32_t *val) in biospci_read_config() function
|
H A D | libi386.h | 135 int biospci_read_config(uint32_t locator, int offset, int width, uint32_t *val);
|
H A D | comconsole.c | 264 if (biospci_read_config(locator & 0xffff, in comc_pcidev_handle()
|