Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/
Ddrm_linux.c2893 #define RBCTRL_BARSIZE_MASK 0x1f00 macro
2934 reg &= ~RBCTRL_BARSIZE_MASK; in pci_resize_resource()
2935 reg |= (nsize << RBCTRL_BARSIZE_SHIFT) & RBCTRL_BARSIZE_MASK; in pci_resize_resource()