Searched refs:tdfx_info (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/tdfx/
H A Dtdfx_pci.c147 struct tdfx_softc *tdfx_info; local
156 tdfx_info = device_get_softc(dev);
157 tdfx_info->dev = dev;
158 tdfx_info->vendor = pci_get_vendor(dev);
159 tdfx_info->type = pci_get_devid(dev) >> 16;
160 tdfx_info->bus = pci_get_bus(dev);
161 tdfx_info->dv = pci_get_slot(dev);
162 tdfx_info->curFile = NULL;
169 tdfx_info->addr0 = (pci_read_config(dev, 0x10, 4) & 0xffff0000);
171 device_printf(dev, "Base0 @ 0x%x\n", tdfx_info
257 struct tdfx_softc* tdfx_info; local
303 struct tdfx_softc *tdfx_info = device_get_softc(dev); local
319 struct tdfx_softc *tdfx_info = device_get_softc(dev); local
389 struct tdfx_softc *tdfx_info = dev->si_drv1; local
406 struct tdfx_softc *tdfx_info = dev->si_drv1; local
432 struct tdfx_softc* tdfx_info[2]; local
493 struct tdfx_softc* tdfx_info = NULL; local
588 struct tdfx_softc* tdfx_info = NULL; local
668 struct tdfx_softc *tdfx_info = local
695 struct tdfx_softc *tdfx_info = (struct local
[all...]

Completed in 53 milliseconds