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

/freebsd-13-stable/sys/amd64/pci/
H A Dpci_cfgreg.c54 static void pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes);
130 pcireg_cfgwrite(bus, slot, func, reg, data, bytes);
191 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) function
/freebsd-13-stable/sys/i386/pci/
H A Dpci_cfgreg.c83 static void pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes);
199 pcireg_cfgwrite(bus, slot, func, reg, data, bytes);
284 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) function

Completed in 105 milliseconds