Home
last modified time | relevance | path

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

/src/sys/dev/agp/
H A Dagp_via.c164 u_int32_t agpsel; in agp_via_attach() local
172 agpsel = pci_read_config(dev, AGP_VIA_AGPSEL, 1); in agp_via_attach()
173 if ((agpsel & (1 << 1)) == 0) in agp_via_attach()