Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/agp/
H A Dagpdefs.h68 #define PCI_CONF_NCAPID_MASK 0xff00 macro
/titanic_41/usr/src/uts/intel/io/agpmaster/
H A Dagpmaster.c584 nextcap = (off_t)((ncapid & PCI_CONF_NCAPID_MASK) >> 8); in agpmaster_cap_find()
/titanic_41/usr/src/uts/intel/io/agpgart/
H A Dagptarget.c152 nextcap = (off_t)((ncapid & PCI_CONF_NCAPID_MASK) >> 8); in agp_target_cap_find()