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