Searched refs:pcireg_cfgwrite (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/amd64/pci/
H A Dpci_cfgreg.c58 static void pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes);
171 pcireg_cfgwrite(bus, slot, func, reg, data, bytes);
232 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) function
/freebsd-9.3-release/sys/i386/pci/
H A Dpci_cfgreg.c96 static void pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes);
253 pcireg_cfgwrite(bus, slot, func, reg, data, bytes);
371 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) function

Completed in 84 milliseconds