Searched defs:tsoft_pcihdl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Dagptarget.c62 ddi_acc_handle_t tsoft_pcihdl; member in struct:agp_target_softstate
182 aper_base = pci_config_get32(softstate->tsoft_pcihdl,
185 aper_base = pci_config_get64(softstate->tsoft_pcihdl,
222 value = (uint16_t)pci_config_get8(softstate->tsoft_pcihdl,
225 value = pci_config_get16(softstate->tsoft_pcihdl,
301 pci_config_put16(softstate->tsoft_pcihdl,
304 pci_config_put32(softstate->tsoft_pcihdl,
432 memval = pci_config_get8(softstate->tsoft_pcihdl,
498 pci_config_put16(softstate->tsoft_pcihdl,
509 softstate->tsoft_gms = pci_config_get16(softstate->tsoft_pcihdl,
[all...]

Completed in 45 milliseconds