Home
last modified time | relevance | path

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

/freebsd/sys/amd64/pci/
H A Dpci_cfgreg.c61 static void pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes);
155 pcireg_cfgwrite(bus, slot, func, reg, data, bytes); in pci_cfgregwrite()
171 pcireg_cfgwrite(bus, slot, func, reg, data, bytes); in pci_cfgregwrite()
232 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite() function
/freebsd/sys/i386/pci/
H A Dpci_cfgreg.c90 static void pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes);
224 pcireg_cfgwrite(bus, slot, func, reg, data, bytes); in pci_cfgregwrite()
240 pcireg_cfgwrite(bus, slot, func, reg, data, bytes); in pci_cfgregwrite()
325 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite() function