Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/agpmaster/
H A Dagpmaster.c564 off_t nextcap; in agpmaster_cap_find() local
575 nextcap = (off_t)(pci_config_get8(acc_handle, AGP_CONF_CAPPTR)); in agpmaster_cap_find()
578 while (nextcap) { in agpmaster_cap_find()
579 ncapid = pci_config_get32(acc_handle, nextcap); in agpmaster_cap_find()
584 nextcap = (off_t)((ncapid & PCI_CONF_NCAPID_MASK) >> 8); in agpmaster_cap_find()
587 return (nextcap); in agpmaster_cap_find()
/titanic_44/usr/src/uts/intel/io/agpgart/
H A Dagptarget.c128 off_t nextcap = 0; in agp_target_cap_find() local
139 nextcap = (off_t)(pci_config_get8(pci_handle, AGP_CONF_CAPPTR)); in agp_target_cap_find()
142 while (nextcap) { in agp_target_cap_find()
143 ncapid = pci_config_get32(pci_handle, nextcap); in agp_target_cap_find()
152 nextcap = (off_t)((ncapid & PCI_CONF_NCAPID_MASK) >> 8); in agp_target_cap_find()
155 return (nextcap); in agp_target_cap_find()