Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/agpmaster/
H A Dagpmaster.c373 agpmaster->agpm_acc_hdl = pci_acc_hdl; in agpmaster_attach()
455 pci_config_put32(softc->agpm_acc_hdl, in agpmaster_ioctl()
470 value = pci_config_get32(softc->agpm_acc_hdl, cap); in agpmaster_ioctl()
475 softc->agpm_acc_hdl, cap + AGP_CONF_STATUS); in agpmaster_ioctl()
/titanic_44/usr/src/uts/common/sys/agp/
H A Dagpmaster_io.h80 ddi_acc_handle_t agpm_acc_hdl; /* agp master pci conf handle */ member