Searched defs:WREG (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/pci/ |
H A D | pci.c | 853 #define WREG(n, v, w) PCIB_WRITE_CONFIG(pcib, cfg->bus, cfg->slot, cfg->func, n, v, w) in pci_read_cap() macro 6134 #define WREG(n, v) pci_write_config(dev, pos + (n), (v), 2) in pci_cfg_restore_pcie() macro
|