Searched refs:pcireg_cfgwrite (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/amd64/pci/ |
| D | pci_cfgreg.c | 54 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); in pci_cfgregwrite() 191 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite() function
|
| /freebsd-12-stable/sys/i386/pci/ |
| D | pci_cfgreg.c | 83 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); in pci_cfgregwrite() 284 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite() function
|